Arguments to sign
Hierarchy
SignatureProviderArgs
Properties
abis
● abis: BinaryAbi[]
Defined in eosjs2-api.ts:53
ABIs for all contracts with actions included in serializedTransaction
chainId
● chainId: string
Defined in eosjs2-api.ts:44
Chain transaction is for
requiredKeys
● requiredKeys: string[]
Defined in eosjs2-api.ts:47
Public keys associated with the private keys needed to sign the transaction
serializedTransaction
● serializedTransaction: Uint8Array
Defined in eosjs2-api.ts:50
Transaction to sign