Type aliases
AsObject
As
Object
: { accountAgeWitnessHash
: Uint8Array | string; date
: number; signature
: Uint8Array | string; signerPubKey
: Uint8Array | string; tradeAmount
: number; verificationMethod
: VerificationMethod; witnessOwnerPubKey
: Uint8Array | string }Type declaration
accountAgeWitnessHash: Uint8Array | string
date: number
signature: Uint8Array | string
signerPubKey: Uint8Array | string
tradeAmount: number
witnessOwnerPubKey: Uint8Array | string