account
account: { @type: string; base_account: { account_number: string; address: string; pub_key: { @type: string; key: string }; sequence: string }; code_hash: string }
Type declaration
@type: string
base_account: { account_number: string; address: string; pub_key: { @type: string; key: string }; sequence: string }
account_number: string
address: string
pub_key: { @type: string; key: string }
sequence: string
code_hash: string