Skip to main content

StandardConnectMethod

@iota/wallet-standard


@iota/wallet-standard / StandardConnectMethod

Type Alias: StandardConnectMethod

StandardConnectMethod = (input?) => Promise<StandardConnectOutput>

Defined in: node_modules/.pnpm/@[email protected]/node_modules/@wallet-standard/features/lib/types/connect.d.ts:49

Method to call to use the StandardConnectFeature.

Parameters

input?

StandardConnectInput

Returns

Promise<StandardConnectOutput>