Interface: OfflineDirectSigner
@shareledgerjs/signing.OfflineDirectSigner
Implemented by
Properties
getAccounts
• Readonly
getAccounts: () => Promise
<readonly AccountData
[]>
Type declaration
▸ (): Promise
<readonly AccountData
[]>
Returns
Promise
<readonly AccountData
[]>
signDirect
• Readonly
signDirect: (signerAddress
: string
, signDoc
: SignDoc
) => Promise
<DirectSignResponse
>
Type declaration
▸ (signerAddress
, signDoc
): Promise
<DirectSignResponse
>
Parameters
Name | Type |
---|---|
signerAddress | string |
signDoc | SignDoc |
Returns
Promise
<DirectSignResponse
>