ApiInterfaces.SignatureProvider
EOSIO Javascript / Exports / ApiInterfaces / SignatureProvider
Interface: SignatureProvider
ApiInterfaces.SignatureProvider
Signs transactions
Table of contents
Properties
Properties
getAvailableKeys
• getAvailableKeys: () => Promise
<string
[]>
Type declaration
▸ (): Promise
<string
[]>
Public keys associated with the private keys that the SignatureProvider
holds
Returns
Promise
<string
[]>
Defined in
src/eosjs-api-interfaces.ts:65
sign
• sign: (args
: SignatureProviderArgs
) => Promise
<PushTransactionArgs
>
Type declaration
▸ (args
): Promise
<PushTransactionArgs
>
Sign a transaction
Parameters
Name | Type |
---|---|
args | SignatureProviderArgs |
Returns
Promise
<PushTransactionArgs
>
Defined in
src/eosjs-api-interfaces.ts:68