@sentio/sdk-bundle 4.0.0-rc.13 → 4.0.0-rc.15
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/{chunk-2U4P4GV3.js → chunk-33V6DJ6V.js} +5 -5
- package/lib/{chunk-DABWSQ5B.js → chunk-4VJ5TEHT.js} +44 -116
- package/lib/chunk-4VJ5TEHT.js.map +1 -0
- package/lib/{chunk-UTSOBAHL.js → chunk-7OV4DITM.js} +4 -4
- package/lib/{chunk-BMJASXRL.js → chunk-CY4J23NN.js} +4 -4
- package/lib/{chunk-ARIUJ5DA.js → chunk-FFOZEH6H.js} +2 -2
- package/lib/{chunk-3YDAACNI.js → chunk-JMTFZJRY.js} +3 -3
- package/lib/{chunk-OYXFZGZM.js → chunk-SU4WPXEA.js} +246 -1
- package/lib/chunk-SU4WPXEA.js.map +1 -0
- package/lib/{chunk-TSRIOMQ3.js → chunk-TSVNSOOF.js} +3 -3
- package/lib/iota/builtin/0x1.js +3 -3
- package/lib/iota/builtin/0x2.js +4 -4
- package/lib/iota/builtin/0x3.js +5 -5
- package/lib/iota/builtin/index.js +5 -5
- package/lib/iota/index.js +2 -2
- package/lib/sui/builtin/0x1.js +3 -3
- package/lib/sui/builtin/0x2.js +4 -4
- package/lib/sui/builtin/0x3.js +5 -5
- package/lib/sui/builtin/index.js +5 -5
- package/lib/sui/ext/index.js +1 -1
- package/lib/sui/index.js +2 -2
- package/lib/testing/index.js +2 -2
- package/package.json +2 -2
- package/lib/chunk-DABWSQ5B.js.map +0 -1
- package/lib/chunk-OYXFZGZM.js.map +0 -1
- /package/lib/{chunk-2U4P4GV3.js.map → chunk-33V6DJ6V.js.map} +0 -0
- /package/lib/{chunk-UTSOBAHL.js.map → chunk-7OV4DITM.js.map} +0 -0
- /package/lib/{chunk-BMJASXRL.js.map → chunk-CY4J23NN.js.map} +0 -0
- /package/lib/{chunk-ARIUJ5DA.js.map → chunk-FFOZEH6H.js.map} +0 -0
- /package/lib/{chunk-3YDAACNI.js.map → chunk-JMTFZJRY.js.map} +0 -0
- /package/lib/{chunk-TSRIOMQ3.js.map → chunk-TSVNSOOF.js.map} +0 -0
|
@@ -2,7 +2,7 @@ import { createRequire as createRequireSdkShim } from 'module'; const require =
|
|
|
2
2
|
import {
|
|
3
3
|
Transaction,
|
|
4
4
|
loadAllTypes
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-JMTFZJRY.js";
|
|
6
6
|
import {
|
|
7
7
|
SuiBaseProcessor,
|
|
8
8
|
ZERO_ADDRESS2 as ZERO_ADDRESS,
|
|
@@ -19,10 +19,10 @@ import {
|
|
|
19
19
|
transactionArgumentOrPureU642 as transactionArgumentOrPureU64,
|
|
20
20
|
transactionArgumentOrPureU82 as transactionArgumentOrPureU8,
|
|
21
21
|
transactionArgumentOrVec2 as transactionArgumentOrVec
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-4VJ5TEHT.js";
|
|
23
23
|
import {
|
|
24
24
|
SuiNetwork
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-SU4WPXEA.js";
|
|
26
26
|
import {
|
|
27
27
|
ANY_TYPE,
|
|
28
28
|
TypeDescriptor
|
|
@@ -24057,4 +24057,4 @@ export {
|
|
|
24057
24057
|
loadAllTypes2 as loadAllTypes,
|
|
24058
24058
|
x2_exports
|
|
24059
24059
|
};
|
|
24060
|
-
//# sourceMappingURL=chunk-
|
|
24060
|
+
//# sourceMappingURL=chunk-7OV4DITM.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { createRequire as createRequireSdkShim } from 'module'; const require = createRequireSdkShim(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
loadAllTypes as loadAllTypes2
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-TSVNSOOF.js";
|
|
5
5
|
import {
|
|
6
6
|
loadAllTypes
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-FFOZEH6H.js";
|
|
8
8
|
import {
|
|
9
9
|
IotaBaseProcessor,
|
|
10
10
|
ZERO_ADDRESS,
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
transactionArgumentOrPureU64,
|
|
18
18
|
transactionArgumentOrPureU8,
|
|
19
19
|
transactionArgumentOrVec
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-4VJ5TEHT.js";
|
|
21
21
|
import {
|
|
22
22
|
IotaNetwork,
|
|
23
23
|
Transaction
|
|
@@ -7647,4 +7647,4 @@ export {
|
|
|
7647
7647
|
loadAllTypes3 as loadAllTypes,
|
|
7648
7648
|
x3_exports
|
|
7649
7649
|
};
|
|
7650
|
-
//# sourceMappingURL=chunk-
|
|
7650
|
+
//# sourceMappingURL=chunk-CY4J23NN.js.map
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
transactionArgumentOrPureU64,
|
|
14
14
|
transactionArgumentOrPureU8,
|
|
15
15
|
transactionArgumentOrVec
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-4VJ5TEHT.js";
|
|
17
17
|
import {
|
|
18
18
|
IotaNetwork,
|
|
19
19
|
Transaction
|
|
@@ -4891,4 +4891,4 @@ export {
|
|
|
4891
4891
|
loadAllTypes,
|
|
4892
4892
|
x1_exports
|
|
4893
4893
|
};
|
|
4894
|
-
//# sourceMappingURL=chunk-
|
|
4894
|
+
//# sourceMappingURL=chunk-FFOZEH6H.js.map
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
transactionArgumentOrPureU642 as transactionArgumentOrPureU64,
|
|
14
14
|
transactionArgumentOrPureU82 as transactionArgumentOrPureU8,
|
|
15
15
|
transactionArgumentOrVec2 as transactionArgumentOrVec
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-4VJ5TEHT.js";
|
|
17
17
|
import {
|
|
18
18
|
ArgumentSchema,
|
|
19
19
|
BCSBytes,
|
|
@@ -54,7 +54,7 @@ import {
|
|
|
54
54
|
toBase58,
|
|
55
55
|
toBase64,
|
|
56
56
|
toHex
|
|
57
|
-
} from "./chunk-
|
|
57
|
+
} from "./chunk-SU4WPXEA.js";
|
|
58
58
|
import {
|
|
59
59
|
array,
|
|
60
60
|
bigint,
|
|
@@ -9629,4 +9629,4 @@ export {
|
|
|
9629
9629
|
loadAllTypes,
|
|
9630
9630
|
x1_exports
|
|
9631
9631
|
};
|
|
9632
|
-
//# sourceMappingURL=chunk-
|
|
9632
|
+
//# sourceMappingURL=chunk-JMTFZJRY.js.map
|
|
@@ -16325,6 +16325,244 @@ var SuiGrpcClient = class extends BaseClient {
|
|
|
16325
16325
|
}
|
|
16326
16326
|
};
|
|
16327
16327
|
|
|
16328
|
+
// ../../node_modules/.pnpm/@mysten+sui@2.17.0_typescript@6.0.3/node_modules/@mysten/sui/dist/_virtual/rolldown_runtime.mjs
|
|
16329
|
+
var __defProp = Object.defineProperty;
|
|
16330
|
+
var __exportAll = /* @__PURE__ */ __name((all, symbols) => {
|
|
16331
|
+
let target = {};
|
|
16332
|
+
for (var name in all) {
|
|
16333
|
+
__defProp(target, name, {
|
|
16334
|
+
get: all[name],
|
|
16335
|
+
enumerable: true
|
|
16336
|
+
});
|
|
16337
|
+
}
|
|
16338
|
+
if (symbols) {
|
|
16339
|
+
__defProp(target, Symbol.toStringTag, { value: "Module" });
|
|
16340
|
+
}
|
|
16341
|
+
return target;
|
|
16342
|
+
}, "__exportAll");
|
|
16343
|
+
|
|
16344
|
+
// ../../node_modules/.pnpm/@mysten+sui@2.17.0_typescript@6.0.3/node_modules/@mysten/sui/dist/grpc/proto/sui/rpc/v2/error_reason.mjs
|
|
16345
|
+
var ErrorReason = /* @__PURE__ */ function(ErrorReason$1) {
|
|
16346
|
+
ErrorReason$1[ErrorReason$1["ERROR_REASON_UNKNOWN"] = 0] = "ERROR_REASON_UNKNOWN";
|
|
16347
|
+
ErrorReason$1[ErrorReason$1["FIELD_INVALID"] = 1] = "FIELD_INVALID";
|
|
16348
|
+
ErrorReason$1[ErrorReason$1["FIELD_MISSING"] = 2] = "FIELD_MISSING";
|
|
16349
|
+
return ErrorReason$1;
|
|
16350
|
+
}({});
|
|
16351
|
+
|
|
16352
|
+
// ../../node_modules/.pnpm/@mysten+sui@2.17.0_typescript@6.0.3/node_modules/@mysten/sui/dist/grpc/proto/types.mjs
|
|
16353
|
+
var types_exports = /* @__PURE__ */ __exportAll({
|
|
16354
|
+
Ability: /* @__PURE__ */ __name(() => Ability, "Ability"),
|
|
16355
|
+
AccumulatorWrite: /* @__PURE__ */ __name(() => AccumulatorWrite, "AccumulatorWrite"),
|
|
16356
|
+
AccumulatorWrite_AccumulatorOperation: /* @__PURE__ */ __name(() => AccumulatorWrite_AccumulatorOperation, "AccumulatorWrite_AccumulatorOperation"),
|
|
16357
|
+
AccumulatorWrite_AccumulatorValue: /* @__PURE__ */ __name(() => AccumulatorWrite_AccumulatorValue, "AccumulatorWrite_AccumulatorValue"),
|
|
16358
|
+
ActiveJwk: /* @__PURE__ */ __name(() => ActiveJwk, "ActiveJwk"),
|
|
16359
|
+
AddressAliasesVersion: /* @__PURE__ */ __name(() => AddressAliasesVersion, "AddressAliasesVersion"),
|
|
16360
|
+
AdvanceCheckpointRequest: /* @__PURE__ */ __name(() => AdvanceCheckpointRequest, "AdvanceCheckpointRequest"),
|
|
16361
|
+
AdvanceCheckpointResponse: /* @__PURE__ */ __name(() => AdvanceCheckpointResponse, "AdvanceCheckpointResponse"),
|
|
16362
|
+
AdvanceClockRequest: /* @__PURE__ */ __name(() => AdvanceClockRequest, "AdvanceClockRequest"),
|
|
16363
|
+
AdvanceClockResponse: /* @__PURE__ */ __name(() => AdvanceClockResponse, "AdvanceClockResponse"),
|
|
16364
|
+
Argument: /* @__PURE__ */ __name(() => Argument2, "Argument"),
|
|
16365
|
+
Argument_ArgumentKind: /* @__PURE__ */ __name(() => Argument_ArgumentKind, "Argument_ArgumentKind"),
|
|
16366
|
+
AuthenticatorStateExpire: /* @__PURE__ */ __name(() => AuthenticatorStateExpire, "AuthenticatorStateExpire"),
|
|
16367
|
+
AuthenticatorStateUpdate: /* @__PURE__ */ __name(() => AuthenticatorStateUpdate, "AuthenticatorStateUpdate"),
|
|
16368
|
+
Balance: /* @__PURE__ */ __name(() => Balance, "Balance"),
|
|
16369
|
+
BalanceChange: /* @__PURE__ */ __name(() => BalanceChange, "BalanceChange"),
|
|
16370
|
+
BatchGetObjectsRequest: /* @__PURE__ */ __name(() => BatchGetObjectsRequest, "BatchGetObjectsRequest"),
|
|
16371
|
+
BatchGetObjectsResponse: /* @__PURE__ */ __name(() => BatchGetObjectsResponse, "BatchGetObjectsResponse"),
|
|
16372
|
+
BatchGetTransactionsRequest: /* @__PURE__ */ __name(() => BatchGetTransactionsRequest, "BatchGetTransactionsRequest"),
|
|
16373
|
+
BatchGetTransactionsResponse: /* @__PURE__ */ __name(() => BatchGetTransactionsResponse, "BatchGetTransactionsResponse"),
|
|
16374
|
+
Bcs: /* @__PURE__ */ __name(() => Bcs, "Bcs"),
|
|
16375
|
+
CanceledTransaction: /* @__PURE__ */ __name(() => CanceledTransaction, "CanceledTransaction"),
|
|
16376
|
+
ChangeEpoch: /* @__PURE__ */ __name(() => ChangeEpoch, "ChangeEpoch"),
|
|
16377
|
+
ChangedObject: /* @__PURE__ */ __name(() => ChangedObject, "ChangedObject"),
|
|
16378
|
+
ChangedObject_IdOperation: /* @__PURE__ */ __name(() => ChangedObject_IdOperation, "ChangedObject_IdOperation"),
|
|
16379
|
+
ChangedObject_InputObjectState: /* @__PURE__ */ __name(() => ChangedObject_InputObjectState, "ChangedObject_InputObjectState"),
|
|
16380
|
+
ChangedObject_OutputObjectState: /* @__PURE__ */ __name(() => ChangedObject_OutputObjectState, "ChangedObject_OutputObjectState"),
|
|
16381
|
+
Checkpoint: /* @__PURE__ */ __name(() => Checkpoint, "Checkpoint"),
|
|
16382
|
+
CheckpointCommitment: /* @__PURE__ */ __name(() => CheckpointCommitment, "CheckpointCommitment"),
|
|
16383
|
+
CheckpointCommitment_CheckpointCommitmentKind: /* @__PURE__ */ __name(() => CheckpointCommitment_CheckpointCommitmentKind, "CheckpointCommitment_CheckpointCommitmentKind"),
|
|
16384
|
+
CheckpointContents: /* @__PURE__ */ __name(() => CheckpointContents, "CheckpointContents"),
|
|
16385
|
+
CheckpointSummary: /* @__PURE__ */ __name(() => CheckpointSummary, "CheckpointSummary"),
|
|
16386
|
+
CheckpointedTransactionInfo: /* @__PURE__ */ __name(() => CheckpointedTransactionInfo, "CheckpointedTransactionInfo"),
|
|
16387
|
+
CircomG1: /* @__PURE__ */ __name(() => CircomG1, "CircomG1"),
|
|
16388
|
+
CircomG2: /* @__PURE__ */ __name(() => CircomG2, "CircomG2"),
|
|
16389
|
+
CleverError: /* @__PURE__ */ __name(() => CleverError, "CleverError"),
|
|
16390
|
+
CoinDenyListError: /* @__PURE__ */ __name(() => CoinDenyListError, "CoinDenyListError"),
|
|
16391
|
+
CoinMetadata: /* @__PURE__ */ __name(() => CoinMetadata, "CoinMetadata"),
|
|
16392
|
+
CoinMetadata_MetadataCapState: /* @__PURE__ */ __name(() => CoinMetadata_MetadataCapState, "CoinMetadata_MetadataCapState"),
|
|
16393
|
+
CoinTreasury: /* @__PURE__ */ __name(() => CoinTreasury, "CoinTreasury"),
|
|
16394
|
+
CoinTreasury_SupplyState: /* @__PURE__ */ __name(() => CoinTreasury_SupplyState, "CoinTreasury_SupplyState"),
|
|
16395
|
+
Command: /* @__PURE__ */ __name(() => Command2, "Command"),
|
|
16396
|
+
CommandArgumentError: /* @__PURE__ */ __name(() => CommandArgumentError2, "CommandArgumentError"),
|
|
16397
|
+
CommandArgumentError_CommandArgumentErrorKind: /* @__PURE__ */ __name(() => CommandArgumentError_CommandArgumentErrorKind, "CommandArgumentError_CommandArgumentErrorKind"),
|
|
16398
|
+
CommandOutput: /* @__PURE__ */ __name(() => CommandOutput, "CommandOutput"),
|
|
16399
|
+
CommandResult: /* @__PURE__ */ __name(() => CommandResult, "CommandResult"),
|
|
16400
|
+
CongestedObjects: /* @__PURE__ */ __name(() => CongestedObjects, "CongestedObjects"),
|
|
16401
|
+
ConsensusCommitPrologue: /* @__PURE__ */ __name(() => ConsensusCommitPrologue, "ConsensusCommitPrologue"),
|
|
16402
|
+
ConsensusDeterminedVersionAssignments: /* @__PURE__ */ __name(() => ConsensusDeterminedVersionAssignments, "ConsensusDeterminedVersionAssignments"),
|
|
16403
|
+
DatatypeDescriptor: /* @__PURE__ */ __name(() => DatatypeDescriptor, "DatatypeDescriptor"),
|
|
16404
|
+
DatatypeDescriptor_DatatypeKind: /* @__PURE__ */ __name(() => DatatypeDescriptor_DatatypeKind, "DatatypeDescriptor_DatatypeKind"),
|
|
16405
|
+
Display: /* @__PURE__ */ __name(() => Display, "Display"),
|
|
16406
|
+
DynamicField: /* @__PURE__ */ __name(() => DynamicField, "DynamicField"),
|
|
16407
|
+
DynamicField_DynamicFieldKind: /* @__PURE__ */ __name(() => DynamicField_DynamicFieldKind, "DynamicField_DynamicFieldKind"),
|
|
16408
|
+
EndOfEpochData: /* @__PURE__ */ __name(() => EndOfEpochData, "EndOfEpochData"),
|
|
16409
|
+
EndOfEpochTransaction: /* @__PURE__ */ __name(() => EndOfEpochTransaction, "EndOfEpochTransaction"),
|
|
16410
|
+
EndOfEpochTransactionKind: /* @__PURE__ */ __name(() => EndOfEpochTransactionKind, "EndOfEpochTransactionKind"),
|
|
16411
|
+
EndOfEpochTransactionKind_Kind: /* @__PURE__ */ __name(() => EndOfEpochTransactionKind_Kind, "EndOfEpochTransactionKind_Kind"),
|
|
16412
|
+
Epoch: /* @__PURE__ */ __name(() => Epoch, "Epoch"),
|
|
16413
|
+
ErrorReason: /* @__PURE__ */ __name(() => ErrorReason, "ErrorReason"),
|
|
16414
|
+
Event: /* @__PURE__ */ __name(() => Event, "Event"),
|
|
16415
|
+
EventDigestEntry: /* @__PURE__ */ __name(() => EventDigestEntry, "EventDigestEntry"),
|
|
16416
|
+
ExecuteTransactionRequest: /* @__PURE__ */ __name(() => ExecuteTransactionRequest, "ExecuteTransactionRequest"),
|
|
16417
|
+
ExecuteTransactionResponse: /* @__PURE__ */ __name(() => ExecuteTransactionResponse, "ExecuteTransactionResponse"),
|
|
16418
|
+
ExecutedTransaction: /* @__PURE__ */ __name(() => ExecutedTransaction, "ExecutedTransaction"),
|
|
16419
|
+
ExecutionError: /* @__PURE__ */ __name(() => ExecutionError, "ExecutionError"),
|
|
16420
|
+
ExecutionError_ExecutionErrorKind: /* @__PURE__ */ __name(() => ExecutionError_ExecutionErrorKind, "ExecutionError_ExecutionErrorKind"),
|
|
16421
|
+
ExecutionStatus: /* @__PURE__ */ __name(() => ExecutionStatus2, "ExecutionStatus"),
|
|
16422
|
+
ExecutionTimeObservation: /* @__PURE__ */ __name(() => ExecutionTimeObservation, "ExecutionTimeObservation"),
|
|
16423
|
+
ExecutionTimeObservation_ExecutionTimeObservationKind: /* @__PURE__ */ __name(() => ExecutionTimeObservation_ExecutionTimeObservationKind, "ExecutionTimeObservation_ExecutionTimeObservationKind"),
|
|
16424
|
+
ExecutionTimeObservations: /* @__PURE__ */ __name(() => ExecutionTimeObservations, "ExecutionTimeObservations"),
|
|
16425
|
+
FieldDescriptor: /* @__PURE__ */ __name(() => FieldDescriptor, "FieldDescriptor"),
|
|
16426
|
+
ForkingService: /* @__PURE__ */ __name(() => ForkingService, "ForkingService"),
|
|
16427
|
+
FunctionDescriptor: /* @__PURE__ */ __name(() => FunctionDescriptor, "FunctionDescriptor"),
|
|
16428
|
+
FunctionDescriptor_Visibility: /* @__PURE__ */ __name(() => FunctionDescriptor_Visibility, "FunctionDescriptor_Visibility"),
|
|
16429
|
+
FundsWithdrawal: /* @__PURE__ */ __name(() => FundsWithdrawal2, "FundsWithdrawal"),
|
|
16430
|
+
FundsWithdrawal_Source: /* @__PURE__ */ __name(() => FundsWithdrawal_Source, "FundsWithdrawal_Source"),
|
|
16431
|
+
GasCostSummary: /* @__PURE__ */ __name(() => GasCostSummary2, "GasCostSummary"),
|
|
16432
|
+
GasPayment: /* @__PURE__ */ __name(() => GasPayment, "GasPayment"),
|
|
16433
|
+
GenesisTransaction: /* @__PURE__ */ __name(() => GenesisTransaction, "GenesisTransaction"),
|
|
16434
|
+
GetBalanceRequest: /* @__PURE__ */ __name(() => GetBalanceRequest, "GetBalanceRequest"),
|
|
16435
|
+
GetBalanceResponse: /* @__PURE__ */ __name(() => GetBalanceResponse, "GetBalanceResponse"),
|
|
16436
|
+
GetCheckpointRequest: /* @__PURE__ */ __name(() => GetCheckpointRequest, "GetCheckpointRequest"),
|
|
16437
|
+
GetCheckpointResponse: /* @__PURE__ */ __name(() => GetCheckpointResponse, "GetCheckpointResponse"),
|
|
16438
|
+
GetCoinInfoRequest: /* @__PURE__ */ __name(() => GetCoinInfoRequest, "GetCoinInfoRequest"),
|
|
16439
|
+
GetCoinInfoResponse: /* @__PURE__ */ __name(() => GetCoinInfoResponse, "GetCoinInfoResponse"),
|
|
16440
|
+
GetDatatypeRequest: /* @__PURE__ */ __name(() => GetDatatypeRequest, "GetDatatypeRequest"),
|
|
16441
|
+
GetDatatypeResponse: /* @__PURE__ */ __name(() => GetDatatypeResponse, "GetDatatypeResponse"),
|
|
16442
|
+
GetEpochRequest: /* @__PURE__ */ __name(() => GetEpochRequest, "GetEpochRequest"),
|
|
16443
|
+
GetEpochResponse: /* @__PURE__ */ __name(() => GetEpochResponse, "GetEpochResponse"),
|
|
16444
|
+
GetFunctionRequest: /* @__PURE__ */ __name(() => GetFunctionRequest, "GetFunctionRequest"),
|
|
16445
|
+
GetFunctionResponse: /* @__PURE__ */ __name(() => GetFunctionResponse, "GetFunctionResponse"),
|
|
16446
|
+
GetObjectRequest: /* @__PURE__ */ __name(() => GetObjectRequest, "GetObjectRequest"),
|
|
16447
|
+
GetObjectResponse: /* @__PURE__ */ __name(() => GetObjectResponse, "GetObjectResponse"),
|
|
16448
|
+
GetObjectResult: /* @__PURE__ */ __name(() => GetObjectResult, "GetObjectResult"),
|
|
16449
|
+
GetPackageRequest: /* @__PURE__ */ __name(() => GetPackageRequest, "GetPackageRequest"),
|
|
16450
|
+
GetPackageResponse: /* @__PURE__ */ __name(() => GetPackageResponse, "GetPackageResponse"),
|
|
16451
|
+
GetServiceInfoRequest: /* @__PURE__ */ __name(() => GetServiceInfoRequest, "GetServiceInfoRequest"),
|
|
16452
|
+
GetServiceInfoResponse: /* @__PURE__ */ __name(() => GetServiceInfoResponse, "GetServiceInfoResponse"),
|
|
16453
|
+
GetStatusRequest: /* @__PURE__ */ __name(() => GetStatusRequest, "GetStatusRequest"),
|
|
16454
|
+
GetStatusResponse: /* @__PURE__ */ __name(() => GetStatusResponse, "GetStatusResponse"),
|
|
16455
|
+
GetTransactionRequest: /* @__PURE__ */ __name(() => GetTransactionRequest, "GetTransactionRequest"),
|
|
16456
|
+
GetTransactionResponse: /* @__PURE__ */ __name(() => GetTransactionResponse, "GetTransactionResponse"),
|
|
16457
|
+
GetTransactionResult: /* @__PURE__ */ __name(() => GetTransactionResult, "GetTransactionResult"),
|
|
16458
|
+
IndexError: /* @__PURE__ */ __name(() => IndexError, "IndexError"),
|
|
16459
|
+
Input: /* @__PURE__ */ __name(() => Input, "Input"),
|
|
16460
|
+
Input_InputKind: /* @__PURE__ */ __name(() => Input_InputKind, "Input_InputKind"),
|
|
16461
|
+
Input_Mutability: /* @__PURE__ */ __name(() => Input_Mutability, "Input_Mutability"),
|
|
16462
|
+
Jwk: /* @__PURE__ */ __name(() => Jwk, "Jwk"),
|
|
16463
|
+
JwkId: /* @__PURE__ */ __name(() => JwkId, "JwkId"),
|
|
16464
|
+
LedgerService: /* @__PURE__ */ __name(() => LedgerService, "LedgerService"),
|
|
16465
|
+
Linkage: /* @__PURE__ */ __name(() => Linkage, "Linkage"),
|
|
16466
|
+
ListBalancesRequest: /* @__PURE__ */ __name(() => ListBalancesRequest, "ListBalancesRequest"),
|
|
16467
|
+
ListBalancesResponse: /* @__PURE__ */ __name(() => ListBalancesResponse, "ListBalancesResponse"),
|
|
16468
|
+
ListDynamicFieldsRequest: /* @__PURE__ */ __name(() => ListDynamicFieldsRequest, "ListDynamicFieldsRequest"),
|
|
16469
|
+
ListDynamicFieldsResponse: /* @__PURE__ */ __name(() => ListDynamicFieldsResponse, "ListDynamicFieldsResponse"),
|
|
16470
|
+
ListOwnedObjectsRequest: /* @__PURE__ */ __name(() => ListOwnedObjectsRequest, "ListOwnedObjectsRequest"),
|
|
16471
|
+
ListOwnedObjectsResponse: /* @__PURE__ */ __name(() => ListOwnedObjectsResponse, "ListOwnedObjectsResponse"),
|
|
16472
|
+
ListPackageVersionsRequest: /* @__PURE__ */ __name(() => ListPackageVersionsRequest, "ListPackageVersionsRequest"),
|
|
16473
|
+
ListPackageVersionsResponse: /* @__PURE__ */ __name(() => ListPackageVersionsResponse, "ListPackageVersionsResponse"),
|
|
16474
|
+
LookupNameRequest: /* @__PURE__ */ __name(() => LookupNameRequest, "LookupNameRequest"),
|
|
16475
|
+
LookupNameResponse: /* @__PURE__ */ __name(() => LookupNameResponse, "LookupNameResponse"),
|
|
16476
|
+
MakeMoveVector: /* @__PURE__ */ __name(() => MakeMoveVector, "MakeMoveVector"),
|
|
16477
|
+
MergeCoins: /* @__PURE__ */ __name(() => MergeCoins, "MergeCoins"),
|
|
16478
|
+
Module: /* @__PURE__ */ __name(() => Module, "Module"),
|
|
16479
|
+
MoveAbort: /* @__PURE__ */ __name(() => MoveAbort, "MoveAbort"),
|
|
16480
|
+
MoveCall: /* @__PURE__ */ __name(() => MoveCall, "MoveCall"),
|
|
16481
|
+
MoveLocation: /* @__PURE__ */ __name(() => MoveLocation2, "MoveLocation"),
|
|
16482
|
+
MovePackageService: /* @__PURE__ */ __name(() => MovePackageService, "MovePackageService"),
|
|
16483
|
+
MoveTable: /* @__PURE__ */ __name(() => MoveTable, "MoveTable"),
|
|
16484
|
+
MultisigAggregatedSignature: /* @__PURE__ */ __name(() => MultisigAggregatedSignature, "MultisigAggregatedSignature"),
|
|
16485
|
+
MultisigCommittee: /* @__PURE__ */ __name(() => MultisigCommittee, "MultisigCommittee"),
|
|
16486
|
+
MultisigMember: /* @__PURE__ */ __name(() => MultisigMember, "MultisigMember"),
|
|
16487
|
+
MultisigMemberPublicKey: /* @__PURE__ */ __name(() => MultisigMemberPublicKey, "MultisigMemberPublicKey"),
|
|
16488
|
+
MultisigMemberSignature: /* @__PURE__ */ __name(() => MultisigMemberSignature, "MultisigMemberSignature"),
|
|
16489
|
+
NameRecord: /* @__PURE__ */ __name(() => NameRecord, "NameRecord"),
|
|
16490
|
+
NameService: /* @__PURE__ */ __name(() => NameService, "NameService"),
|
|
16491
|
+
Object: /* @__PURE__ */ __name(() => Object$1, "Object"),
|
|
16492
|
+
ObjectReference: /* @__PURE__ */ __name(() => ObjectReference, "ObjectReference"),
|
|
16493
|
+
ObjectSet: /* @__PURE__ */ __name(() => ObjectSet, "ObjectSet"),
|
|
16494
|
+
OpenSignature: /* @__PURE__ */ __name(() => OpenSignature, "OpenSignature"),
|
|
16495
|
+
OpenSignatureBody: /* @__PURE__ */ __name(() => OpenSignatureBody, "OpenSignatureBody"),
|
|
16496
|
+
OpenSignatureBody_Type: /* @__PURE__ */ __name(() => OpenSignatureBody_Type, "OpenSignatureBody_Type"),
|
|
16497
|
+
OpenSignature_Reference: /* @__PURE__ */ __name(() => OpenSignature_Reference, "OpenSignature_Reference"),
|
|
16498
|
+
Owner: /* @__PURE__ */ __name(() => Owner2, "Owner"),
|
|
16499
|
+
Owner_OwnerKind: /* @__PURE__ */ __name(() => Owner_OwnerKind, "Owner_OwnerKind"),
|
|
16500
|
+
Package: /* @__PURE__ */ __name(() => Package, "Package"),
|
|
16501
|
+
PackageUpgradeError: /* @__PURE__ */ __name(() => PackageUpgradeError2, "PackageUpgradeError"),
|
|
16502
|
+
PackageUpgradeError_PackageUpgradeErrorKind: /* @__PURE__ */ __name(() => PackageUpgradeError_PackageUpgradeErrorKind, "PackageUpgradeError_PackageUpgradeErrorKind"),
|
|
16503
|
+
PackageVersion: /* @__PURE__ */ __name(() => PackageVersion, "PackageVersion"),
|
|
16504
|
+
PasskeyAuthenticator: /* @__PURE__ */ __name(() => PasskeyAuthenticator2, "PasskeyAuthenticator"),
|
|
16505
|
+
ProgrammableTransaction: /* @__PURE__ */ __name(() => ProgrammableTransaction2, "ProgrammableTransaction"),
|
|
16506
|
+
ProtocolConfig: /* @__PURE__ */ __name(() => ProtocolConfig, "ProtocolConfig"),
|
|
16507
|
+
Publish: /* @__PURE__ */ __name(() => Publish, "Publish"),
|
|
16508
|
+
RandomnessStateUpdate: /* @__PURE__ */ __name(() => RandomnessStateUpdate, "RandomnessStateUpdate"),
|
|
16509
|
+
RegulatedCoinMetadata: /* @__PURE__ */ __name(() => RegulatedCoinMetadata, "RegulatedCoinMetadata"),
|
|
16510
|
+
RegulatedCoinMetadata_CoinRegulatedState: /* @__PURE__ */ __name(() => RegulatedCoinMetadata_CoinRegulatedState, "RegulatedCoinMetadata_CoinRegulatedState"),
|
|
16511
|
+
ReverseLookupNameRequest: /* @__PURE__ */ __name(() => ReverseLookupNameRequest, "ReverseLookupNameRequest"),
|
|
16512
|
+
ReverseLookupNameResponse: /* @__PURE__ */ __name(() => ReverseLookupNameResponse, "ReverseLookupNameResponse"),
|
|
16513
|
+
SignatureScheme: /* @__PURE__ */ __name(() => SignatureScheme, "SignatureScheme"),
|
|
16514
|
+
SignatureVerificationService: /* @__PURE__ */ __name(() => SignatureVerificationService, "SignatureVerificationService"),
|
|
16515
|
+
SimpleSignature: /* @__PURE__ */ __name(() => SimpleSignature, "SimpleSignature"),
|
|
16516
|
+
SimulateTransactionRequest: /* @__PURE__ */ __name(() => SimulateTransactionRequest, "SimulateTransactionRequest"),
|
|
16517
|
+
SimulateTransactionRequest_TransactionChecks: /* @__PURE__ */ __name(() => SimulateTransactionRequest_TransactionChecks, "SimulateTransactionRequest_TransactionChecks"),
|
|
16518
|
+
SimulateTransactionResponse: /* @__PURE__ */ __name(() => SimulateTransactionResponse, "SimulateTransactionResponse"),
|
|
16519
|
+
SizeError: /* @__PURE__ */ __name(() => SizeError, "SizeError"),
|
|
16520
|
+
SplitCoins: /* @__PURE__ */ __name(() => SplitCoins, "SplitCoins"),
|
|
16521
|
+
StakeSubsidy: /* @__PURE__ */ __name(() => StakeSubsidy, "StakeSubsidy"),
|
|
16522
|
+
StakingPool: /* @__PURE__ */ __name(() => StakingPool, "StakingPool"),
|
|
16523
|
+
StateService: /* @__PURE__ */ __name(() => StateService, "StateService"),
|
|
16524
|
+
StorageFund: /* @__PURE__ */ __name(() => StorageFund, "StorageFund"),
|
|
16525
|
+
SubscribeCheckpointsRequest: /* @__PURE__ */ __name(() => SubscribeCheckpointsRequest, "SubscribeCheckpointsRequest"),
|
|
16526
|
+
SubscribeCheckpointsResponse: /* @__PURE__ */ __name(() => SubscribeCheckpointsResponse, "SubscribeCheckpointsResponse"),
|
|
16527
|
+
SubscriptionService: /* @__PURE__ */ __name(() => SubscriptionService, "SubscriptionService"),
|
|
16528
|
+
SystemPackage: /* @__PURE__ */ __name(() => SystemPackage, "SystemPackage"),
|
|
16529
|
+
SystemParameters: /* @__PURE__ */ __name(() => SystemParameters, "SystemParameters"),
|
|
16530
|
+
SystemState: /* @__PURE__ */ __name(() => SystemState, "SystemState"),
|
|
16531
|
+
Transaction: /* @__PURE__ */ __name(() => Transaction, "Transaction"),
|
|
16532
|
+
TransactionEffects: /* @__PURE__ */ __name(() => TransactionEffects2, "TransactionEffects"),
|
|
16533
|
+
TransactionEvents: /* @__PURE__ */ __name(() => TransactionEvents, "TransactionEvents"),
|
|
16534
|
+
TransactionExecutionService: /* @__PURE__ */ __name(() => TransactionExecutionService, "TransactionExecutionService"),
|
|
16535
|
+
TransactionExpiration: /* @__PURE__ */ __name(() => TransactionExpiration4, "TransactionExpiration"),
|
|
16536
|
+
TransactionExpiration_TransactionExpirationKind: /* @__PURE__ */ __name(() => TransactionExpiration_TransactionExpirationKind, "TransactionExpiration_TransactionExpirationKind"),
|
|
16537
|
+
TransactionKind: /* @__PURE__ */ __name(() => TransactionKind2, "TransactionKind"),
|
|
16538
|
+
TransactionKind_Kind: /* @__PURE__ */ __name(() => TransactionKind_Kind, "TransactionKind_Kind"),
|
|
16539
|
+
TransferObjects: /* @__PURE__ */ __name(() => TransferObjects, "TransferObjects"),
|
|
16540
|
+
TypeArgumentError: /* @__PURE__ */ __name(() => TypeArgumentError2, "TypeArgumentError"),
|
|
16541
|
+
TypeArgumentError_TypeArgumentErrorKind: /* @__PURE__ */ __name(() => TypeArgumentError_TypeArgumentErrorKind, "TypeArgumentError_TypeArgumentErrorKind"),
|
|
16542
|
+
TypeOrigin: /* @__PURE__ */ __name(() => TypeOrigin2, "TypeOrigin"),
|
|
16543
|
+
TypeParameter: /* @__PURE__ */ __name(() => TypeParameter, "TypeParameter"),
|
|
16544
|
+
UnchangedConsensusObject: /* @__PURE__ */ __name(() => UnchangedConsensusObject, "UnchangedConsensusObject"),
|
|
16545
|
+
UnchangedConsensusObject_UnchangedConsensusObjectKind: /* @__PURE__ */ __name(() => UnchangedConsensusObject_UnchangedConsensusObjectKind, "UnchangedConsensusObject_UnchangedConsensusObjectKind"),
|
|
16546
|
+
Upgrade: /* @__PURE__ */ __name(() => Upgrade, "Upgrade"),
|
|
16547
|
+
UserSignature: /* @__PURE__ */ __name(() => UserSignature, "UserSignature"),
|
|
16548
|
+
Validator: /* @__PURE__ */ __name(() => Validator, "Validator"),
|
|
16549
|
+
ValidatorAggregatedSignature: /* @__PURE__ */ __name(() => ValidatorAggregatedSignature, "ValidatorAggregatedSignature"),
|
|
16550
|
+
ValidatorCommittee: /* @__PURE__ */ __name(() => ValidatorCommittee, "ValidatorCommittee"),
|
|
16551
|
+
ValidatorCommitteeMember: /* @__PURE__ */ __name(() => ValidatorCommitteeMember, "ValidatorCommitteeMember"),
|
|
16552
|
+
ValidatorExecutionTimeObservation: /* @__PURE__ */ __name(() => ValidatorExecutionTimeObservation, "ValidatorExecutionTimeObservation"),
|
|
16553
|
+
ValidatorReportRecord: /* @__PURE__ */ __name(() => ValidatorReportRecord, "ValidatorReportRecord"),
|
|
16554
|
+
ValidatorSet: /* @__PURE__ */ __name(() => ValidatorSet, "ValidatorSet"),
|
|
16555
|
+
VariantDescriptor: /* @__PURE__ */ __name(() => VariantDescriptor, "VariantDescriptor"),
|
|
16556
|
+
VerifySignatureRequest: /* @__PURE__ */ __name(() => VerifySignatureRequest, "VerifySignatureRequest"),
|
|
16557
|
+
VerifySignatureResponse: /* @__PURE__ */ __name(() => VerifySignatureResponse, "VerifySignatureResponse"),
|
|
16558
|
+
VersionAssignment: /* @__PURE__ */ __name(() => VersionAssignment, "VersionAssignment"),
|
|
16559
|
+
ZkLoginAuthenticator: /* @__PURE__ */ __name(() => ZkLoginAuthenticator, "ZkLoginAuthenticator"),
|
|
16560
|
+
ZkLoginClaim: /* @__PURE__ */ __name(() => ZkLoginClaim, "ZkLoginClaim"),
|
|
16561
|
+
ZkLoginInputs: /* @__PURE__ */ __name(() => ZkLoginInputs, "ZkLoginInputs"),
|
|
16562
|
+
ZkLoginProof: /* @__PURE__ */ __name(() => ZkLoginProof, "ZkLoginProof"),
|
|
16563
|
+
ZkLoginPublicIdentifier: /* @__PURE__ */ __name(() => ZkLoginPublicIdentifier, "ZkLoginPublicIdentifier")
|
|
16564
|
+
});
|
|
16565
|
+
|
|
16328
16566
|
// src/sui/network.ts
|
|
16329
16567
|
var SuiNetwork = {
|
|
16330
16568
|
MAIN_NET: SuiChainId.SUI_MAINNET,
|
|
@@ -16346,6 +16584,11 @@ function getClient(network) {
|
|
|
16346
16584
|
const { url, headers } = rpcFor(network);
|
|
16347
16585
|
const transport = new GrpcWebFetchTransport({
|
|
16348
16586
|
baseUrl: url,
|
|
16587
|
+
// GrpcWebFetchTransport defaults to the grpc-web-text (base64) format, which
|
|
16588
|
+
// our rpc-node/super-node proxy rejects with 415. We run under Node, whose
|
|
16589
|
+
// fetch handles binary streams fine, so use the binary format
|
|
16590
|
+
// (application/grpc-web+proto) the proxy supports.
|
|
16591
|
+
format: "binary",
|
|
16349
16592
|
// GrpcWebFetchTransport has no `headers` option: gRPC models per-request
|
|
16350
16593
|
// headers as `meta` (metadata), which the grpc-web transport then serializes
|
|
16351
16594
|
// as HTTP request headers on the wire. So our HTTP headers go in `meta`.
|
|
@@ -16942,7 +17185,9 @@ export {
|
|
|
16942
17185
|
SUI_SYSTEM_STATE_OBJECT_ID,
|
|
16943
17186
|
SUI_RANDOM_OBJECT_ID,
|
|
16944
17187
|
SUI_DENY_LIST_OBJECT_ID,
|
|
17188
|
+
GrpcCoreClient,
|
|
16945
17189
|
SuiGrpcClient,
|
|
17190
|
+
types_exports,
|
|
16946
17191
|
SuiNetwork,
|
|
16947
17192
|
getClient,
|
|
16948
17193
|
getRpcEndpoint,
|
|
@@ -16954,4 +17199,4 @@ export {
|
|
|
16954
17199
|
getPrice,
|
|
16955
17200
|
calculateValueInUsd
|
|
16956
17201
|
};
|
|
16957
|
-
//# sourceMappingURL=chunk-
|
|
17202
|
+
//# sourceMappingURL=chunk-SU4WPXEA.js.map
|