/** * The IDL of the module. * * @module */ /** The IDL of the module. */ export declare const idl: { readonly module_id: "0x1::coins"; readonly doc: "This module allows for more convenient managing of coins across coin::CoinStore and\naccount::Account"; readonly functions: readonly [{ readonly name: "register"; readonly doc: "Entry function to register to receive a specific `CoinType`. An account that wants to hold a coin type\nhas to explicitly registers to do so. The register creates a special `CoinStore`\nto hold the specified `CoinType`."; readonly ty_args: readonly ["CoinType"]; readonly args: readonly []; }]; readonly structs: readonly []; readonly errors: {}; }; //# sourceMappingURL=idl.d.ts.map