Interface ShyftWallet

Hierarchy

  • ShyftWallet

Indexable

[key: string]: any

Properties

signAllTransactions: undefined | (<T>(transactions: undefined | T[]) => Promise<T[]>)
signMessage: undefined | ((message: Uint8Array) => Promise<Uint8Array>)
signTransaction: undefined | (<T>(transaction: T) => Promise<T>)

Methods

Generated using TypeDoc