Arguments to sign
Hierarchy
SignatureProviderArgs
Properties
abis
● abis: BinaryAbi[]
Defined in eosjs-api-interfaces.ts:60
ABIs for all contracts with actions included in serializedTransaction
chainId
● chainId: string
Defined in eosjs-api-interfaces.ts:51
Chain transaction is for
requiredKeys
● requiredKeys: string
[]
Defined in eosjs-api-interfaces.ts:54
Public keys associated with the private keys needed to sign the transaction
serializedTransaction
● serializedTransaction: Uint8Array
Defined in eosjs-api-interfaces.ts:57
Transaction to sign