
eosfinexeos1
Contract
- { "name": "SignedTransaction", "base": "", "fields": [ { "name": "expiration", "type": "time_point_sec" }, { "name": "ref_block_num", "type": "uint16" }, { "name": "ref_block_prefix", "type": "uint32" }, { "name": "max_net_usage_words", "type": "varuint32" }, { "name": "max_cpu_usage_ms", "type": "uint8" }, { "name": "delay_sec", "type": "varuint32" }, { "name": "context_free_actions", "type": "action[]" }, { "name": "actions", "type": "action[]" }, { "name": "transaction_extensions", "type": "extension[]" }, { "name": "signatures", "type": "signature[]" }, { "name": "context_free_data", "type": "uint8[]" } ] }