@sentio/sdk 2.60.0-rc.3 → 2.60.0-rc.5
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/lib/aptos/builtin/0x1.d.ts +211 -0
- package/lib/aptos/builtin/0x1.d.ts.map +1 -1
- package/lib/aptos/builtin/0x1.js +328 -1
- package/lib/aptos/builtin/0x1.js.map +1 -1
- package/lib/aptos/builtin/0x3.js +1 -1
- package/lib/aptos/builtin/0x3.js.map +1 -1
- package/lib/aptos/builtin/0x4.js +1 -1
- package/lib/aptos/builtin/0x4.js.map +1 -1
- package/lib/iota/builtin/0x1.d.ts +817 -0
- package/lib/iota/builtin/0x1.d.ts.map +1 -0
- package/lib/iota/builtin/0x1.js +4385 -0
- package/lib/iota/builtin/0x1.js.map +1 -0
- package/lib/iota/builtin/0x2.d.ts +4529 -0
- package/lib/iota/builtin/0x2.d.ts.map +1 -0
- package/lib/iota/builtin/0x2.js +17109 -0
- package/lib/iota/builtin/0x2.js.map +1 -0
- package/lib/iota/builtin/0x3.d.ts +2293 -0
- package/lib/iota/builtin/0x3.d.ts.map +1 -0
- package/lib/iota/builtin/0x3.js +6522 -0
- package/lib/iota/builtin/0x3.js.map +1 -0
- package/lib/iota/builtin/index.d.ts +4 -0
- package/lib/iota/builtin/index.d.ts.map +1 -0
- package/lib/iota/builtin/index.js +7 -0
- package/lib/iota/builtin/index.js.map +1 -0
- package/lib/iota/codegen/codegen.d.ts +2 -0
- package/lib/iota/codegen/codegen.d.ts.map +1 -0
- package/lib/iota/codegen/codegen.js +94 -0
- package/lib/iota/codegen/codegen.js.map +1 -0
- package/lib/iota/codegen/index.d.ts +2 -0
- package/lib/iota/codegen/index.d.ts.map +1 -0
- package/lib/iota/codegen/index.js +2 -0
- package/lib/iota/codegen/index.js.map +1 -0
- package/lib/iota/codegen/run.d.ts +2 -0
- package/lib/iota/codegen/run.d.ts.map +1 -0
- package/lib/iota/codegen/run.js +12 -0
- package/lib/iota/codegen/run.js.map +1 -0
- package/lib/iota/context.d.ts +50 -0
- package/lib/iota/context.d.ts.map +1 -0
- package/lib/iota/context.js +134 -0
- package/lib/iota/context.js.map +1 -0
- package/lib/iota/ext/coin.d.ts +17 -0
- package/lib/iota/ext/coin.d.ts.map +1 -0
- package/lib/iota/ext/coin.js +532 -0
- package/lib/iota/ext/coin.js.map +1 -0
- package/lib/iota/ext/index.d.ts +3 -0
- package/lib/iota/ext/index.d.ts.map +1 -0
- package/lib/iota/ext/index.js +3 -0
- package/lib/iota/ext/index.js.map +1 -0
- package/lib/iota/ext/move-dex.d.ts +19 -0
- package/lib/iota/ext/move-dex.d.ts.map +1 -0
- package/lib/iota/ext/move-dex.js +24 -0
- package/lib/iota/ext/move-dex.js.map +1 -0
- package/lib/iota/index.d.ts +11 -0
- package/lib/iota/index.d.ts.map +1 -0
- package/lib/iota/index.js +12 -0
- package/lib/iota/index.js.map +1 -0
- package/lib/iota/iota-object-processor-template.d.ts +44 -0
- package/lib/iota/iota-object-processor-template.d.ts.map +1 -0
- package/lib/iota/iota-object-processor-template.js +171 -0
- package/lib/iota/iota-object-processor-template.js.map +1 -0
- package/lib/iota/iota-object-processor.d.ts +83 -0
- package/lib/iota/iota-object-processor.d.ts.map +1 -0
- package/lib/iota/iota-object-processor.js +193 -0
- package/lib/iota/iota-object-processor.js.map +1 -0
- package/lib/iota/iota-plugin-part.d.ts +12 -0
- package/lib/iota/iota-plugin-part.d.ts.map +1 -0
- package/lib/iota/iota-plugin-part.js +178 -0
- package/lib/iota/iota-plugin-part.js.map +1 -0
- package/lib/iota/iota-plugin.d.ts +3 -0
- package/lib/iota/iota-plugin.d.ts.map +1 -0
- package/lib/iota/iota-plugin.js +4 -0
- package/lib/iota/iota-plugin.js.map +1 -0
- package/lib/iota/iota-processor.d.ts +47 -0
- package/lib/iota/iota-processor.d.ts.map +1 -0
- package/lib/iota/iota-processor.js +223 -0
- package/lib/iota/iota-processor.js.map +1 -0
- package/lib/iota/models.d.ts +12 -0
- package/lib/iota/models.d.ts.map +1 -0
- package/lib/iota/models.js +2 -0
- package/lib/iota/models.js.map +1 -0
- package/lib/iota/move-coder.d.ts +4 -0
- package/lib/iota/move-coder.d.ts.map +1 -0
- package/lib/iota/move-coder.js +12 -0
- package/lib/iota/move-coder.js.map +1 -0
- package/lib/iota/network.d.ts +10 -0
- package/lib/iota/network.d.ts.map +1 -0
- package/lib/iota/network.js +24 -0
- package/lib/iota/network.js.map +1 -0
- package/lib/iota/utils.d.ts +3 -0
- package/lib/iota/utils.d.ts.map +1 -0
- package/lib/iota/utils.js +41 -0
- package/lib/iota/utils.js.map +1 -0
- package/lib/sui/builtin/0x2.d.ts +73 -0
- package/lib/sui/builtin/0x2.d.ts.map +1 -1
- package/lib/sui/builtin/0x2.js +237 -1
- package/lib/sui/builtin/0x2.js.map +1 -1
- package/lib/sui/builtin/0x3.d.ts +2 -0
- package/lib/sui/builtin/0x3.d.ts.map +1 -1
- package/lib/sui/builtin/0x3.js +21 -1
- package/lib/sui/builtin/0x3.js.map +1 -1
- package/lib/sui/network.d.ts.map +1 -1
- package/lib/sui/network.js +0 -3
- package/lib/sui/network.js.map +1 -1
- package/lib/sui/sui-plugin-part.d.ts +12 -0
- package/lib/sui/sui-plugin-part.d.ts.map +1 -0
- package/lib/sui/sui-plugin-part.js +178 -0
- package/lib/sui/sui-plugin-part.js.map +1 -0
- package/lib/sui/sui-plugin.d.ts +4 -0
- package/lib/sui/sui-plugin.d.ts.map +1 -1
- package/lib/sui/sui-plugin.js +12 -159
- package/lib/sui/sui-plugin.js.map +1 -1
- package/lib/testing/iota-facet.d.ts +14 -0
- package/lib/testing/iota-facet.d.ts.map +1 -0
- package/lib/testing/iota-facet.js +124 -0
- package/lib/testing/iota-facet.js.map +1 -0
- package/lib/testing/test-processor-server.d.ts +2 -0
- package/lib/testing/test-processor-server.d.ts.map +1 -1
- package/lib/testing/test-processor-server.js +3 -0
- package/lib/testing/test-processor-server.js.map +1 -1
- package/package.json +21 -9
- package/src/aptos/abis/0x1.json +1040 -45
- package/src/aptos/abis/0x3.json +2 -2
- package/src/aptos/abis/0x4.json +17 -17
- package/src/aptos/builtin/0x1.ts +615 -1
- package/src/aptos/builtin/0x3.ts +1 -1
- package/src/aptos/builtin/0x4.ts +1 -1
- package/src/iota/abis/0x1.json +4213 -0
- package/src/iota/abis/0x2.json +26692 -0
- package/src/iota/abis/0x3.json +10598 -0
- package/src/iota/builtin/0x1.ts +6292 -0
- package/src/iota/builtin/0x2.ts +26198 -0
- package/src/iota/builtin/0x3.ts +11144 -0
- package/src/iota/builtin/index.ts +6 -0
- package/src/iota/codegen/codegen.ts +118 -0
- package/src/iota/codegen/index.ts +1 -0
- package/src/iota/codegen/run.ts +13 -0
- package/src/iota/context.ts +200 -0
- package/src/iota/ext/coin.ts +565 -0
- package/src/iota/ext/index.ts +2 -0
- package/src/iota/ext/move-dex.ts +52 -0
- package/src/iota/index.ts +29 -0
- package/src/iota/iota-object-processor-template.ts +277 -0
- package/src/iota/iota-object-processor.ts +386 -0
- package/src/iota/iota-plugin-part.ts +211 -0
- package/src/iota/iota-plugin.ts +2 -0
- package/src/iota/iota-processor.ts +339 -0
- package/src/iota/models.ts +14 -0
- package/src/iota/move-coder.ts +15 -0
- package/src/iota/network.ts +27 -0
- package/src/iota/utils.ts +52 -0
- package/src/sui/abis/0x2.json +269 -0
- package/src/sui/abis/0x3.json +29 -0
- package/src/sui/builtin/0x2.ts +367 -1
- package/src/sui/builtin/0x3.ts +29 -1
- package/src/sui/network.ts +0 -3
- package/src/sui/sui-plugin-part.ts +211 -0
- package/src/sui/sui-plugin.ts +12 -178
- package/src/testing/iota-facet.ts +143 -0
- package/src/testing/test-processor-server.ts +3 -0
@@ -1447,6 +1447,10 @@ export declare namespace table {
|
|
1447
1447
|
namespace entry { }
|
1448
1448
|
namespace view { }
|
1449
1449
|
}
|
1450
|
+
export declare namespace base16 {
|
1451
|
+
namespace entry { }
|
1452
|
+
namespace view { }
|
1453
|
+
}
|
1450
1454
|
export declare namespace math64 {
|
1451
1455
|
namespace entry { }
|
1452
1456
|
namespace view { }
|
@@ -1600,14 +1604,30 @@ export declare namespace object$ {
|
|
1600
1604
|
}, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
|
1601
1605
|
}
|
1602
1606
|
namespace view {
|
1607
|
+
function owner<T0 = any>(client: Aptos, request: {
|
1608
|
+
typeArguments: [MoveStructId];
|
1609
|
+
functionArguments: [object$.Object<T0>];
|
1610
|
+
}, version?: bigint): Promise<[MoveAddressType]>;
|
1603
1611
|
function isBurnt<T0 = any>(client: Aptos, request: {
|
1604
1612
|
typeArguments: [MoveStructId];
|
1605
1613
|
functionArguments: [object$.Object<T0>];
|
1606
1614
|
}, version?: bigint): Promise<[boolean]>;
|
1615
|
+
function isOwner<T0 = any>(client: Aptos, request: {
|
1616
|
+
typeArguments: [MoveStructId];
|
1617
|
+
functionArguments: [object$.Object<T0>, MoveAddressType];
|
1618
|
+
}, version?: bigint): Promise<[boolean]>;
|
1607
1619
|
function isUntransferable<T0 = any>(client: Aptos, request: {
|
1608
1620
|
typeArguments: [MoveStructId];
|
1609
1621
|
functionArguments: [object$.Object<T0>];
|
1610
1622
|
}, version?: bigint): Promise<[boolean]>;
|
1623
|
+
function owns<T0 = any>(client: Aptos, request: {
|
1624
|
+
typeArguments: [MoveStructId];
|
1625
|
+
functionArguments: [object$.Object<T0>, MoveAddressType];
|
1626
|
+
}, version?: bigint): Promise<[boolean]>;
|
1627
|
+
function rootOwner<T0 = any>(client: Aptos, request: {
|
1628
|
+
typeArguments: [MoveStructId];
|
1629
|
+
functionArguments: [object$.Object<T0>];
|
1630
|
+
}, version?: bigint): Promise<[MoveAddressType]>;
|
1611
1631
|
}
|
1612
1632
|
interface BurnPayload<T0 = any> extends TypedFunctionPayload<[object$.Object<T0>]> {
|
1613
1633
|
arguments_decoded: [object$.Object<T0>];
|
@@ -1887,12 +1907,15 @@ export declare class account extends AptosBaseProcessor {
|
|
1887
1907
|
onEntryRevokeSignerCapability(func: (call: account.RevokeSignerCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account.RevokeSignerCapabilityPayload>): account;
|
1888
1908
|
onEntryRotateAuthenticationKey(func: (call: account.RotateAuthenticationKeyPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account.RotateAuthenticationKeyPayload>): account;
|
1889
1909
|
onEntryRotateAuthenticationKeyCall(func: (call: account.RotateAuthenticationKeyCallPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account.RotateAuthenticationKeyCallPayload>): account;
|
1910
|
+
onEntryRotateAuthenticationKeyFromPublicKey(func: (call: account.RotateAuthenticationKeyFromPublicKeyPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account.RotateAuthenticationKeyFromPublicKeyPayload>): account;
|
1890
1911
|
onEntryRotateAuthenticationKeyWithRotationCapability(func: (call: account.RotateAuthenticationKeyWithRotationCapabilityPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account.RotateAuthenticationKeyWithRotationCapabilityPayload>): account;
|
1891
1912
|
onEntrySetOriginatingAddress(func: (call: account.SetOriginatingAddressPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account.SetOriginatingAddressPayload>): account;
|
1913
|
+
onEntryUpsertEd25519BackupKeyOnKeylessAccount(func: (call: account.UpsertEd25519BackupKeyOnKeylessAccountPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, account.UpsertEd25519BackupKeyOnKeylessAccountPayload>): account;
|
1892
1914
|
onEventCoinRegister(func: (event: account.CoinRegisterInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, account.CoinRegisterInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): account;
|
1893
1915
|
onEventCoinRegisterEvent(func: (event: account.CoinRegisterEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, account.CoinRegisterEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): account;
|
1894
1916
|
onEventKeyRotation(func: (event: account.KeyRotationInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, account.KeyRotationInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): account;
|
1895
1917
|
onEventKeyRotationEvent(func: (event: account.KeyRotationEventInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, account.KeyRotationEventInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): account;
|
1918
|
+
onEventKeyRotationToPublicKey(func: (event: account.KeyRotationToPublicKeyInstance, ctx: AptosContext) => void, handlerOptions?: HandlerOptions<MoveFetchConfig, account.KeyRotationToPublicKeyInstance>, eventFilter?: Omit<EventFilter, "type" | "account">): account;
|
1896
1919
|
}
|
1897
1920
|
export declare namespace account {
|
1898
1921
|
interface Account {
|
@@ -1969,6 +1992,22 @@ export declare namespace account {
|
|
1969
1992
|
data_decoded: KeyRotationEvent;
|
1970
1993
|
type_arguments: [];
|
1971
1994
|
};
|
1995
|
+
interface KeyRotationToPublicKey {
|
1996
|
+
account: MoveAddressType;
|
1997
|
+
verified_public_key_bit_map: string;
|
1998
|
+
public_key_scheme: number;
|
1999
|
+
public_key: string;
|
2000
|
+
old_auth_key: string;
|
2001
|
+
new_auth_key: string;
|
2002
|
+
}
|
2003
|
+
namespace KeyRotationToPublicKey {
|
2004
|
+
const TYPE_QNAME = "0x1::account::KeyRotationToPublicKey";
|
2005
|
+
function type(): TypeDescriptor<KeyRotationToPublicKey>;
|
2006
|
+
}
|
2007
|
+
type KeyRotationToPublicKeyInstance = TypedEventInstance<KeyRotationToPublicKey> & {
|
2008
|
+
data_decoded: KeyRotationToPublicKey;
|
2009
|
+
type_arguments: [];
|
2010
|
+
};
|
1972
2011
|
interface OriginatingAddress {
|
1973
2012
|
address_map: table.Table<MoveAddressType, MoveAddressType>;
|
1974
2013
|
}
|
@@ -2068,6 +2107,10 @@ export declare namespace account {
|
|
2068
2107
|
typeArguments: [];
|
2069
2108
|
functionArguments: [string];
|
2070
2109
|
}, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
|
2110
|
+
function rotateAuthenticationKeyFromPublicKey(client: Aptos, account: AptosAccount, request: {
|
2111
|
+
typeArguments: [];
|
2112
|
+
functionArguments: [number, string];
|
2113
|
+
}, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
|
2071
2114
|
function rotateAuthenticationKeyWithRotationCapability(client: Aptos, account: AptosAccount, request: {
|
2072
2115
|
typeArguments: [];
|
2073
2116
|
functionArguments: [MoveAddressType, number, string, string];
|
@@ -2076,6 +2119,10 @@ export declare namespace account {
|
|
2076
2119
|
typeArguments: [];
|
2077
2120
|
functionArguments: [];
|
2078
2121
|
}, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
|
2122
|
+
function upsertEd25519BackupKeyOnKeylessAccount(client: Aptos, account: AptosAccount, request: {
|
2123
|
+
typeArguments: [];
|
2124
|
+
functionArguments: [string, string, string];
|
2125
|
+
}, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
|
2079
2126
|
}
|
2080
2127
|
namespace view {
|
2081
2128
|
function existsAt(client: Aptos, request: {
|
@@ -2145,6 +2192,10 @@ export declare namespace account {
|
|
2145
2192
|
arguments_decoded: [string];
|
2146
2193
|
type_arguments: [];
|
2147
2194
|
}
|
2195
|
+
interface RotateAuthenticationKeyFromPublicKeyPayload extends TypedFunctionPayload<[number, string]> {
|
2196
|
+
arguments_decoded: [number, string];
|
2197
|
+
type_arguments: [];
|
2198
|
+
}
|
2148
2199
|
interface RotateAuthenticationKeyWithRotationCapabilityPayload extends TypedFunctionPayload<[MoveAddressType, number, string, string]> {
|
2149
2200
|
arguments_decoded: [MoveAddressType, number, string, string];
|
2150
2201
|
type_arguments: [];
|
@@ -2153,6 +2204,10 @@ export declare namespace account {
|
|
2153
2204
|
arguments_decoded: [];
|
2154
2205
|
type_arguments: [];
|
2155
2206
|
}
|
2207
|
+
interface UpsertEd25519BackupKeyOnKeylessAccountPayload extends TypedFunctionPayload<[string, string, string]> {
|
2208
|
+
arguments_decoded: [string, string, string];
|
2209
|
+
type_arguments: [];
|
2210
|
+
}
|
2156
2211
|
}
|
2157
2212
|
export declare namespace ed25519 {
|
2158
2213
|
interface Signature {
|
@@ -2233,6 +2288,18 @@ export declare namespace genesis {
|
|
2233
2288
|
namespace entry { }
|
2234
2289
|
namespace view { }
|
2235
2290
|
}
|
2291
|
+
export declare namespace keyless {
|
2292
|
+
interface PublicKey {
|
2293
|
+
iss: string;
|
2294
|
+
idc: string;
|
2295
|
+
}
|
2296
|
+
namespace PublicKey {
|
2297
|
+
const TYPE_QNAME = "0x1::keyless::PublicKey";
|
2298
|
+
function type(): TypeDescriptor<PublicKey>;
|
2299
|
+
}
|
2300
|
+
namespace entry { }
|
2301
|
+
namespace view { }
|
2302
|
+
}
|
2236
2303
|
export declare namespace math128 {
|
2237
2304
|
namespace entry { }
|
2238
2305
|
namespace view { }
|
@@ -2984,6 +3051,18 @@ export declare namespace auth_data {
|
|
2984
3051
|
namespace entry { }
|
2985
3052
|
namespace view { }
|
2986
3053
|
}
|
3054
|
+
export declare namespace multi_key {
|
3055
|
+
interface MultiKey {
|
3056
|
+
public_keys: single_key.AnyPublicKey[];
|
3057
|
+
signatures_required: number;
|
3058
|
+
}
|
3059
|
+
namespace MultiKey {
|
3060
|
+
const TYPE_QNAME = "0x1::multi_key::MultiKey";
|
3061
|
+
function type(): TypeDescriptor<MultiKey>;
|
3062
|
+
}
|
3063
|
+
namespace entry { }
|
3064
|
+
namespace view { }
|
3065
|
+
}
|
2987
3066
|
export declare namespace secp256k1 {
|
2988
3067
|
interface ECDSARawPublicKey {
|
2989
3068
|
bytes: string;
|
@@ -3002,6 +3081,17 @@ export declare namespace secp256k1 {
|
|
3002
3081
|
namespace entry { }
|
3003
3082
|
namespace view { }
|
3004
3083
|
}
|
3084
|
+
export declare namespace secp256r1 {
|
3085
|
+
interface ECDSARawPublicKey {
|
3086
|
+
bytes: string;
|
3087
|
+
}
|
3088
|
+
namespace ECDSARawPublicKey {
|
3089
|
+
const TYPE_QNAME = "0x1::secp256r1::ECDSARawPublicKey";
|
3090
|
+
function type(): TypeDescriptor<ECDSARawPublicKey>;
|
3091
|
+
}
|
3092
|
+
namespace entry { }
|
3093
|
+
namespace view { }
|
3094
|
+
}
|
3005
3095
|
export declare namespace timestamp {
|
3006
3096
|
interface CurrentTimeMicroseconds {
|
3007
3097
|
microseconds: bigint;
|
@@ -3259,6 +3349,16 @@ export declare namespace simple_map {
|
|
3259
3349
|
namespace entry { }
|
3260
3350
|
namespace view { }
|
3261
3351
|
}
|
3352
|
+
export declare namespace single_key {
|
3353
|
+
interface AnyPublicKey {
|
3354
|
+
}
|
3355
|
+
namespace AnyPublicKey {
|
3356
|
+
const TYPE_QNAME = "0x1::single_key::AnyPublicKey";
|
3357
|
+
function type(): TypeDescriptor<AnyPublicKey>;
|
3358
|
+
}
|
3359
|
+
namespace entry { }
|
3360
|
+
namespace view { }
|
3361
|
+
}
|
3262
3362
|
export declare namespace ordered_map {
|
3263
3363
|
interface Entry<T0, T1> {
|
3264
3364
|
key: T0;
|
@@ -6347,6 +6447,67 @@ export declare namespace multisig_account {
|
|
6347
6447
|
type_arguments: [];
|
6348
6448
|
}
|
6349
6449
|
}
|
6450
|
+
export declare class nonce_validation extends AptosBaseProcessor {
|
6451
|
+
constructor(options: AptosBindOptions);
|
6452
|
+
static DEFAULT_OPTIONS: AptosBindOptions;
|
6453
|
+
static bind(options?: Partial<AptosBindOptions>): nonce_validation;
|
6454
|
+
onEntryAddNonceBuckets(func: (call: nonce_validation.AddNonceBucketsPayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, nonce_validation.AddNonceBucketsPayload>): nonce_validation;
|
6455
|
+
onEntryInitializeNonceTable(func: (call: nonce_validation.InitializeNonceTablePayload, ctx: AptosContext) => void, filter?: CallFilter, handlerOptions?: HandlerOptions<MoveFetchConfig, nonce_validation.InitializeNonceTablePayload>): nonce_validation;
|
6456
|
+
}
|
6457
|
+
export declare namespace nonce_validation {
|
6458
|
+
interface Bucket {
|
6459
|
+
nonces_ordered_by_exp_time: big_ordered_map.BigOrderedMap<nonce_validation.NonceKeyWithExpTime, boolean>;
|
6460
|
+
nonce_to_exp_time_map: big_ordered_map.BigOrderedMap<nonce_validation.NonceKey, bigint>;
|
6461
|
+
}
|
6462
|
+
namespace Bucket {
|
6463
|
+
const TYPE_QNAME = "0x1::nonce_validation::Bucket";
|
6464
|
+
function type(): TypeDescriptor<Bucket>;
|
6465
|
+
}
|
6466
|
+
interface NonceHistory {
|
6467
|
+
nonce_table: table.Table<bigint, nonce_validation.Bucket>;
|
6468
|
+
next_key: bigint;
|
6469
|
+
}
|
6470
|
+
namespace NonceHistory {
|
6471
|
+
const TYPE_QNAME = "0x1::nonce_validation::NonceHistory";
|
6472
|
+
function type(): TypeDescriptor<NonceHistory>;
|
6473
|
+
}
|
6474
|
+
interface NonceKey {
|
6475
|
+
sender_address: MoveAddressType;
|
6476
|
+
nonce: bigint;
|
6477
|
+
}
|
6478
|
+
namespace NonceKey {
|
6479
|
+
const TYPE_QNAME = "0x1::nonce_validation::NonceKey";
|
6480
|
+
function type(): TypeDescriptor<NonceKey>;
|
6481
|
+
}
|
6482
|
+
interface NonceKeyWithExpTime {
|
6483
|
+
txn_expiration_time: bigint;
|
6484
|
+
sender_address: MoveAddressType;
|
6485
|
+
nonce: bigint;
|
6486
|
+
}
|
6487
|
+
namespace NonceKeyWithExpTime {
|
6488
|
+
const TYPE_QNAME = "0x1::nonce_validation::NonceKeyWithExpTime";
|
6489
|
+
function type(): TypeDescriptor<NonceKeyWithExpTime>;
|
6490
|
+
}
|
6491
|
+
namespace entry {
|
6492
|
+
function addNonceBuckets(client: Aptos, account: AptosAccount, request: {
|
6493
|
+
typeArguments: [];
|
6494
|
+
functionArguments: [bigint];
|
6495
|
+
}, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
|
6496
|
+
function initializeNonceTable(client: Aptos, account: AptosAccount, request: {
|
6497
|
+
typeArguments: [];
|
6498
|
+
functionArguments: [];
|
6499
|
+
}, options?: InputGenerateTransactionOptions): Promise<PendingTransactionResponse>;
|
6500
|
+
}
|
6501
|
+
namespace view { }
|
6502
|
+
interface AddNonceBucketsPayload extends TypedFunctionPayload<[bigint]> {
|
6503
|
+
arguments_decoded: [bigint];
|
6504
|
+
type_arguments: [];
|
6505
|
+
}
|
6506
|
+
interface InitializeNonceTablePayload extends TypedFunctionPayload<[]> {
|
6507
|
+
arguments_decoded: [];
|
6508
|
+
type_arguments: [];
|
6509
|
+
}
|
6510
|
+
}
|
6350
6511
|
export declare namespace pool_u64_unbound {
|
6351
6512
|
interface Pool {
|
6352
6513
|
total_coins: bigint;
|
@@ -6930,6 +7091,18 @@ export declare namespace system_addresses {
|
|
6930
7091
|
namespace entry { }
|
6931
7092
|
namespace view { }
|
6932
7093
|
}
|
7094
|
+
export declare namespace federated_keyless {
|
7095
|
+
interface PublicKey {
|
7096
|
+
jwk_address: MoveAddressType;
|
7097
|
+
keyless_public_key: keyless.PublicKey;
|
7098
|
+
}
|
7099
|
+
namespace PublicKey {
|
7100
|
+
const TYPE_QNAME = "0x1::federated_keyless::PublicKey";
|
7101
|
+
function type(): TypeDescriptor<PublicKey>;
|
7102
|
+
}
|
7103
|
+
namespace entry { }
|
7104
|
+
namespace view { }
|
7105
|
+
}
|
6933
7106
|
export declare namespace randomness_config {
|
6934
7107
|
interface ConfigOff {
|
6935
7108
|
dummy_field: boolean;
|
@@ -7517,6 +7690,12 @@ export declare namespace transaction_validation {
|
|
7517
7690
|
const TYPE_QNAME = "0x1::transaction_validation::GasPermission";
|
7518
7691
|
function type(): TypeDescriptor<GasPermission>;
|
7519
7692
|
}
|
7693
|
+
interface ReplayProtector {
|
7694
|
+
}
|
7695
|
+
namespace ReplayProtector {
|
7696
|
+
const TYPE_QNAME = "0x1::transaction_validation::ReplayProtector";
|
7697
|
+
function type(): TypeDescriptor<ReplayProtector>;
|
7698
|
+
}
|
7520
7699
|
interface TransactionValidation {
|
7521
7700
|
module_addr: MoveAddressType;
|
7522
7701
|
module_name: string;
|
@@ -7618,6 +7797,16 @@ export declare namespace reconfiguration_with_dkg {
|
|
7618
7797
|
namespace entry { }
|
7619
7798
|
namespace view { }
|
7620
7799
|
}
|
7800
|
+
export declare namespace solana_derivable_account {
|
7801
|
+
interface SIWSAbstractSignature {
|
7802
|
+
}
|
7803
|
+
namespace SIWSAbstractSignature {
|
7804
|
+
const TYPE_QNAME = "0x1::solana_derivable_account::SIWSAbstractSignature";
|
7805
|
+
function type(): TypeDescriptor<SIWSAbstractSignature>;
|
7806
|
+
}
|
7807
|
+
namespace entry { }
|
7808
|
+
namespace view { }
|
7809
|
+
}
|
7621
7810
|
export declare namespace validator_consensus_info {
|
7622
7811
|
interface ValidatorConsensusInfo {
|
7623
7812
|
addr: MoveAddressType;
|
@@ -7642,6 +7831,24 @@ export declare namespace ristretto255_bulletproofs {
|
|
7642
7831
|
namespace entry { }
|
7643
7832
|
namespace view { }
|
7644
7833
|
}
|
7834
|
+
export declare namespace ethereum_derivable_account {
|
7835
|
+
interface SIWEAbstractPublicKey {
|
7836
|
+
ethereum_address: string;
|
7837
|
+
domain: string;
|
7838
|
+
}
|
7839
|
+
namespace SIWEAbstractPublicKey {
|
7840
|
+
const TYPE_QNAME = "0x1::ethereum_derivable_account::SIWEAbstractPublicKey";
|
7841
|
+
function type(): TypeDescriptor<SIWEAbstractPublicKey>;
|
7842
|
+
}
|
7843
|
+
interface SIWEAbstractSignature {
|
7844
|
+
}
|
7845
|
+
namespace SIWEAbstractSignature {
|
7846
|
+
const TYPE_QNAME = "0x1::ethereum_derivable_account::SIWEAbstractSignature";
|
7847
|
+
function type(): TypeDescriptor<SIWEAbstractSignature>;
|
7848
|
+
}
|
7849
|
+
namespace entry { }
|
7850
|
+
namespace view { }
|
7851
|
+
}
|
7645
7852
|
export declare class dispatchable_fungible_asset extends AptosBaseProcessor {
|
7646
7853
|
constructor(options: AptosBindOptions);
|
7647
7854
|
static DEFAULT_OPTIONS: AptosBindOptions;
|
@@ -7704,5 +7911,9 @@ export declare namespace dispatchable_fungible_asset {
|
|
7704
7911
|
type_arguments: [string];
|
7705
7912
|
}
|
7706
7913
|
}
|
7914
|
+
export declare namespace common_account_abstractions_utils {
|
7915
|
+
namespace entry { }
|
7916
|
+
namespace view { }
|
7917
|
+
}
|
7707
7918
|
export declare function loadAllTypes(coder: MoveCoder): void;
|
7708
7919
|
//# sourceMappingURL=0x1.d.ts.map
|