Skip to content

Welshman Docs / @welshman/signer / SignerMethodWrapper

Type Alias: SignerMethodWrapper() ​

SignerMethodWrapper = <T>(method, thunk) => Promise<T>

Defined in: packages/signer/src/util.ts:68

Type Parameters ​

T ​

T

Parameters ​

method ​

string

thunk ​

() => Promise<T>

Returns ​

Promise<T>