wowok
Version:
Wowok Blockchain TypeScript API
13 lines (12 loc) • 372 B
TypeScript
import { MessageType } from "@protobuf-ts/runtime";
export interface GasCostSummary {
computationCost?: bigint;
storageCost?: bigint;
storageRebate?: bigint;
nonRefundableStorageFee?: bigint;
}
declare class GasCostSummary$Type extends MessageType<GasCostSummary> {
constructor();
}
export declare const GasCostSummary: GasCostSummary$Type;
export {};