{
transfer: {
amount: Type::Amount
},
transfer_to_vesting: {
amount: Type::Amount
},
withdraw_vesting: {
vesting_shares: Type::Amount
},
limit_order_create: {
orderid: Type::Uint32,
amount_to_sell: Type::Amount,
min_to_receive: Type::Amount,
expiration: Type::PointInTime
},
limit_order_cancel: {
orderid: Type::Uint32
},
feed_publish: {
exchange_rate: Type::Price
},
convert: {
requestid: Type::Uint32,
amount: Type::Amount
},
account_create: {
fee: Type::Amount,
owner: Type::Permission,
active: Type::Permission,
posting: Type::Permission,
memo: Type::PublicKey
},
create_claimed_account: {
owner: Type::Permission,
active: Type::Permission,
posting: Type::Permission,
memo: Type::PublicKey
},
account_update: {
owner: Type::Permission,
active: Type::Permission,
posting: Type::Permission,
memo: Type::PublicKey
},
custom: {
id: Type::Uint16
},
comment_options: {
max_accepted_payout: Type::Amount,
allow_replies: Type::Future
},
set_withdraw_vesting_route: {
percent: Type::Uint16
},
limit_order_create2: {
orderid: Type::Uint32,
amount_to_sell: Type::Amount,
exchange_rate: Type::Price,
expiration: Type::PointInTime
},
request_account_recovery: {
new_owner_Permission: Type::Permission
},
recover_account: {
new_owner_Permission: Type::Permission,
recent_owner_Permission: Type::Permission
},
escrow_transfer: {
sbd_amount: Type::Amount,
steem_amount: Type::Amount,
escrow_id: Type::Uint32,
fee: Type::Amount,
ratification_deadline: Type::PointInTime,
escrow_expiration: Type::PointInTime
},
escrow_dispute: {
escrow_id: Type::Uint32
},
escrow_release: {
escrow_id: Type::Uint32,
sbd_amount: Type::Amount,
steem_amount: Type::Amount
},
escrow_approve: {
escrow_id: Type::Uint32
},
transfer_to_savings: {
amount: Type::Amount
},
transfer_from_savings: {
request_id: Type::Uint32,
amount: Type::Amount
},
cancel_transfer_from_savings: {
request_id: Type::Uint32
},
reset_account: {
new_owner_permission: Type::Amount
},
set_reset_account: {
reward_steem: Type::Amount,
reward_sbd: Type::Amount,
reward_vests: Type::Amount
},
claim_reward_balance: {
reward_steem: Type::Amount,
reward_sbd: Type::Amount,
reward_vests: Type::Amount
},
delegate_vesting_shares: {
vesting_shares: Type::Amount
},
claim_account: {
fee: Type::Amount
},
witness_update: {
block_signing_key: Type::PublicKey,
props: Type::Array
},
witness_set_properties: {
props: Type::Hash
}
}