It seems that abi information is not updated.
yepp4you opened this issue · 1 comments
yepp4you commented
// 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"}
}
});
eosjs-api/src/exported-helpers.js
Line 59 in 5224755