Skip to main content

Variable: GasBurnLog

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