Variable: GasBurnLog
const GasBurnLog: BcsStruct<{
records: BcsType<object[], Iterable<{
code: number;
gasBurned: string | number | bigint;
}, any, any> & object, string>;
}, string>;
const GasBurnLog: BcsStruct<{
records: BcsType<object[], Iterable<{
code: number;
gasBurned: string | number | bigint;
}, any, any> & object, string>;
}, string>;