EOSIO/eosjs-api

It seems that abi information is not updated.

yepp4you opened this issue · 1 comments

// eos/libraries/chain/eosio_contract_abi.cpp
eos_abi.structs.emplace_back( struct_def {
"transaction_header", "", {
{"expiration", "time_point_sec"},
{"ref_block_num", "uint16"},
{"ref_block_prefix", "uint32"},
{"max_net_usage_words", "varuint32"},
{"max_cpu_usage_ms", "uint8"},
{"delay_sec", "varuint32"}
}
});

max_kcpu_usage: 0,

duplicate: #10