/** * The IDL of the module. * * @module */ /** The IDL of the module. */ export declare const idl: { readonly module_id: "0x1::transaction_fee"; readonly functions: readonly []; readonly structs: readonly [{ readonly name: "0x1::transaction_fee::AptosCoinCapabilities"; readonly fields: readonly [{ readonly name: "burn_cap"; readonly ty: { readonly struct: { readonly name: "0x1::coin::BurnCapability"; readonly ty_args: readonly [{ readonly struct: { readonly name: "0x1::aptos_coin::AptosCoin"; }; }]; }; }; }]; readonly abilities: readonly ["key"]; }]; readonly errors: {}; }; //# sourceMappingURL=idl.d.ts.map