@typemove/aptos 1.13.2-rc.1 → 1.13.3-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/builtin/0x1.d.ts +6 -0
- package/dist/cjs/builtin/0x1.d.ts.map +1 -1
- package/dist/cjs/builtin/0x1.js +10 -1
- package/dist/cjs/builtin/0x1.js.map +1 -1
- package/dist/esm/builtin/0x1.d.ts +6 -0
- package/dist/esm/builtin/0x1.d.ts.map +1 -1
- package/dist/esm/builtin/0x1.js +10 -1
- package/dist/esm/builtin/0x1.js.map +1 -1
- package/package.json +3 -3
- package/src/abis/0x1.json +26 -2
- package/src/builtin/0x1.ts +15 -1
|
@@ -1055,6 +1055,12 @@ export declare namespace stake {
|
|
|
1055
1055
|
const TYPE_QNAME = "0x1::stake::StakePool";
|
|
1056
1056
|
function type(): TypeDescriptor<StakePool>;
|
|
1057
1057
|
}
|
|
1058
|
+
interface TransactionFeeConfig {
|
|
1059
|
+
}
|
|
1060
|
+
namespace TransactionFeeConfig {
|
|
1061
|
+
const TYPE_QNAME = "0x1::stake::TransactionFeeConfig";
|
|
1062
|
+
function type(): TypeDescriptor<TransactionFeeConfig>;
|
|
1063
|
+
}
|
|
1058
1064
|
interface UnlockStake {
|
|
1059
1065
|
pool_address: MoveAddressType;
|
|
1060
1066
|
amount_unlocked: bigint;
|