@mysten/sui 2.27.0 → 2.28.0

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.
Files changed (67) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/bcs/bcs.d.mts +6 -6
  3. package/dist/bcs/bcs.d.mts.map +1 -1
  4. package/dist/bcs/bcs.mjs +29 -2
  5. package/dist/bcs/bcs.mjs.map +1 -1
  6. package/dist/bcs/effects.mjs +2 -1
  7. package/dist/bcs/effects.mjs.map +1 -1
  8. package/dist/bcs/index.d.mts +137 -41
  9. package/dist/bcs/index.d.mts.map +1 -1
  10. package/dist/bcs/transactions.mjs +2 -1
  11. package/dist/bcs/transactions.mjs.map +1 -1
  12. package/dist/client/transaction-resolver.mjs +45 -9
  13. package/dist/client/transaction-resolver.mjs.map +1 -1
  14. package/dist/cryptography/signature.d.mts +14 -14
  15. package/dist/graphql/core.d.mts.map +1 -1
  16. package/dist/graphql/core.mjs +2 -1
  17. package/dist/graphql/core.mjs.map +1 -1
  18. package/dist/graphql/generated/queries.mjs.map +1 -1
  19. package/dist/grpc/proto/sui/forking/v1alpha/forking_service.client.d.mts +4 -4
  20. package/dist/grpc/proto/sui/rpc/v2/execution_status.d.mts +9 -1
  21. package/dist/grpc/proto/sui/rpc/v2/execution_status.d.mts.map +1 -1
  22. package/dist/grpc/proto/sui/rpc/v2/execution_status.mjs +8 -0
  23. package/dist/grpc/proto/sui/rpc/v2/execution_status.mjs.map +1 -1
  24. package/dist/grpc/proto/sui/rpc/v2/ledger_service.client.d.mts +4 -4
  25. package/dist/grpc/proto/sui/rpc/v2/move_package_service.client.d.mts +4 -4
  26. package/dist/grpc/proto/sui/rpc/v2/name_service.client.d.mts +4 -4
  27. package/dist/grpc/proto/sui/rpc/v2/signature_verification_service.client.d.mts +4 -4
  28. package/dist/grpc/proto/sui/rpc/v2/state_service.client.d.mts +4 -4
  29. package/dist/grpc/proto/sui/rpc/v2/subscription_service.client.d.mts +4 -4
  30. package/dist/grpc/proto/sui/rpc/v2/transaction.d.mts +50 -2
  31. package/dist/grpc/proto/sui/rpc/v2/transaction.d.mts.map +1 -1
  32. package/dist/grpc/proto/sui/rpc/v2/transaction.mjs +36 -1
  33. package/dist/grpc/proto/sui/rpc/v2/transaction.mjs.map +1 -1
  34. package/dist/grpc/proto/sui/rpc/v2/transaction_execution_service.client.d.mts +4 -4
  35. package/dist/grpc/proto/types.d.mts +2 -2
  36. package/dist/grpc/proto/types.mjs +2 -1
  37. package/dist/transactions/Transaction.d.mts +21 -9
  38. package/dist/transactions/Transaction.d.mts.map +1 -1
  39. package/dist/transactions/data/internal.d.mts +133 -109
  40. package/dist/transactions/data/internal.d.mts.map +1 -1
  41. package/dist/transactions/data/internal.mjs +11 -2
  42. package/dist/transactions/data/internal.mjs.map +1 -1
  43. package/dist/transactions/data/v1.d.mts +242 -220
  44. package/dist/transactions/data/v1.d.mts.map +1 -1
  45. package/dist/transactions/data/v1.mjs +27 -4
  46. package/dist/transactions/data/v1.mjs.map +1 -1
  47. package/dist/transactions/data/v2.d.mts +28 -16
  48. package/dist/transactions/data/v2.d.mts.map +1 -1
  49. package/dist/transactions/data/v2.mjs +3 -2
  50. package/dist/transactions/data/v2.mjs.map +1 -1
  51. package/dist/version.mjs +1 -1
  52. package/dist/version.mjs.map +1 -1
  53. package/dist/zklogin/bcs.d.mts +14 -14
  54. package/package.json +1 -1
  55. package/src/bcs/bcs.ts +45 -0
  56. package/src/bcs/effects.ts +3 -0
  57. package/src/bcs/transactions.ts +1 -0
  58. package/src/bcs/types.ts +10 -1
  59. package/src/client/transaction-resolver.ts +79 -9
  60. package/src/graphql/core.ts +3 -1
  61. package/src/graphql/generated/queries.ts +1 -1
  62. package/src/grpc/proto/sui/rpc/v2/execution_status.ts +8 -0
  63. package/src/grpc/proto/sui/rpc/v2/transaction.ts +68 -0
  64. package/src/transactions/data/internal.ts +19 -0
  65. package/src/transactions/data/v1.ts +51 -12
  66. package/src/transactions/data/v2.ts +2 -0
  67. package/src/version.ts +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"queries.mjs","names":[],"sources":["../../../src/graphql/generated/queries.ts"],"sourcesContent":["// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n/* eslint-disable */\n\n/** Internal type. DO NOT USE DIRECTLY. */\ntype Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };\n/** Internal type. DO NOT USE DIRECTLY. */\nexport type Incremental<T> = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never };\nimport { OpenMoveTypeSignature } from '../types.js';\nimport { DocumentTypeDecoration } from '@graphql-typed-document-node/core';\nexport type EventFilter = {\n /** Limit to events that occured strictly after the given checkpoint. */\n afterCheckpoint?: number | null | undefined;\n /** Limit to events in the given checkpoint. */\n atCheckpoint?: number | null | undefined;\n /** Limit to event that occured strictly before the given checkpoint. */\n beforeCheckpoint?: number | null | undefined;\n /**\n * Events emitted by a particular module. An event is emitted by a particular module if some function in the module is called by a PTB and emits an event.\n *\n * Modules can be filtered by their package, or package::module. We currently do not support filtering by emitting module and event type at the same time so if both are provided in one filter, the query will error.\n */\n module?: string | null | undefined;\n /** Filter on events by transaction sender address. */\n sender?: string | null | undefined;\n /**\n * This field is used to specify the type of event emitted.\n *\n * Events can be filtered by their type's package, package::module, or their fully qualified type name.\n *\n * Generic types can be queried by either the generic type name, e.g. `0x2::coin::Coin`, or by the full type name, such as `0x2::coin::Coin<0x2::sui::SUI>`.\n */\n type?: string | null | undefined;\n};\n\n/** The execution status of this transaction: success or failure. */\nexport enum ExecutionStatus {\n /** The transaction could not be executed. */\n Failure = 'FAILURE',\n /** The transaction was successfully executed. */\n Success = 'SUCCESS'\n}\n\n/** Abilities are keywords in Sui Move that define how types behave at the compiler level. */\nexport enum MoveAbility {\n /** Enables values to be copied. */\n Copy = 'COPY',\n /** Enables values to be popped/dropped. */\n Drop = 'DROP',\n /** Enables values to be held directly in global storage. */\n Key = 'KEY',\n /** Enables values to be held inside a struct in global storage. */\n Store = 'STORE'\n}\n\n/**\n * The visibility modifier describes which modules can access this module member.\n *\n * By default, a module member can be called only within the same module.\n */\nexport enum MoveVisibility {\n /** A friend member can be accessed in the module it is defined in and any other module in its package that is explicitly specified in its friend list. */\n Friend = 'FRIEND',\n /** A private member can be accessed in the module it is defined in. */\n Private = 'PRIVATE',\n /** A public member can be accessed by any module. */\n Public = 'PUBLIC'\n}\n\n/**\n * A filter over the live object set, the filter can be one of:\n *\n * - A filter on type (all live objects whose type matches that filter).\n * - Fetching all objects owned by an address or object, optionally filtered by type.\n * - Fetching all shared or immutable objects, filtered by type.\n */\nexport type ObjectFilter = {\n /**\n * Specifies the address of the owning address or object.\n *\n * This field is required if `ownerKind` is \"ADDRESS\" or \"OBJECT\". If provided without `ownerKind`, `ownerKind` defaults to \"ADDRESS\".\n */\n owner?: string | null | undefined;\n /**\n * Filter on whether the object is address-owned, object-owned, shared, or immutable.\n *\n * - If this field is set to \"ADDRESS\" or \"OBJECT\", then an owner filter must also be provided.\n * - If this field is set to \"SHARED\" or \"IMMUTABLE\", then a type filter must also be provided.\n */\n ownerKind?: OwnerKind | null | undefined;\n /**\n * Filter on the object's type.\n *\n * The filter can be one of:\n *\n * - A package address: `0x2`,\n * - A module: `0x2::coin`,\n * - A fully-qualified name: `0x2::coin::Coin`,\n * - A type instantiation: `0x2::coin::Coin<0x2::sui::SUI>`.\n */\n type?: string | null | undefined;\n};\n\n/**\n * Identifies a specific version of an object.\n *\n * The `address` field must be specified, as well as at most one of `version`, `rootVersion`, or `atCheckpoint`. If none are provided, the object is fetched at the current checkpoint.\n *\n * Specifying a `version` or a `rootVersion` disables nested queries for paginating owned objects or dynamic fields (these queries are only supported at checkpoint boundaries).\n *\n * See `Query.object` for more details.\n */\nexport type ObjectKey = {\n /** The object's ID. */\n address: string;\n /** If specified, tries to fetch the latest version as of this checkpoint. Fails if the checkpoint is later than the RPC's latest checkpoint. */\n atCheckpoint?: number | null | undefined;\n /**\n * If specified, tries to fetch the latest version of the object at or before this version. Nested dynamic field accesses will also be subject to this bound.\n *\n * This can be used to fetch a child or ancestor object bounded by its root object's version. For any wrapped or child (object-owned) object, its root object can be defined recursively as:\n *\n * - The root object of the object it is wrapped in, if it is wrapped.\n * - The root object of its owner, if it is owned by another object.\n * - The object itself, if it is not object-owned or wrapped.\n */\n rootVersion?: number | null | undefined;\n /** If specified, tries to fetch the object at this exact version. */\n version?: number | null | undefined;\n};\n\n/** Filter on who owns an object. */\nexport enum OwnerKind {\n /** Object is owned by an address. */\n Address = 'ADDRESS',\n /** Object is frozen. */\n Immutable = 'IMMUTABLE',\n /** Object is a child of another object (e.g. a dynamic field or dynamic object field). */\n Object = 'OBJECT',\n /** Object is shared among multiple owners. */\n Shared = 'SHARED'\n}\n\nexport type TransactionFilter = {\n /**\n * Limit to transactions that interacted with the given address.\n * The address could be a sender, sponsor, or recipient of the transaction.\n */\n affectedAddress?: string | null | undefined;\n /**\n * Limit to transactions that interacted with the given object.\n * The object could have been created, read, modified, deleted, wrapped, or unwrapped by the transaction.\n * Objects that were passed as a `Receiving` input are not considered to have been affected by a transaction unless they were actually received.\n */\n affectedObject?: string | null | undefined;\n /** Filter to transactions that occurred strictly after the given checkpoint. */\n afterCheckpoint?: number | null | undefined;\n /** Filter to transactions in the given checkpoint. */\n atCheckpoint?: number | null | undefined;\n /** Filter to transaction that occurred strictly before the given checkpoint. */\n beforeCheckpoint?: number | null | undefined;\n /** Filter transactions by move function called. Calls can be filtered by the `package`, `package::module`, or the `package::module::name` of their function. */\n function?: string | null | undefined;\n /** An input filter selecting for either system or programmable transactions. */\n kind?: TransactionKindInput | null | undefined;\n /** Limit to transactions that were sent by the given address. */\n sentAddress?: string | null | undefined;\n};\n\n/** An input filter selecting for either system or programmable transactions. */\nexport enum TransactionKindInput {\n /** A user submitted transaction block. */\n ProgrammableTx = 'PROGRAMMABLE_TX',\n /**\n * A system transaction can be one of several types of transactions.\n * See [unions/transaction-block-kind] for more details.\n */\n SystemTx = 'SYSTEM_TX'\n}\n\n/** An enum that specifies the intent scope to be used to parse the bytes for signature verification. */\nexport enum ZkLoginIntentScope {\n /** Indicates that the bytes are to be parsed as a personal message. */\n PersonalMessage = 'PERSONAL_MESSAGE',\n /** Indicates that the bytes are to be parsed as transaction data bytes. */\n TransactionData = 'TRANSACTION_DATA'\n}\n\nexport type GetAllBalancesQueryVariables = Exact<{\n owner: string;\n limit?: number | null | undefined;\n cursor?: string | null | undefined;\n}>;\n\n\nexport type GetAllBalancesQuery = { address: { balances: { pageInfo: { hasNextPage: boolean, endCursor: string | null }, nodes: Array<{ totalBalance: string | null, addressBalance: string | null, coinType: { repr: string } | null }> } | null } | null };\n\nexport type GetBalanceQueryVariables = Exact<{\n owner: string;\n coinType?: string | null | undefined;\n}>;\n\n\nexport type GetBalanceQuery = { address: { balance: { totalBalance: string | null, addressBalance: string | null, coinType: { repr: string } | null } | null } | null };\n\nexport type GetChainIdentifierQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type GetChainIdentifierQuery = { checkpoint: { digest: string | null } | null };\n\nexport type GetCoinMetadataQueryVariables = Exact<{\n coinType: string;\n}>;\n\n\nexport type GetCoinMetadataQuery = { coinMetadata: { address: string, decimals: number | null, name: string | null, symbol: string | null, description: string | null, iconUrl: string | null } | null };\n\nexport type GetCoinsQueryVariables = Exact<{\n owner: string;\n first?: number | null | undefined;\n cursor?: string | null | undefined;\n type?: string | null | undefined;\n}>;\n\n\nexport type GetCoinsQuery = { address: { address: string, objects: { pageInfo: { hasNextPage: boolean, endCursor: string | null }, nodes: Array<{ address: string, version: number | null, digest: string | null, owner:\n | { __typename: 'AddressOwner', address: { address: string } | null }\n | { __typename: 'ConsensusAddressOwner', startVersion: number | null, address: { address: string } | null }\n | { __typename: 'Immutable' }\n | { __typename: 'ObjectOwner', address: { address: string } | null }\n | { __typename: 'Shared', initialSharedVersion: number | null }\n | null, contents: { json: unknown, type: { repr: string } | null } | null }> } | null } | null };\n\nexport type GetCurrentSystemStateQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type GetCurrentSystemStateQuery = { epoch: { epochId: number, referenceGasPrice: string | null, startTimestamp: string | null, protocolConfigs: { protocolVersion: number } | null, systemState: { json: unknown } | null } | null };\n\nexport type GetDynamicFieldsQueryVariables = Exact<{\n parentId: string;\n first?: number | null | undefined;\n cursor?: string | null | undefined;\n includeValue?: boolean | null | undefined;\n}>;\n\n\nexport type GetDynamicFieldsQuery = { address: { dynamicFields: { pageInfo: { hasNextPage: boolean, endCursor: string | null }, nodes: Array<{ name: { bcs: string | null, type: { repr: string } | null } | null, value:\n | { __typename: 'MoveObject', address: string, contents: { bcs?: string | null, type: { repr: string } | null } | null }\n | { __typename: 'MoveValue', bcs?: string | null, type: { repr: string } | null }\n | null }> } | null } | null };\n\nexport type GetMoveFunctionQueryVariables = Exact<{\n package: string;\n module: string;\n function: string;\n}>;\n\n\nexport type GetMoveFunctionQuery = { package: { module: { function: { name: string, visibility: MoveVisibility | null, isEntry: boolean | null, typeParameters: Array<{ constraints: Array<MoveAbility> }> | null, parameters: Array<{ signature: OpenMoveTypeSignature }> | null, return: Array<{ signature: OpenMoveTypeSignature }> | null } | null } | null } | null };\n\nexport type GetProtocolConfigQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type GetProtocolConfigQuery = { epoch: { protocolConfigs: { protocolVersion: number, featureFlags: Array<{ key: string, value: boolean }>, configs: Array<{ key: string, value: string | null }> } | null } | null };\n\nexport type GetReferenceGasPriceQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type GetReferenceGasPriceQuery = { epoch: { referenceGasPrice: string | null } | null };\n\nexport type ListEventsQueryVariables = Exact<{\n filter?: EventFilter | null | undefined;\n first?: number | null | undefined;\n after?: string | null | undefined;\n last?: number | null | undefined;\n before?: string | null | undefined;\n}>;\n\n\nexport type ListEventsQuery = { events: { pageInfo: { hasNextPage: boolean, hasPreviousPage: boolean, startCursor: string | null, endCursor: string | null }, nodes: Array<{ sequenceNumber: number, transaction: { digest: string, effects: { checkpoint: { sequenceNumber: number } | null } | null } | null, transactionModule: { name: string, package: { address: string } | null } | null, sender: { address: string } | null, contents: { bcs: string | null, json: unknown, type: { repr: string } | null } | null }> } | null };\n\nexport type DefaultSuinsNameQueryVariables = Exact<{\n address: string;\n}>;\n\n\nexport type DefaultSuinsNameQuery = { address: { defaultNameRecord: { domain: string } | null } | null };\n\nexport type ResolveNameServiceAddressQueryVariables = Exact<{\n name: string;\n}>;\n\n\nexport type ResolveNameServiceAddressQuery = { address: { address: string } | null };\n\nexport type GetOwnedObjectsQueryVariables = Exact<{\n owner: string;\n limit?: number | null | undefined;\n cursor?: string | null | undefined;\n filter?: ObjectFilter | null | undefined;\n includeContent?: boolean | null | undefined;\n includePreviousTransaction?: boolean | null | undefined;\n includeObjectBcs?: boolean | null | undefined;\n includeJson?: boolean | null | undefined;\n includeDisplay?: boolean | null | undefined;\n}>;\n\n\nexport type GetOwnedObjectsQuery = { address: { objects: { pageInfo: { hasNextPage: boolean, endCursor: string | null }, nodes: Array<{ address: string, digest: string | null, version: number | null, objectBcs?: string | null, contents: { bcs?: string | null, json?: unknown, display?: { output: unknown, errors: unknown } | null, type: { repr: string } | null } | null, owner:\n | { __typename: 'AddressOwner', address: { address: string } | null }\n | { __typename: 'ConsensusAddressOwner', startVersion: number | null, address: { address: string } | null }\n | { __typename: 'Immutable' }\n | { __typename: 'ObjectOwner', address: { address: string } | null }\n | { __typename: 'Shared', initialSharedVersion: number | null }\n | null, previousTransaction?: { digest: string } | null }> } | null } | null };\n\nexport type MultiGetObjectsQueryVariables = Exact<{\n objectKeys: Array<ObjectKey> | ObjectKey;\n includeContent?: boolean | null | undefined;\n includePreviousTransaction?: boolean | null | undefined;\n includeObjectBcs?: boolean | null | undefined;\n includeJson?: boolean | null | undefined;\n includeDisplay?: boolean | null | undefined;\n}>;\n\n\nexport type MultiGetObjectsQuery = { multiGetObjects: Array<{ address: string, digest: string | null, version: number | null, objectBcs?: string | null, asMoveObject: { contents: { bcs?: string | null, json?: unknown, display?: { output: unknown, errors: unknown } | null, type: { repr: string } | null } | null } | null, asMovePackage: { __typename: 'MovePackage' } | null, owner:\n | { __typename: 'AddressOwner', address: { address: string } | null }\n | { __typename: 'ConsensusAddressOwner', startVersion: number | null, address: { address: string } | null }\n | { __typename: 'Immutable' }\n | { __typename: 'ObjectOwner', address: { address: string } | null }\n | { __typename: 'Shared', initialSharedVersion: number | null }\n | null, previousTransaction?: { digest: string } | null } | null> };\n\nexport type Object_FieldsFragment = { address: string, digest: string | null, version: number | null, objectBcs?: string | null, asMoveObject: { contents: { bcs?: string | null, json?: unknown, display?: { output: unknown, errors: unknown } | null, type: { repr: string } | null } | null } | null, asMovePackage: { __typename: 'MovePackage' } | null, owner:\n | { __typename: 'AddressOwner', address: { address: string } | null }\n | { __typename: 'ConsensusAddressOwner', startVersion: number | null, address: { address: string } | null }\n | { __typename: 'Immutable' }\n | { __typename: 'ObjectOwner', address: { address: string } | null }\n | { __typename: 'Shared', initialSharedVersion: number | null }\n | null, previousTransaction?: { digest: string } | null };\n\nexport type Move_Object_FieldsFragment = { address: string, digest: string | null, version: number | null, objectBcs?: string | null, contents: { bcs?: string | null, json?: unknown, display?: { output: unknown, errors: unknown } | null, type: { repr: string } | null } | null, owner:\n | { __typename: 'AddressOwner', address: { address: string } | null }\n | { __typename: 'ConsensusAddressOwner', startVersion: number | null, address: { address: string } | null }\n | { __typename: 'Immutable' }\n | { __typename: 'ObjectOwner', address: { address: string } | null }\n | { __typename: 'Shared', initialSharedVersion: number | null }\n | null, previousTransaction?: { digest: string } | null };\n\ntype Object_Owner_Fields_AddressOwner_Fragment = { __typename: 'AddressOwner', address: { address: string } | null };\n\ntype Object_Owner_Fields_ConsensusAddressOwner_Fragment = { __typename: 'ConsensusAddressOwner', startVersion: number | null, address: { address: string } | null };\n\ntype Object_Owner_Fields_Immutable_Fragment = { __typename: 'Immutable' };\n\ntype Object_Owner_Fields_ObjectOwner_Fragment = { __typename: 'ObjectOwner', address: { address: string } | null };\n\ntype Object_Owner_Fields_Shared_Fragment = { __typename: 'Shared', initialSharedVersion: number | null };\n\nexport type Object_Owner_FieldsFragment =\n | Object_Owner_Fields_AddressOwner_Fragment\n | Object_Owner_Fields_ConsensusAddressOwner_Fragment\n | Object_Owner_Fields_Immutable_Fragment\n | Object_Owner_Fields_ObjectOwner_Fragment\n | Object_Owner_Fields_Shared_Fragment\n;\n\nexport type SimulateTransactionQueryVariables = Exact<{\n transaction: unknown;\n includeTransaction?: boolean | null | undefined;\n includeEffects?: boolean | null | undefined;\n includeEvents?: boolean | null | undefined;\n includeBalanceChanges?: boolean | null | undefined;\n includeObjectTypes?: boolean | null | undefined;\n includeCommandResults?: boolean | null | undefined;\n includeBcs?: boolean | null | undefined;\n doGasSelection?: boolean | null | undefined;\n checksEnabled?: boolean | null | undefined;\n}>;\n\n\nexport type SimulateTransactionQuery = { simulateTransaction: { effects: { transaction: { digest: string, transactionJson?: unknown, transactionBcs?: string | null, signatures: Array<{ signatureBytes: string | null }>, effects: { status: ExecutionStatus | null, timestamp: string | null, effectsBcs?: string | null, effectsJson?: unknown, balanceChangesJson?: unknown, checkpoint: { sequenceNumber: number } | null, executionError: { message: string, abortCode: string | null, identifier: string | null, constant: string | null, sourceLineNumber: number | null, instructionOffset: number | null, module: { name: string, package: { address: string } | null } | null, function: { name: string } | null } | null, epoch: { epochId: number } | null, objectChanges?: { nodes: Array<{ address: string, outputState: { asMoveObject: { contents: { type: { repr: string } | null } | null } | null } | null }> } | null, events?: { pageInfo: { hasNextPage: boolean }, nodes: Array<{ transactionModule: { name: string, package: { address: string } | null } | null, sender: { address: string } | null, contents: { bcs: string | null, json: unknown, type: { repr: string } | null } | null }> } | null } | null } | null } | null, outputs?: Array<{ returnValues: Array<{ value: { bcs: string | null } | null }> | null, mutatedReferences: Array<{ value: { bcs: string | null } | null }> | null }> | null } };\n\nexport type ExecuteTransactionMutationVariables = Exact<{\n transactionDataBcs: string;\n signatures: Array<string> | string;\n includeTransaction?: boolean | null | undefined;\n includeEffects?: boolean | null | undefined;\n includeEvents?: boolean | null | undefined;\n includeBalanceChanges?: boolean | null | undefined;\n includeObjectTypes?: boolean | null | undefined;\n includeBcs?: boolean | null | undefined;\n}>;\n\n\nexport type ExecuteTransactionMutation = { executeTransaction: { effects: { transaction: { digest: string, transactionJson?: unknown, transactionBcs?: string | null, signatures: Array<{ signatureBytes: string | null }>, effects: { status: ExecutionStatus | null, timestamp: string | null, effectsBcs?: string | null, effectsJson?: unknown, balanceChangesJson?: unknown, checkpoint: { sequenceNumber: number } | null, executionError: { message: string, abortCode: string | null, identifier: string | null, constant: string | null, sourceLineNumber: number | null, instructionOffset: number | null, module: { name: string, package: { address: string } | null } | null, function: { name: string } | null } | null, epoch: { epochId: number } | null, objectChanges?: { nodes: Array<{ address: string, outputState: { asMoveObject: { contents: { type: { repr: string } | null } | null } | null } | null }> } | null, events?: { pageInfo: { hasNextPage: boolean }, nodes: Array<{ transactionModule: { name: string, package: { address: string } | null } | null, sender: { address: string } | null, contents: { bcs: string | null, json: unknown, type: { repr: string } | null } | null }> } | null } | null } | null } | null } };\n\nexport type GetTransactionBlockQueryVariables = Exact<{\n digest: string;\n includeTransaction?: boolean | null | undefined;\n includeEffects?: boolean | null | undefined;\n includeEvents?: boolean | null | undefined;\n includeBalanceChanges?: boolean | null | undefined;\n includeObjectTypes?: boolean | null | undefined;\n includeBcs?: boolean | null | undefined;\n}>;\n\n\nexport type GetTransactionBlockQuery = { transaction: { digest: string, transactionJson?: unknown, transactionBcs?: string | null, signatures: Array<{ signatureBytes: string | null }>, effects: { status: ExecutionStatus | null, timestamp: string | null, effectsBcs?: string | null, effectsJson?: unknown, balanceChangesJson?: unknown, checkpoint: { sequenceNumber: number } | null, executionError: { message: string, abortCode: string | null, identifier: string | null, constant: string | null, sourceLineNumber: number | null, instructionOffset: number | null, module: { name: string, package: { address: string } | null } | null, function: { name: string } | null } | null, epoch: { epochId: number } | null, objectChanges?: { nodes: Array<{ address: string, outputState: { asMoveObject: { contents: { type: { repr: string } | null } | null } | null } | null }> } | null, events?: { pageInfo: { hasNextPage: boolean }, nodes: Array<{ transactionModule: { name: string, package: { address: string } | null } | null, sender: { address: string } | null, contents: { bcs: string | null, json: unknown, type: { repr: string } | null } | null }> } | null } | null } | null };\n\nexport type ListTransactionsQueryVariables = Exact<{\n filter?: TransactionFilter | null | undefined;\n first?: number | null | undefined;\n after?: string | null | undefined;\n last?: number | null | undefined;\n before?: string | null | undefined;\n includeTransaction?: boolean | null | undefined;\n includeEffects?: boolean | null | undefined;\n includeEvents?: boolean | null | undefined;\n includeBalanceChanges?: boolean | null | undefined;\n includeObjectTypes?: boolean | null | undefined;\n includeBcs?: boolean | null | undefined;\n}>;\n\n\nexport type ListTransactionsQuery = { transactions: { pageInfo: { hasNextPage: boolean, hasPreviousPage: boolean, startCursor: string | null, endCursor: string | null }, nodes: Array<{ digest: string, transactionJson?: unknown, transactionBcs?: string | null, signatures: Array<{ signatureBytes: string | null }>, effects: { status: ExecutionStatus | null, timestamp: string | null, effectsBcs?: string | null, effectsJson?: unknown, balanceChangesJson?: unknown, checkpoint: { sequenceNumber: number } | null, executionError: { message: string, abortCode: string | null, identifier: string | null, constant: string | null, sourceLineNumber: number | null, instructionOffset: number | null, module: { name: string, package: { address: string } | null } | null, function: { name: string } | null } | null, epoch: { epochId: number } | null, objectChanges?: { nodes: Array<{ address: string, outputState: { asMoveObject: { contents: { type: { repr: string } | null } | null } | null } | null }> } | null, events?: { pageInfo: { hasNextPage: boolean }, nodes: Array<{ transactionModule: { name: string, package: { address: string } | null } | null, sender: { address: string } | null, contents: { bcs: string | null, json: unknown, type: { repr: string } | null } | null }> } | null } | null }> } | null };\n\nexport type Transaction_FieldsFragment = { digest: string, transactionJson?: unknown, transactionBcs?: string | null, signatures: Array<{ signatureBytes: string | null }>, effects: { status: ExecutionStatus | null, timestamp: string | null, effectsBcs?: string | null, effectsJson?: unknown, balanceChangesJson?: unknown, checkpoint: { sequenceNumber: number } | null, executionError: { message: string, abortCode: string | null, identifier: string | null, constant: string | null, sourceLineNumber: number | null, instructionOffset: number | null, module: { name: string, package: { address: string } | null } | null, function: { name: string } | null } | null, epoch: { epochId: number } | null, objectChanges?: { nodes: Array<{ address: string, outputState: { asMoveObject: { contents: { type: { repr: string } | null } | null } | null } | null }> } | null, events?: { pageInfo: { hasNextPage: boolean }, nodes: Array<{ transactionModule: { name: string, package: { address: string } | null } | null, sender: { address: string } | null, contents: { bcs: string | null, json: unknown, type: { repr: string } | null } | null }> } | null } | null };\n\nexport type ResolveTransactionQueryVariables = Exact<{\n transaction: unknown;\n doGasSelection?: boolean | null | undefined;\n checksEnabled?: boolean | null | undefined;\n}>;\n\n\nexport type ResolveTransactionQuery = { simulateTransaction: { effects: { transaction: { transactionBcs: string | null, effects: { status: ExecutionStatus | null, epoch: { epochId: number } | null, executionError: { message: string, abortCode: string | null, identifier: string | null, constant: string | null, sourceLineNumber: number | null, instructionOffset: number | null, module: { name: string, package: { address: string } | null } | null, function: { name: string } | null } | null } | null } | null } | null } };\n\nexport type VerifyZkLoginSignatureQueryVariables = Exact<{\n bytes: string;\n signature: string;\n intentScope: ZkLoginIntentScope;\n author: string;\n}>;\n\n\nexport type VerifyZkLoginSignatureQuery = { verifyZkLoginSignature: { success: boolean | null } | null };\n\nexport class TypedDocumentString<TResult, TVariables>\n extends String\n implements DocumentTypeDecoration<TResult, TVariables>\n{\n __apiType?: NonNullable<DocumentTypeDecoration<TResult, TVariables>['__apiType']>;\n private value: string;\n public __meta__?: Record<string, any> | undefined;\n\n constructor(value: string, __meta__?: Record<string, any> | undefined) {\n super(value);\n this.value = value;\n this.__meta__ = __meta__;\n }\n\n override toString(): string & DocumentTypeDecoration<TResult, TVariables> {\n return this.value;\n }\n}\nexport const Object_Owner_FieldsFragmentDoc = new TypedDocumentString(`\n fragment OBJECT_OWNER_FIELDS on Owner {\n __typename\n ... on AddressOwner {\n address {\n address\n }\n }\n ... on ObjectOwner {\n address {\n address\n }\n }\n ... on Shared {\n initialSharedVersion\n }\n ... on ConsensusAddressOwner {\n startVersion\n address {\n address\n }\n }\n}\n `, {\"fragmentName\":\"OBJECT_OWNER_FIELDS\"}) as unknown as TypedDocumentString<Object_Owner_FieldsFragment, unknown>;\nexport const Object_FieldsFragmentDoc = new TypedDocumentString(`\n fragment OBJECT_FIELDS on Object {\n address\n digest\n version\n objectBcs @include(if: $includeObjectBcs)\n asMoveObject {\n contents {\n bcs @include(if: $includeContent)\n json @include(if: $includeJson)\n display @include(if: $includeDisplay) {\n output\n errors\n }\n type {\n repr\n }\n }\n }\n asMovePackage {\n __typename\n }\n owner {\n ...OBJECT_OWNER_FIELDS\n }\n previousTransaction @include(if: $includePreviousTransaction) {\n digest\n }\n}\n fragment OBJECT_OWNER_FIELDS on Owner {\n __typename\n ... on AddressOwner {\n address {\n address\n }\n }\n ... on ObjectOwner {\n address {\n address\n }\n }\n ... on Shared {\n initialSharedVersion\n }\n ... on ConsensusAddressOwner {\n startVersion\n address {\n address\n }\n }\n}`, {\"fragmentName\":\"OBJECT_FIELDS\"}) as unknown as TypedDocumentString<Object_FieldsFragment, unknown>;\nexport const Move_Object_FieldsFragmentDoc = new TypedDocumentString(`\n fragment MOVE_OBJECT_FIELDS on MoveObject {\n address\n digest\n version\n objectBcs @include(if: $includeObjectBcs)\n contents {\n bcs @include(if: $includeContent)\n json @include(if: $includeJson)\n display @include(if: $includeDisplay) {\n output\n errors\n }\n type {\n repr\n }\n }\n owner {\n ...OBJECT_OWNER_FIELDS\n }\n previousTransaction @include(if: $includePreviousTransaction) {\n digest\n }\n}\n fragment OBJECT_OWNER_FIELDS on Owner {\n __typename\n ... on AddressOwner {\n address {\n address\n }\n }\n ... on ObjectOwner {\n address {\n address\n }\n }\n ... on Shared {\n initialSharedVersion\n }\n ... on ConsensusAddressOwner {\n startVersion\n address {\n address\n }\n }\n}`, {\"fragmentName\":\"MOVE_OBJECT_FIELDS\"}) as unknown as TypedDocumentString<Move_Object_FieldsFragment, unknown>;\nexport const Transaction_FieldsFragmentDoc = new TypedDocumentString(`\n fragment TRANSACTION_FIELDS on Transaction {\n digest\n transactionJson @include(if: $includeTransaction)\n transactionBcs @include(if: $includeBcs)\n signatures {\n signatureBytes\n }\n effects {\n status\n timestamp\n checkpoint {\n sequenceNumber\n }\n executionError {\n message\n abortCode\n identifier\n constant\n sourceLineNumber\n instructionOffset\n module {\n name\n package {\n address\n }\n }\n function {\n name\n }\n }\n epoch {\n epochId\n }\n effectsBcs @include(if: $includeEffects)\n effectsJson @include(if: $includeObjectTypes)\n objectChanges(first: 50) @include(if: $includeObjectTypes) {\n nodes {\n address\n outputState {\n asMoveObject {\n contents {\n type {\n repr\n }\n }\n }\n }\n }\n }\n balanceChangesJson @include(if: $includeBalanceChanges)\n events(first: 50) @include(if: $includeEvents) {\n pageInfo {\n hasNextPage\n }\n nodes {\n transactionModule {\n package {\n address\n }\n name\n }\n sender {\n address\n }\n contents {\n type {\n repr\n }\n bcs\n json\n }\n }\n }\n }\n}\n `, {\"fragmentName\":\"TRANSACTION_FIELDS\"}) as unknown as TypedDocumentString<Transaction_FieldsFragment, unknown>;\nexport const GetAllBalancesDocument = new TypedDocumentString(`\n query getAllBalances($owner: SuiAddress!, $limit: Int, $cursor: String) {\n address(address: $owner) {\n balances(first: $limit, after: $cursor) {\n pageInfo {\n hasNextPage\n endCursor\n }\n nodes {\n coinType {\n repr\n }\n totalBalance\n addressBalance\n }\n }\n }\n}\n `) as unknown as TypedDocumentString<GetAllBalancesQuery, GetAllBalancesQueryVariables>;\nexport const GetBalanceDocument = new TypedDocumentString(`\n query getBalance($owner: SuiAddress!, $coinType: String = \"0x2::sui::SUI\") {\n address(address: $owner) {\n balance(coinType: $coinType) {\n coinType {\n repr\n }\n totalBalance\n addressBalance\n }\n }\n}\n `) as unknown as TypedDocumentString<GetBalanceQuery, GetBalanceQueryVariables>;\nexport const GetChainIdentifierDocument = new TypedDocumentString(`\n query getChainIdentifier {\n checkpoint(sequenceNumber: 0) {\n digest\n }\n}\n `) as unknown as TypedDocumentString<GetChainIdentifierQuery, GetChainIdentifierQueryVariables>;\nexport const GetCoinMetadataDocument = new TypedDocumentString(`\n query getCoinMetadata($coinType: String!) {\n coinMetadata(coinType: $coinType) {\n address\n decimals\n name\n symbol\n description\n iconUrl\n }\n}\n `) as unknown as TypedDocumentString<GetCoinMetadataQuery, GetCoinMetadataQueryVariables>;\nexport const GetCoinsDocument = new TypedDocumentString(`\n query getCoins($owner: SuiAddress!, $first: Int, $cursor: String, $type: String = \"0x2::coin::Coin<0x2::sui::SUI>\") {\n address(address: $owner) {\n address\n objects(first: $first, after: $cursor, filter: {type: $type}) {\n pageInfo {\n hasNextPage\n endCursor\n }\n nodes {\n owner {\n ...OBJECT_OWNER_FIELDS\n }\n contents {\n json\n type {\n repr\n }\n }\n address\n version\n digest\n }\n }\n }\n}\n fragment OBJECT_OWNER_FIELDS on Owner {\n __typename\n ... on AddressOwner {\n address {\n address\n }\n }\n ... on ObjectOwner {\n address {\n address\n }\n }\n ... on Shared {\n initialSharedVersion\n }\n ... on ConsensusAddressOwner {\n startVersion\n address {\n address\n }\n }\n}`) as unknown as TypedDocumentString<GetCoinsQuery, GetCoinsQueryVariables>;\nexport const GetCurrentSystemStateDocument = new TypedDocumentString(`\n query getCurrentSystemState {\n epoch {\n epochId\n referenceGasPrice\n startTimestamp\n protocolConfigs {\n protocolVersion\n }\n systemState {\n json\n }\n }\n}\n `) as unknown as TypedDocumentString<GetCurrentSystemStateQuery, GetCurrentSystemStateQueryVariables>;\nexport const GetDynamicFieldsDocument = new TypedDocumentString(`\n query getDynamicFields($parentId: SuiAddress!, $first: Int, $cursor: String, $includeValue: Boolean = false) {\n address(address: $parentId) {\n dynamicFields(first: $first, after: $cursor) {\n pageInfo {\n hasNextPage\n endCursor\n }\n nodes {\n name {\n bcs\n type {\n repr\n }\n }\n value {\n __typename\n ... on MoveValue {\n bcs @include(if: $includeValue)\n type {\n repr\n }\n }\n ... on MoveObject {\n address\n contents {\n bcs @include(if: $includeValue)\n type {\n repr\n }\n }\n }\n }\n }\n }\n }\n}\n `) as unknown as TypedDocumentString<GetDynamicFieldsQuery, GetDynamicFieldsQueryVariables>;\nexport const GetMoveFunctionDocument = new TypedDocumentString(`\n query getMoveFunction($package: SuiAddress!, $module: String!, $function: String!) {\n package(address: $package) {\n module(name: $module) {\n function(name: $function) {\n name\n visibility\n isEntry\n typeParameters {\n constraints\n }\n parameters {\n signature\n }\n return {\n signature\n }\n }\n }\n }\n}\n `) as unknown as TypedDocumentString<GetMoveFunctionQuery, GetMoveFunctionQueryVariables>;\nexport const GetProtocolConfigDocument = new TypedDocumentString(`\n query getProtocolConfig {\n epoch {\n protocolConfigs {\n protocolVersion\n featureFlags {\n key\n value\n }\n configs {\n key\n value\n }\n }\n }\n}\n `) as unknown as TypedDocumentString<GetProtocolConfigQuery, GetProtocolConfigQueryVariables>;\nexport const GetReferenceGasPriceDocument = new TypedDocumentString(`\n query getReferenceGasPrice {\n epoch {\n referenceGasPrice\n }\n}\n `) as unknown as TypedDocumentString<GetReferenceGasPriceQuery, GetReferenceGasPriceQueryVariables>;\nexport const ListEventsDocument = new TypedDocumentString(`\n query listEvents($filter: EventFilter, $first: Int, $after: String, $last: Int, $before: String) {\n events(\n filter: $filter\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n }\n nodes {\n sequenceNumber\n transaction {\n digest\n effects {\n checkpoint {\n sequenceNumber\n }\n }\n }\n transactionModule {\n package {\n address\n }\n name\n }\n sender {\n address\n }\n contents {\n type {\n repr\n }\n bcs\n json\n }\n }\n }\n}\n `) as unknown as TypedDocumentString<ListEventsQuery, ListEventsQueryVariables>;\nexport const DefaultSuinsNameDocument = new TypedDocumentString(`\n query defaultSuinsName($address: SuiAddress!) {\n address(address: $address) {\n defaultNameRecord {\n domain\n }\n }\n}\n `) as unknown as TypedDocumentString<DefaultSuinsNameQuery, DefaultSuinsNameQueryVariables>;\nexport const ResolveNameServiceAddressDocument = new TypedDocumentString(`\n query resolveNameServiceAddress($name: String!) {\n address(name: $name) {\n address\n }\n}\n `) as unknown as TypedDocumentString<ResolveNameServiceAddressQuery, ResolveNameServiceAddressQueryVariables>;\nexport const GetOwnedObjectsDocument = new TypedDocumentString(`\n query getOwnedObjects($owner: SuiAddress!, $limit: Int, $cursor: String, $filter: ObjectFilter, $includeContent: Boolean = false, $includePreviousTransaction: Boolean = false, $includeObjectBcs: Boolean = false, $includeJson: Boolean = false, $includeDisplay: Boolean = false) {\n address(address: $owner) {\n objects(first: $limit, after: $cursor, filter: $filter) {\n pageInfo {\n hasNextPage\n endCursor\n }\n nodes {\n ...MOVE_OBJECT_FIELDS\n }\n }\n }\n}\n fragment MOVE_OBJECT_FIELDS on MoveObject {\n address\n digest\n version\n objectBcs @include(if: $includeObjectBcs)\n contents {\n bcs @include(if: $includeContent)\n json @include(if: $includeJson)\n display @include(if: $includeDisplay) {\n output\n errors\n }\n type {\n repr\n }\n }\n owner {\n ...OBJECT_OWNER_FIELDS\n }\n previousTransaction @include(if: $includePreviousTransaction) {\n digest\n }\n}\nfragment OBJECT_OWNER_FIELDS on Owner {\n __typename\n ... on AddressOwner {\n address {\n address\n }\n }\n ... on ObjectOwner {\n address {\n address\n }\n }\n ... on Shared {\n initialSharedVersion\n }\n ... on ConsensusAddressOwner {\n startVersion\n address {\n address\n }\n }\n}`) as unknown as TypedDocumentString<GetOwnedObjectsQuery, GetOwnedObjectsQueryVariables>;\nexport const MultiGetObjectsDocument = new TypedDocumentString(`\n query multiGetObjects($objectKeys: [ObjectKey!]!, $includeContent: Boolean = false, $includePreviousTransaction: Boolean = false, $includeObjectBcs: Boolean = false, $includeJson: Boolean = false, $includeDisplay: Boolean = false) {\n multiGetObjects(keys: $objectKeys) {\n ...OBJECT_FIELDS\n }\n}\n fragment OBJECT_FIELDS on Object {\n address\n digest\n version\n objectBcs @include(if: $includeObjectBcs)\n asMoveObject {\n contents {\n bcs @include(if: $includeContent)\n json @include(if: $includeJson)\n display @include(if: $includeDisplay) {\n output\n errors\n }\n type {\n repr\n }\n }\n }\n asMovePackage {\n __typename\n }\n owner {\n ...OBJECT_OWNER_FIELDS\n }\n previousTransaction @include(if: $includePreviousTransaction) {\n digest\n }\n}\nfragment OBJECT_OWNER_FIELDS on Owner {\n __typename\n ... on AddressOwner {\n address {\n address\n }\n }\n ... on ObjectOwner {\n address {\n address\n }\n }\n ... on Shared {\n initialSharedVersion\n }\n ... on ConsensusAddressOwner {\n startVersion\n address {\n address\n }\n }\n}`) as unknown as TypedDocumentString<MultiGetObjectsQuery, MultiGetObjectsQueryVariables>;\nexport const SimulateTransactionDocument = new TypedDocumentString(`\n query simulateTransaction($transaction: JSON!, $includeTransaction: Boolean = false, $includeEffects: Boolean = false, $includeEvents: Boolean = false, $includeBalanceChanges: Boolean = false, $includeObjectTypes: Boolean = false, $includeCommandResults: Boolean = false, $includeBcs: Boolean = false, $doGasSelection: Boolean = false, $checksEnabled: Boolean = true) {\n simulateTransaction(\n transaction: $transaction\n doGasSelection: $doGasSelection\n checksEnabled: $checksEnabled\n ) {\n effects {\n transaction {\n ...TRANSACTION_FIELDS\n }\n }\n outputs @include(if: $includeCommandResults) {\n returnValues {\n value {\n bcs\n }\n }\n mutatedReferences {\n value {\n bcs\n }\n }\n }\n }\n}\n fragment TRANSACTION_FIELDS on Transaction {\n digest\n transactionJson @include(if: $includeTransaction)\n transactionBcs @include(if: $includeBcs)\n signatures {\n signatureBytes\n }\n effects {\n status\n timestamp\n checkpoint {\n sequenceNumber\n }\n executionError {\n message\n abortCode\n identifier\n constant\n sourceLineNumber\n instructionOffset\n module {\n name\n package {\n address\n }\n }\n function {\n name\n }\n }\n epoch {\n epochId\n }\n effectsBcs @include(if: $includeEffects)\n effectsJson @include(if: $includeObjectTypes)\n objectChanges(first: 50) @include(if: $includeObjectTypes) {\n nodes {\n address\n outputState {\n asMoveObject {\n contents {\n type {\n repr\n }\n }\n }\n }\n }\n }\n balanceChangesJson @include(if: $includeBalanceChanges)\n events(first: 50) @include(if: $includeEvents) {\n pageInfo {\n hasNextPage\n }\n nodes {\n transactionModule {\n package {\n address\n }\n name\n }\n sender {\n address\n }\n contents {\n type {\n repr\n }\n bcs\n json\n }\n }\n }\n }\n}`) as unknown as TypedDocumentString<SimulateTransactionQuery, SimulateTransactionQueryVariables>;\nexport const ExecuteTransactionDocument = new TypedDocumentString(`\n mutation executeTransaction($transactionDataBcs: Base64!, $signatures: [Base64!]!, $includeTransaction: Boolean = false, $includeEffects: Boolean = false, $includeEvents: Boolean = false, $includeBalanceChanges: Boolean = false, $includeObjectTypes: Boolean = false, $includeBcs: Boolean = false) {\n executeTransaction(\n transactionDataBcs: $transactionDataBcs\n signatures: $signatures\n ) {\n effects {\n transaction {\n ...TRANSACTION_FIELDS\n }\n }\n }\n}\n fragment TRANSACTION_FIELDS on Transaction {\n digest\n transactionJson @include(if: $includeTransaction)\n transactionBcs @include(if: $includeBcs)\n signatures {\n signatureBytes\n }\n effects {\n status\n timestamp\n checkpoint {\n sequenceNumber\n }\n executionError {\n message\n abortCode\n identifier\n constant\n sourceLineNumber\n instructionOffset\n module {\n name\n package {\n address\n }\n }\n function {\n name\n }\n }\n epoch {\n epochId\n }\n effectsBcs @include(if: $includeEffects)\n effectsJson @include(if: $includeObjectTypes)\n objectChanges(first: 50) @include(if: $includeObjectTypes) {\n nodes {\n address\n outputState {\n asMoveObject {\n contents {\n type {\n repr\n }\n }\n }\n }\n }\n }\n balanceChangesJson @include(if: $includeBalanceChanges)\n events(first: 50) @include(if: $includeEvents) {\n pageInfo {\n hasNextPage\n }\n nodes {\n transactionModule {\n package {\n address\n }\n name\n }\n sender {\n address\n }\n contents {\n type {\n repr\n }\n bcs\n json\n }\n }\n }\n }\n}`) as unknown as TypedDocumentString<ExecuteTransactionMutation, ExecuteTransactionMutationVariables>;\nexport const GetTransactionBlockDocument = new TypedDocumentString(`\n query getTransactionBlock($digest: String!, $includeTransaction: Boolean = false, $includeEffects: Boolean = false, $includeEvents: Boolean = false, $includeBalanceChanges: Boolean = false, $includeObjectTypes: Boolean = false, $includeBcs: Boolean = false) {\n transaction(digest: $digest) {\n ...TRANSACTION_FIELDS\n }\n}\n fragment TRANSACTION_FIELDS on Transaction {\n digest\n transactionJson @include(if: $includeTransaction)\n transactionBcs @include(if: $includeBcs)\n signatures {\n signatureBytes\n }\n effects {\n status\n timestamp\n checkpoint {\n sequenceNumber\n }\n executionError {\n message\n abortCode\n identifier\n constant\n sourceLineNumber\n instructionOffset\n module {\n name\n package {\n address\n }\n }\n function {\n name\n }\n }\n epoch {\n epochId\n }\n effectsBcs @include(if: $includeEffects)\n effectsJson @include(if: $includeObjectTypes)\n objectChanges(first: 50) @include(if: $includeObjectTypes) {\n nodes {\n address\n outputState {\n asMoveObject {\n contents {\n type {\n repr\n }\n }\n }\n }\n }\n }\n balanceChangesJson @include(if: $includeBalanceChanges)\n events(first: 50) @include(if: $includeEvents) {\n pageInfo {\n hasNextPage\n }\n nodes {\n transactionModule {\n package {\n address\n }\n name\n }\n sender {\n address\n }\n contents {\n type {\n repr\n }\n bcs\n json\n }\n }\n }\n }\n}`) as unknown as TypedDocumentString<GetTransactionBlockQuery, GetTransactionBlockQueryVariables>;\nexport const ListTransactionsDocument = new TypedDocumentString(`\n query listTransactions($filter: TransactionFilter, $first: Int, $after: String, $last: Int, $before: String, $includeTransaction: Boolean = false, $includeEffects: Boolean = false, $includeEvents: Boolean = false, $includeBalanceChanges: Boolean = false, $includeObjectTypes: Boolean = false, $includeBcs: Boolean = false) {\n transactions(\n filter: $filter\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n }\n nodes {\n ...TRANSACTION_FIELDS\n }\n }\n}\n fragment TRANSACTION_FIELDS on Transaction {\n digest\n transactionJson @include(if: $includeTransaction)\n transactionBcs @include(if: $includeBcs)\n signatures {\n signatureBytes\n }\n effects {\n status\n timestamp\n checkpoint {\n sequenceNumber\n }\n executionError {\n message\n abortCode\n identifier\n constant\n sourceLineNumber\n instructionOffset\n module {\n name\n package {\n address\n }\n }\n function {\n name\n }\n }\n epoch {\n epochId\n }\n effectsBcs @include(if: $includeEffects)\n effectsJson @include(if: $includeObjectTypes)\n objectChanges(first: 50) @include(if: $includeObjectTypes) {\n nodes {\n address\n outputState {\n asMoveObject {\n contents {\n type {\n repr\n }\n }\n }\n }\n }\n }\n balanceChangesJson @include(if: $includeBalanceChanges)\n events(first: 50) @include(if: $includeEvents) {\n pageInfo {\n hasNextPage\n }\n nodes {\n transactionModule {\n package {\n address\n }\n name\n }\n sender {\n address\n }\n contents {\n type {\n repr\n }\n bcs\n json\n }\n }\n }\n }\n}`) as unknown as TypedDocumentString<ListTransactionsQuery, ListTransactionsQueryVariables>;\nexport const ResolveTransactionDocument = new TypedDocumentString(`\n query resolveTransaction($transaction: JSON!, $doGasSelection: Boolean = true, $checksEnabled: Boolean = true) {\n simulateTransaction(\n transaction: $transaction\n doGasSelection: $doGasSelection\n checksEnabled: $checksEnabled\n ) {\n effects {\n transaction {\n transactionBcs\n effects {\n epoch {\n epochId\n }\n status\n executionError {\n message\n abortCode\n identifier\n constant\n sourceLineNumber\n instructionOffset\n module {\n name\n package {\n address\n }\n }\n function {\n name\n }\n }\n }\n }\n }\n }\n}\n `) as unknown as TypedDocumentString<ResolveTransactionQuery, ResolveTransactionQueryVariables>;\nexport const VerifyZkLoginSignatureDocument = new TypedDocumentString(`\n query verifyZkLoginSignature($bytes: Base64!, $signature: Base64!, $intentScope: ZkLoginIntentScope!, $author: SuiAddress!) {\n verifyZkLoginSignature(\n bytes: $bytes\n signature: $signature\n intentScope: $intentScope\n author: $author\n ) {\n success\n }\n}\n `) as unknown as TypedDocumentString<VerifyZkLoginSignatureQuery, VerifyZkLoginSignatureQueryVariables>;"],"mappings":"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"}
1
+ {"version":3,"file":"queries.mjs","names":[],"sources":["../../../src/graphql/generated/queries.ts"],"sourcesContent":["// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n/* eslint-disable */\n\n/** Internal type. DO NOT USE DIRECTLY. */\ntype Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };\n/** Internal type. DO NOT USE DIRECTLY. */\nexport type Incremental<T> = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never };\nimport { OpenMoveTypeSignature } from '../types.js';\nimport { DocumentTypeDecoration } from '@graphql-typed-document-node/core';\nexport type EventFilter = {\n /** Limit to events that occured strictly after the given checkpoint. */\n afterCheckpoint?: number | null | undefined;\n /** Limit to events in the given checkpoint. */\n atCheckpoint?: number | null | undefined;\n /** Limit to event that occured strictly before the given checkpoint. */\n beforeCheckpoint?: number | null | undefined;\n /**\n * Events emitted by a particular module. An event is emitted by a particular module if some function in the module is called by a PTB and emits an event.\n *\n * Modules can be filtered by their package, or package::module. We currently do not support filtering by emitting module and event type at the same time so if both are provided in one filter, the query will error.\n */\n module?: string | null | undefined;\n /** Filter on events by transaction sender address. */\n sender?: string | null | undefined;\n /**\n * This field is used to specify the type of event emitted.\n *\n * Events can be filtered by their type's package, package::module, or their fully qualified type name.\n *\n * Generic types can be queried by either the generic type name, e.g. `0x2::coin::Coin`, or by the full type name, such as `0x2::coin::Coin<0x2::sui::SUI>`.\n */\n type?: string | null | undefined;\n};\n\n/** The execution status of this transaction: success or failure. */\nexport enum ExecutionStatus {\n /** The transaction could not be executed. */\n Failure = 'FAILURE',\n /** The transaction was successfully executed. */\n Success = 'SUCCESS'\n}\n\n/** Abilities are keywords in Sui Move that define how types behave at the compiler level. */\nexport enum MoveAbility {\n /** Enables values to be copied. */\n Copy = 'COPY',\n /** Enables values to be popped/dropped. */\n Drop = 'DROP',\n /** Enables values to be held directly in global storage. */\n Key = 'KEY',\n /** Enables values to be held inside a struct in global storage. */\n Store = 'STORE'\n}\n\n/**\n * The visibility modifier describes which modules can access this module member.\n *\n * By default, a module member can be called only within the same module.\n */\nexport enum MoveVisibility {\n /** A friend member can be accessed in the module it is defined in and any other module in its package that is explicitly specified in its friend list. */\n Friend = 'FRIEND',\n /** A private member can be accessed in the module it is defined in. */\n Private = 'PRIVATE',\n /** A public member can be accessed by any module. */\n Public = 'PUBLIC'\n}\n\n/**\n * A filter over the live object set, the filter can be one of:\n *\n * - A filter on type (all live objects whose type matches that filter).\n * - Fetching all objects owned by an address or object, optionally filtered by type.\n * - Fetching all shared or immutable objects, filtered by type.\n */\nexport type ObjectFilter = {\n /**\n * Specifies the address of the owning address or object.\n *\n * This field is required if `ownerKind` is \"ADDRESS\" or \"OBJECT\". If provided without `ownerKind`, `ownerKind` defaults to \"ADDRESS\".\n */\n owner?: string | null | undefined;\n /**\n * Filter on whether the object is address-owned, object-owned, shared, or immutable.\n *\n * - If this field is set to \"ADDRESS\" or \"OBJECT\", then an owner filter must also be provided.\n * - If this field is set to \"SHARED\" or \"IMMUTABLE\", then a type filter must also be provided.\n */\n ownerKind?: OwnerKind | null | undefined;\n /**\n * Filter on the object's type.\n *\n * The filter can be one of:\n *\n * - A package address: `0x2`,\n * - A module: `0x2::coin`,\n * - A fully-qualified name: `0x2::coin::Coin`,\n * - A type instantiation: `0x2::coin::Coin<0x2::sui::SUI>`.\n */\n type?: string | null | undefined;\n};\n\n/**\n * Identifies a specific version of an object.\n *\n * The `address` field must be specified, as well as at most one of `version`, `rootVersion`, or `atCheckpoint`. If none are provided, the object is fetched at the current checkpoint.\n *\n * Specifying a `version` or a `rootVersion` disables nested queries for paginating owned objects or dynamic fields (these queries are only supported at checkpoint boundaries).\n *\n * See `Query.object` for more details.\n */\nexport type ObjectKey = {\n /** The object's ID. */\n address: string;\n /** If specified, tries to fetch the latest version as of this checkpoint. Fails if the checkpoint is later than the RPC's latest checkpoint. */\n atCheckpoint?: number | null | undefined;\n /**\n * If specified, tries to fetch the latest version of the object at or before this version. Nested dynamic field accesses will also be subject to this bound.\n *\n * This can be used to fetch a child or ancestor object bounded by its root object's version. For any wrapped or child (object-owned) object, its root object can be defined recursively as:\n *\n * - The root object of the object it is wrapped in, if it is wrapped.\n * - The root object of its owner, if it is owned by another object.\n * - The object itself, if it is not object-owned or wrapped.\n */\n rootVersion?: number | null | undefined;\n /** If specified, tries to fetch the object at this exact version. */\n version?: number | null | undefined;\n};\n\n/** Filter on who owns an object. */\nexport enum OwnerKind {\n /** Object is owned by an address. */\n Address = 'ADDRESS',\n /** Object is frozen. */\n Immutable = 'IMMUTABLE',\n /** Object is a child of another object (e.g. a dynamic field or dynamic object field). */\n Object = 'OBJECT',\n /** Object is shared among multiple owners. */\n Shared = 'SHARED'\n}\n\nexport type TransactionFilter = {\n /**\n * Limit to transactions that interacted with the given address.\n * The address could be a sender, sponsor, or recipient of the transaction.\n */\n affectedAddress?: string | null | undefined;\n /**\n * Limit to transactions that interacted with the given object.\n * The object could have been created, read, modified, deleted, wrapped, or unwrapped by the transaction.\n * Objects that were passed as a `Receiving` input are not considered to have been affected by a transaction unless they were actually received.\n */\n affectedObject?: string | null | undefined;\n /** Filter to transactions that occurred strictly after the given checkpoint. */\n afterCheckpoint?: number | null | undefined;\n /** Filter to transactions in the given checkpoint. */\n atCheckpoint?: number | null | undefined;\n /** Filter to transaction that occurred strictly before the given checkpoint. */\n beforeCheckpoint?: number | null | undefined;\n /** Filter transactions by move function called. Calls can be filtered by the `package`, `package::module`, or the `package::module::name` of their function. */\n function?: string | null | undefined;\n /** An input filter selecting for either system or programmable transactions. */\n kind?: TransactionKindInput | null | undefined;\n /** Limit to transactions that were sent by the given address. */\n sentAddress?: string | null | undefined;\n};\n\n/** An input filter selecting for either system or programmable transactions. */\nexport enum TransactionKindInput {\n /** A user submitted transaction block. */\n ProgrammableTx = 'PROGRAMMABLE_TX',\n /**\n * A system transaction can be one of several types of transactions.\n * See [unions/transaction-block-kind] for more details.\n */\n SystemTx = 'SYSTEM_TX'\n}\n\n/** An enum that specifies the intent scope to be used to parse the bytes for signature verification. */\nexport enum ZkLoginIntentScope {\n /** Indicates that the bytes are to be parsed as a personal message. */\n PersonalMessage = 'PERSONAL_MESSAGE',\n /** Indicates that the bytes are to be parsed as transaction data bytes. */\n TransactionData = 'TRANSACTION_DATA'\n}\n\nexport type GetAllBalancesQueryVariables = Exact<{\n owner: string;\n limit?: number | null | undefined;\n cursor?: string | null | undefined;\n}>;\n\n\nexport type GetAllBalancesQuery = { address: { balances: { pageInfo: { hasNextPage: boolean, endCursor: string | null }, nodes: Array<{ totalBalance: string | null, addressBalance: string | null, coinType: { repr: string } | null }> } | null } | null };\n\nexport type GetBalanceQueryVariables = Exact<{\n owner: string;\n coinType?: string | null | undefined;\n}>;\n\n\nexport type GetBalanceQuery = { address: { balance: { totalBalance: string | null, addressBalance: string | null, coinType: { repr: string } | null } | null } | null };\n\nexport type GetChainIdentifierQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type GetChainIdentifierQuery = { checkpoint: { digest: string | null } | null };\n\nexport type GetCoinMetadataQueryVariables = Exact<{\n coinType: string;\n}>;\n\n\nexport type GetCoinMetadataQuery = { coinMetadata: { address: string, decimals: number | null, name: string | null, symbol: string | null, description: string | null, iconUrl: string | null } | null };\n\nexport type GetCoinsQueryVariables = Exact<{\n owner: string;\n first?: number | null | undefined;\n cursor?: string | null | undefined;\n type?: string | null | undefined;\n}>;\n\n\nexport type GetCoinsQuery = { address: { address: string, objects: { pageInfo: { hasNextPage: boolean, endCursor: string | null }, nodes: Array<{ address: string, version: number | null, digest: string | null, owner:\n | { __typename: 'AddressOwner', address: { address: string } | null }\n | { __typename: 'ConsensusAddressOwner', startVersion: number | null, address: { address: string } | null }\n | { __typename: 'Immutable' }\n | { __typename: 'ObjectOwner', address: { address: string } | null }\n | { __typename: 'Shared', initialSharedVersion: number | null }\n | null, contents: { json: unknown, type: { repr: string } | null } | null }> } | null } | null };\n\nexport type GetCurrentSystemStateQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type GetCurrentSystemStateQuery = { epoch: { epochId: number, referenceGasPrice: string | null, startTimestamp: string | null, protocolConfigs: { protocolVersion: number } | null, systemState: { json: unknown } | null } | null };\n\nexport type GetDynamicFieldsQueryVariables = Exact<{\n parentId: string;\n first?: number | null | undefined;\n cursor?: string | null | undefined;\n includeValue?: boolean | null | undefined;\n}>;\n\n\nexport type GetDynamicFieldsQuery = { address: { dynamicFields: { pageInfo: { hasNextPage: boolean, endCursor: string | null }, nodes: Array<{ name: { bcs: string | null, type: { repr: string } | null } | null, value:\n | { __typename: 'MoveObject', address: string, contents: { bcs?: string | null, type: { repr: string } | null } | null }\n | { __typename: 'MoveValue', bcs?: string | null, type: { repr: string } | null }\n | null }> } | null } | null };\n\nexport type GetMoveFunctionQueryVariables = Exact<{\n package: string;\n module: string;\n function: string;\n}>;\n\n\nexport type GetMoveFunctionQuery = { package: { module: { function: { name: string, visibility: MoveVisibility | null, isEntry: boolean | null, typeParameters: Array<{ constraints: Array<MoveAbility> }> | null, parameters: Array<{ signature: OpenMoveTypeSignature }> | null, return: Array<{ signature: OpenMoveTypeSignature }> | null } | null } | null } | null };\n\nexport type GetProtocolConfigQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type GetProtocolConfigQuery = { epoch: { protocolConfigs: { protocolVersion: number, featureFlags: Array<{ key: string, value: boolean }>, configs: Array<{ key: string, value: string | null }> } | null } | null };\n\nexport type GetReferenceGasPriceQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type GetReferenceGasPriceQuery = { epoch: { referenceGasPrice: string | null } | null };\n\nexport type ListEventsQueryVariables = Exact<{\n filter?: EventFilter | null | undefined;\n first?: number | null | undefined;\n after?: string | null | undefined;\n last?: number | null | undefined;\n before?: string | null | undefined;\n}>;\n\n\nexport type ListEventsQuery = { events: { pageInfo: { hasNextPage: boolean, hasPreviousPage: boolean, startCursor: string | null, endCursor: string | null }, nodes: Array<{ sequenceNumber: number, transaction: { digest: string, effects: { checkpoint: { sequenceNumber: number } | null } | null } | null, transactionModule: { name: string, package: { address: string } | null } | null, sender: { address: string } | null, contents: { bcs: string | null, json: unknown, type: { repr: string } | null } | null }> } | null };\n\nexport type DefaultSuinsNameQueryVariables = Exact<{\n address: string;\n}>;\n\n\nexport type DefaultSuinsNameQuery = { address: { defaultNameRecord: { domain: string } | null } | null };\n\nexport type ResolveNameServiceAddressQueryVariables = Exact<{\n name: string;\n}>;\n\n\nexport type ResolveNameServiceAddressQuery = { address: { address: string } | null };\n\nexport type GetOwnedObjectsQueryVariables = Exact<{\n owner: string;\n limit?: number | null | undefined;\n cursor?: string | null | undefined;\n filter?: ObjectFilter | null | undefined;\n includeContent?: boolean | null | undefined;\n includePreviousTransaction?: boolean | null | undefined;\n includeObjectBcs?: boolean | null | undefined;\n includeJson?: boolean | null | undefined;\n includeDisplay?: boolean | null | undefined;\n}>;\n\n\nexport type GetOwnedObjectsQuery = { address: { objects: { pageInfo: { hasNextPage: boolean, endCursor: string | null }, nodes: Array<{ address: string, digest: string | null, version: number | null, objectBcs?: string | null, contents: { bcs?: string | null, json?: unknown, display?: { output: unknown, errors: unknown } | null, type: { repr: string } | null } | null, owner:\n | { __typename: 'AddressOwner', address: { address: string } | null }\n | { __typename: 'ConsensusAddressOwner', startVersion: number | null, address: { address: string } | null }\n | { __typename: 'Immutable' }\n | { __typename: 'ObjectOwner', address: { address: string } | null }\n | { __typename: 'Shared', initialSharedVersion: number | null }\n | null, previousTransaction?: { digest: string } | null }> } | null } | null };\n\nexport type MultiGetObjectsQueryVariables = Exact<{\n objectKeys: Array<ObjectKey> | ObjectKey;\n includeContent?: boolean | null | undefined;\n includePreviousTransaction?: boolean | null | undefined;\n includeObjectBcs?: boolean | null | undefined;\n includeJson?: boolean | null | undefined;\n includeDisplay?: boolean | null | undefined;\n}>;\n\n\nexport type MultiGetObjectsQuery = { multiGetObjects: Array<{ address: string, digest: string | null, version: number | null, objectBcs?: string | null, asMoveObject: { contents: { bcs?: string | null, json?: unknown, display?: { output: unknown, errors: unknown } | null, type: { repr: string } | null } | null } | null, asMovePackage: { __typename: 'MovePackage' } | null, owner:\n | { __typename: 'AddressOwner', address: { address: string } | null }\n | { __typename: 'ConsensusAddressOwner', startVersion: number | null, address: { address: string } | null }\n | { __typename: 'Immutable' }\n | { __typename: 'ObjectOwner', address: { address: string } | null }\n | { __typename: 'Shared', initialSharedVersion: number | null }\n | null, previousTransaction?: { digest: string } | null } | null> };\n\nexport type Object_FieldsFragment = { address: string, digest: string | null, version: number | null, objectBcs?: string | null, asMoveObject: { contents: { bcs?: string | null, json?: unknown, display?: { output: unknown, errors: unknown } | null, type: { repr: string } | null } | null } | null, asMovePackage: { __typename: 'MovePackage' } | null, owner:\n | { __typename: 'AddressOwner', address: { address: string } | null }\n | { __typename: 'ConsensusAddressOwner', startVersion: number | null, address: { address: string } | null }\n | { __typename: 'Immutable' }\n | { __typename: 'ObjectOwner', address: { address: string } | null }\n | { __typename: 'Shared', initialSharedVersion: number | null }\n | null, previousTransaction?: { digest: string } | null };\n\nexport type Move_Object_FieldsFragment = { address: string, digest: string | null, version: number | null, objectBcs?: string | null, contents: { bcs?: string | null, json?: unknown, display?: { output: unknown, errors: unknown } | null, type: { repr: string } | null } | null, owner:\n | { __typename: 'AddressOwner', address: { address: string } | null }\n | { __typename: 'ConsensusAddressOwner', startVersion: number | null, address: { address: string } | null }\n | { __typename: 'Immutable' }\n | { __typename: 'ObjectOwner', address: { address: string } | null }\n | { __typename: 'Shared', initialSharedVersion: number | null }\n | null, previousTransaction?: { digest: string } | null };\n\ntype Object_Owner_Fields_AddressOwner_Fragment = { __typename: 'AddressOwner', address: { address: string } | null };\n\ntype Object_Owner_Fields_ConsensusAddressOwner_Fragment = { __typename: 'ConsensusAddressOwner', startVersion: number | null, address: { address: string } | null };\n\ntype Object_Owner_Fields_Immutable_Fragment = { __typename: 'Immutable' };\n\ntype Object_Owner_Fields_ObjectOwner_Fragment = { __typename: 'ObjectOwner', address: { address: string } | null };\n\ntype Object_Owner_Fields_Shared_Fragment = { __typename: 'Shared', initialSharedVersion: number | null };\n\nexport type Object_Owner_FieldsFragment =\n | Object_Owner_Fields_AddressOwner_Fragment\n | Object_Owner_Fields_ConsensusAddressOwner_Fragment\n | Object_Owner_Fields_Immutable_Fragment\n | Object_Owner_Fields_ObjectOwner_Fragment\n | Object_Owner_Fields_Shared_Fragment\n;\n\nexport type SimulateTransactionQueryVariables = Exact<{\n transaction: unknown;\n includeTransaction?: boolean | null | undefined;\n includeEffects?: boolean | null | undefined;\n includeEvents?: boolean | null | undefined;\n includeBalanceChanges?: boolean | null | undefined;\n includeObjectTypes?: boolean | null | undefined;\n includeCommandResults?: boolean | null | undefined;\n includeBcs?: boolean | null | undefined;\n doGasSelection?: boolean | null | undefined;\n checksEnabled?: boolean | null | undefined;\n}>;\n\n\nexport type SimulateTransactionQuery = { simulateTransaction: { effects: { transaction: { digest: string, transactionJson?: unknown, transactionBcs?: string | null, signatures: Array<{ signatureBytes: string | null }>, effects: { status: ExecutionStatus | null, timestamp: string | null, effectsBcs?: string | null, effectsJson?: unknown, balanceChangesJson?: unknown, checkpoint: { sequenceNumber: number } | null, executionError: { message: string, abortCode: string | null, identifier: string | null, constant: string | null, sourceLineNumber: number | null, instructionOffset: number | null, module: { name: string, package: { address: string } | null } | null, function: { name: string } | null } | null, epoch: { epochId: number } | null, objectChanges?: { nodes: Array<{ address: string, outputState: { asMoveObject: { contents: { type: { repr: string } | null } | null } | null } | null }> } | null, events?: { pageInfo: { hasNextPage: boolean }, nodes: Array<{ transactionModule: { name: string, package: { address: string } | null } | null, sender: { address: string } | null, contents: { bcs: string | null, json: unknown, type: { repr: string } | null } | null }> } | null } | null } | null } | null, outputs?: Array<{ returnValues: Array<{ value: { bcs: string | null } | null }> | null, mutatedReferences: Array<{ value: { bcs: string | null } | null }> | null }> | null } };\n\nexport type ExecuteTransactionMutationVariables = Exact<{\n transactionDataBcs: string;\n signatures: Array<string> | string;\n includeTransaction?: boolean | null | undefined;\n includeEffects?: boolean | null | undefined;\n includeEvents?: boolean | null | undefined;\n includeBalanceChanges?: boolean | null | undefined;\n includeObjectTypes?: boolean | null | undefined;\n includeBcs?: boolean | null | undefined;\n}>;\n\n\nexport type ExecuteTransactionMutation = { executeTransaction: { effects: { transaction: { digest: string, transactionJson?: unknown, transactionBcs?: string | null, signatures: Array<{ signatureBytes: string | null }>, effects: { status: ExecutionStatus | null, timestamp: string | null, effectsBcs?: string | null, effectsJson?: unknown, balanceChangesJson?: unknown, checkpoint: { sequenceNumber: number } | null, executionError: { message: string, abortCode: string | null, identifier: string | null, constant: string | null, sourceLineNumber: number | null, instructionOffset: number | null, module: { name: string, package: { address: string } | null } | null, function: { name: string } | null } | null, epoch: { epochId: number } | null, objectChanges?: { nodes: Array<{ address: string, outputState: { asMoveObject: { contents: { type: { repr: string } | null } | null } | null } | null }> } | null, events?: { pageInfo: { hasNextPage: boolean }, nodes: Array<{ transactionModule: { name: string, package: { address: string } | null } | null, sender: { address: string } | null, contents: { bcs: string | null, json: unknown, type: { repr: string } | null } | null }> } | null } | null } | null } | null } };\n\nexport type GetTransactionBlockQueryVariables = Exact<{\n digest: string;\n includeTransaction?: boolean | null | undefined;\n includeEffects?: boolean | null | undefined;\n includeEvents?: boolean | null | undefined;\n includeBalanceChanges?: boolean | null | undefined;\n includeObjectTypes?: boolean | null | undefined;\n includeBcs?: boolean | null | undefined;\n}>;\n\n\nexport type GetTransactionBlockQuery = { transaction: { digest: string, transactionJson?: unknown, transactionBcs?: string | null, signatures: Array<{ signatureBytes: string | null }>, effects: { status: ExecutionStatus | null, timestamp: string | null, effectsBcs?: string | null, effectsJson?: unknown, balanceChangesJson?: unknown, checkpoint: { sequenceNumber: number } | null, executionError: { message: string, abortCode: string | null, identifier: string | null, constant: string | null, sourceLineNumber: number | null, instructionOffset: number | null, module: { name: string, package: { address: string } | null } | null, function: { name: string } | null } | null, epoch: { epochId: number } | null, objectChanges?: { nodes: Array<{ address: string, outputState: { asMoveObject: { contents: { type: { repr: string } | null } | null } | null } | null }> } | null, events?: { pageInfo: { hasNextPage: boolean }, nodes: Array<{ transactionModule: { name: string, package: { address: string } | null } | null, sender: { address: string } | null, contents: { bcs: string | null, json: unknown, type: { repr: string } | null } | null }> } | null } | null } | null };\n\nexport type ListTransactionsQueryVariables = Exact<{\n filter?: TransactionFilter | null | undefined;\n first?: number | null | undefined;\n after?: string | null | undefined;\n last?: number | null | undefined;\n before?: string | null | undefined;\n includeTransaction?: boolean | null | undefined;\n includeEffects?: boolean | null | undefined;\n includeEvents?: boolean | null | undefined;\n includeBalanceChanges?: boolean | null | undefined;\n includeObjectTypes?: boolean | null | undefined;\n includeBcs?: boolean | null | undefined;\n}>;\n\n\nexport type ListTransactionsQuery = { transactions: { pageInfo: { hasNextPage: boolean, hasPreviousPage: boolean, startCursor: string | null, endCursor: string | null }, nodes: Array<{ digest: string, transactionJson?: unknown, transactionBcs?: string | null, signatures: Array<{ signatureBytes: string | null }>, effects: { status: ExecutionStatus | null, timestamp: string | null, effectsBcs?: string | null, effectsJson?: unknown, balanceChangesJson?: unknown, checkpoint: { sequenceNumber: number } | null, executionError: { message: string, abortCode: string | null, identifier: string | null, constant: string | null, sourceLineNumber: number | null, instructionOffset: number | null, module: { name: string, package: { address: string } | null } | null, function: { name: string } | null } | null, epoch: { epochId: number } | null, objectChanges?: { nodes: Array<{ address: string, outputState: { asMoveObject: { contents: { type: { repr: string } | null } | null } | null } | null }> } | null, events?: { pageInfo: { hasNextPage: boolean }, nodes: Array<{ transactionModule: { name: string, package: { address: string } | null } | null, sender: { address: string } | null, contents: { bcs: string | null, json: unknown, type: { repr: string } | null } | null }> } | null } | null }> } | null };\n\nexport type Transaction_FieldsFragment = { digest: string, transactionJson?: unknown, transactionBcs?: string | null, signatures: Array<{ signatureBytes: string | null }>, effects: { status: ExecutionStatus | null, timestamp: string | null, effectsBcs?: string | null, effectsJson?: unknown, balanceChangesJson?: unknown, checkpoint: { sequenceNumber: number } | null, executionError: { message: string, abortCode: string | null, identifier: string | null, constant: string | null, sourceLineNumber: number | null, instructionOffset: number | null, module: { name: string, package: { address: string } | null } | null, function: { name: string } | null } | null, epoch: { epochId: number } | null, objectChanges?: { nodes: Array<{ address: string, outputState: { asMoveObject: { contents: { type: { repr: string } | null } | null } | null } | null }> } | null, events?: { pageInfo: { hasNextPage: boolean }, nodes: Array<{ transactionModule: { name: string, package: { address: string } | null } | null, sender: { address: string } | null, contents: { bcs: string | null, json: unknown, type: { repr: string } | null } | null }> } | null } | null };\n\nexport type ResolveTransactionQueryVariables = Exact<{\n transaction: unknown;\n doGasSelection?: boolean | null | undefined;\n checksEnabled?: boolean | null | undefined;\n}>;\n\n\nexport type ResolveTransactionQuery = { simulateTransaction: { effects: { transaction: { transactionBcs: string | null, effects: { status: ExecutionStatus | null, epoch: { epochId: number } | null, executionError: { message: string, abortCode: string | null, identifier: string | null, constant: string | null, sourceLineNumber: number | null, instructionOffset: number | null, module: { name: string, package: { address: string } | null } | null, function: { name: string } | null } | null } | null } | null } | null } };\n\nexport type VerifyZkLoginSignatureQueryVariables = Exact<{\n bytes: string;\n signature: string;\n intentScope: ZkLoginIntentScope;\n author: string;\n}>;\n\n\nexport type VerifyZkLoginSignatureQuery = { verifyZkLoginSignature: { success: boolean | null } | null };\n\nexport class TypedDocumentString<TResult, TVariables>\n extends String\n implements DocumentTypeDecoration<TResult, TVariables>\n{\n __apiType?: NonNullable<DocumentTypeDecoration<TResult, TVariables>['__apiType']>;\n private value: string;\n public __meta__?: Record<string, any> | undefined;\n\n constructor(value: string, __meta__?: Record<string, any> | undefined) {\n super(value);\n this.value = value;\n this.__meta__ = __meta__;\n }\n\n override toString(): string & DocumentTypeDecoration<TResult, TVariables> {\n return this.value;\n }\n}\nexport const Object_Owner_FieldsFragmentDoc = new TypedDocumentString(`\n fragment OBJECT_OWNER_FIELDS on Owner {\n __typename\n ... on AddressOwner {\n address {\n address\n }\n }\n ... on ObjectOwner {\n address {\n address\n }\n }\n ... on Shared {\n initialSharedVersion\n }\n ... on ConsensusAddressOwner {\n startVersion\n address {\n address\n }\n }\n}\n `, {\"fragmentName\":\"OBJECT_OWNER_FIELDS\"}) as unknown as TypedDocumentString<Object_Owner_FieldsFragment, unknown>;\nexport const Object_FieldsFragmentDoc = new TypedDocumentString(`\n fragment OBJECT_FIELDS on Object {\n address\n digest\n version\n objectBcs @include(if: $includeObjectBcs)\n asMoveObject {\n contents {\n bcs @include(if: $includeContent)\n json @include(if: $includeJson)\n display @include(if: $includeDisplay) {\n output\n errors\n }\n type {\n repr\n }\n }\n }\n asMovePackage {\n __typename\n }\n owner {\n ...OBJECT_OWNER_FIELDS\n }\n previousTransaction @include(if: $includePreviousTransaction) {\n digest\n }\n}\n fragment OBJECT_OWNER_FIELDS on Owner {\n __typename\n ... on AddressOwner {\n address {\n address\n }\n }\n ... on ObjectOwner {\n address {\n address\n }\n }\n ... on Shared {\n initialSharedVersion\n }\n ... on ConsensusAddressOwner {\n startVersion\n address {\n address\n }\n }\n}`, {\"fragmentName\":\"OBJECT_FIELDS\"}) as unknown as TypedDocumentString<Object_FieldsFragment, unknown>;\nexport const Move_Object_FieldsFragmentDoc = new TypedDocumentString(`\n fragment MOVE_OBJECT_FIELDS on MoveObject {\n address\n digest\n version\n objectBcs @include(if: $includeObjectBcs)\n contents {\n bcs @include(if: $includeContent)\n json @include(if: $includeJson)\n display @include(if: $includeDisplay) {\n output\n errors\n }\n type {\n repr\n }\n }\n owner {\n ...OBJECT_OWNER_FIELDS\n }\n previousTransaction @include(if: $includePreviousTransaction) {\n digest\n }\n}\n fragment OBJECT_OWNER_FIELDS on Owner {\n __typename\n ... on AddressOwner {\n address {\n address\n }\n }\n ... on ObjectOwner {\n address {\n address\n }\n }\n ... on Shared {\n initialSharedVersion\n }\n ... on ConsensusAddressOwner {\n startVersion\n address {\n address\n }\n }\n}`, {\"fragmentName\":\"MOVE_OBJECT_FIELDS\"}) as unknown as TypedDocumentString<Move_Object_FieldsFragment, unknown>;\nexport const Transaction_FieldsFragmentDoc = new TypedDocumentString(`\n fragment TRANSACTION_FIELDS on Transaction {\n digest\n transactionJson @include(if: $includeTransaction)\n transactionBcs @include(if: $includeBcs)\n signatures {\n signatureBytes\n }\n effects {\n status\n timestamp\n checkpoint {\n sequenceNumber\n }\n executionError {\n message\n abortCode\n identifier\n constant\n sourceLineNumber\n instructionOffset\n module {\n name\n package {\n address\n }\n }\n function {\n name\n }\n }\n epoch {\n epochId\n }\n effectsBcs @include(if: $includeEffects)\n effectsJson @include(if: $includeObjectTypes)\n objectChanges(first: 50) @include(if: $includeObjectTypes) {\n nodes {\n address\n outputState {\n asMoveObject {\n contents {\n type {\n repr\n }\n }\n }\n }\n }\n }\n balanceChangesJson @include(if: $includeBalanceChanges)\n events(first: 50) @include(if: $includeEvents) {\n pageInfo {\n hasNextPage\n }\n nodes {\n transactionModule {\n package {\n address\n }\n name\n }\n sender {\n address\n }\n contents {\n type {\n repr\n }\n bcs\n json\n }\n }\n }\n }\n}\n `, {\"fragmentName\":\"TRANSACTION_FIELDS\"}) as unknown as TypedDocumentString<Transaction_FieldsFragment, unknown>;\nexport const GetAllBalancesDocument = new TypedDocumentString(`\n query getAllBalances($owner: SuiAddress!, $limit: Int, $cursor: String) {\n address(address: $owner) {\n balances(first: $limit, after: $cursor) {\n pageInfo {\n hasNextPage\n endCursor\n }\n nodes {\n coinType {\n repr\n }\n totalBalance\n addressBalance\n }\n }\n }\n}\n `) as unknown as TypedDocumentString<GetAllBalancesQuery, GetAllBalancesQueryVariables>;\nexport const GetBalanceDocument = new TypedDocumentString(`\n query getBalance($owner: SuiAddress!, $coinType: String = \"0x2::sui::SUI\") {\n address(address: $owner) {\n balance(coinType: $coinType) {\n coinType {\n repr\n }\n totalBalance\n addressBalance\n }\n }\n}\n `) as unknown as TypedDocumentString<GetBalanceQuery, GetBalanceQueryVariables>;\nexport const GetChainIdentifierDocument = new TypedDocumentString(`\n query getChainIdentifier {\n checkpoint(sequenceNumber: 0) {\n digest\n }\n}\n `) as unknown as TypedDocumentString<GetChainIdentifierQuery, GetChainIdentifierQueryVariables>;\nexport const GetCoinMetadataDocument = new TypedDocumentString(`\n query getCoinMetadata($coinType: String!) {\n coinMetadata(coinType: $coinType) {\n address\n decimals\n name\n symbol\n description\n iconUrl\n }\n}\n `) as unknown as TypedDocumentString<GetCoinMetadataQuery, GetCoinMetadataQueryVariables>;\nexport const GetCoinsDocument = new TypedDocumentString(`\n query getCoins($owner: SuiAddress!, $first: Int, $cursor: String, $type: String = \"0x2::coin::Coin<0x2::sui::SUI>\") {\n address(address: $owner) {\n address\n objects(first: $first, after: $cursor, filter: {type: $type}) {\n pageInfo {\n hasNextPage\n endCursor\n }\n nodes {\n owner {\n ...OBJECT_OWNER_FIELDS\n }\n contents {\n json\n type {\n repr\n }\n }\n address\n version\n digest\n }\n }\n }\n}\n fragment OBJECT_OWNER_FIELDS on Owner {\n __typename\n ... on AddressOwner {\n address {\n address\n }\n }\n ... on ObjectOwner {\n address {\n address\n }\n }\n ... on Shared {\n initialSharedVersion\n }\n ... on ConsensusAddressOwner {\n startVersion\n address {\n address\n }\n }\n}`) as unknown as TypedDocumentString<GetCoinsQuery, GetCoinsQueryVariables>;\nexport const GetCurrentSystemStateDocument = new TypedDocumentString(`\n query getCurrentSystemState {\n epoch {\n epochId\n referenceGasPrice\n startTimestamp\n protocolConfigs {\n protocolVersion\n }\n systemState {\n json\n }\n }\n}\n `) as unknown as TypedDocumentString<GetCurrentSystemStateQuery, GetCurrentSystemStateQueryVariables>;\nexport const GetDynamicFieldsDocument = new TypedDocumentString(`\n query getDynamicFields($parentId: SuiAddress!, $first: Int, $cursor: String, $includeValue: Boolean = false) {\n address(address: $parentId) {\n dynamicFields(first: $first, after: $cursor) {\n pageInfo {\n hasNextPage\n endCursor\n }\n nodes {\n name {\n bcs\n type {\n repr\n }\n }\n value {\n __typename\n ... on MoveValue {\n bcs @include(if: $includeValue)\n type {\n repr\n }\n }\n ... on MoveObject {\n address\n contents {\n bcs @include(if: $includeValue)\n type {\n repr\n }\n }\n }\n }\n }\n }\n }\n}\n `) as unknown as TypedDocumentString<GetDynamicFieldsQuery, GetDynamicFieldsQueryVariables>;\nexport const GetMoveFunctionDocument = new TypedDocumentString(`\n query getMoveFunction($package: SuiAddress!, $module: String!, $function: String!) {\n package(address: $package) {\n module(name: $module) {\n function(name: $function) {\n name\n visibility\n isEntry\n typeParameters {\n constraints\n }\n parameters {\n signature\n }\n return {\n signature\n }\n }\n }\n }\n}\n `) as unknown as TypedDocumentString<GetMoveFunctionQuery, GetMoveFunctionQueryVariables>;\nexport const GetProtocolConfigDocument = new TypedDocumentString(`\n query getProtocolConfig {\n epoch {\n protocolConfigs {\n protocolVersion\n featureFlags {\n key\n value\n }\n configs {\n key\n value\n }\n }\n }\n}\n `) as unknown as TypedDocumentString<GetProtocolConfigQuery, GetProtocolConfigQueryVariables>;\nexport const GetReferenceGasPriceDocument = new TypedDocumentString(`\n query getReferenceGasPrice {\n epoch {\n referenceGasPrice\n }\n}\n `) as unknown as TypedDocumentString<GetReferenceGasPriceQuery, GetReferenceGasPriceQueryVariables>;\nexport const ListEventsDocument = new TypedDocumentString(`\n query listEvents($filter: EventFilter, $first: Int, $after: String, $last: Int, $before: String) {\n events(\n filter: $filter\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n }\n nodes {\n sequenceNumber\n transaction {\n digest\n effects {\n checkpoint {\n sequenceNumber\n }\n }\n }\n transactionModule {\n package {\n address\n }\n name\n }\n sender {\n address\n }\n contents {\n type {\n repr\n }\n bcs\n json\n }\n }\n }\n}\n `) as unknown as TypedDocumentString<ListEventsQuery, ListEventsQueryVariables>;\nexport const DefaultSuinsNameDocument = new TypedDocumentString(`\n query defaultSuinsName($address: SuiAddress!) {\n address(address: $address) {\n defaultNameRecord {\n domain\n }\n }\n}\n `) as unknown as TypedDocumentString<DefaultSuinsNameQuery, DefaultSuinsNameQueryVariables>;\nexport const ResolveNameServiceAddressDocument = new TypedDocumentString(`\n query resolveNameServiceAddress($name: String!) {\n address(name: $name) {\n address\n }\n}\n `) as unknown as TypedDocumentString<ResolveNameServiceAddressQuery, ResolveNameServiceAddressQueryVariables>;\nexport const GetOwnedObjectsDocument = new TypedDocumentString(`\n query getOwnedObjects($owner: SuiAddress!, $limit: Int, $cursor: String, $filter: ObjectFilter, $includeContent: Boolean = false, $includePreviousTransaction: Boolean = false, $includeObjectBcs: Boolean = false, $includeJson: Boolean = false, $includeDisplay: Boolean = false) {\n address(address: $owner) {\n objects(first: $limit, after: $cursor, filter: $filter) {\n pageInfo {\n hasNextPage\n endCursor\n }\n nodes {\n ...MOVE_OBJECT_FIELDS\n }\n }\n }\n}\n fragment MOVE_OBJECT_FIELDS on MoveObject {\n address\n digest\n version\n objectBcs @include(if: $includeObjectBcs)\n contents {\n bcs @include(if: $includeContent)\n json @include(if: $includeJson)\n display @include(if: $includeDisplay) {\n output\n errors\n }\n type {\n repr\n }\n }\n owner {\n ...OBJECT_OWNER_FIELDS\n }\n previousTransaction @include(if: $includePreviousTransaction) {\n digest\n }\n}\nfragment OBJECT_OWNER_FIELDS on Owner {\n __typename\n ... on AddressOwner {\n address {\n address\n }\n }\n ... on ObjectOwner {\n address {\n address\n }\n }\n ... on Shared {\n initialSharedVersion\n }\n ... on ConsensusAddressOwner {\n startVersion\n address {\n address\n }\n }\n}`) as unknown as TypedDocumentString<GetOwnedObjectsQuery, GetOwnedObjectsQueryVariables>;\nexport const MultiGetObjectsDocument = new TypedDocumentString(`\n query multiGetObjects($objectKeys: [ObjectKey!]!, $includeContent: Boolean = false, $includePreviousTransaction: Boolean = false, $includeObjectBcs: Boolean = false, $includeJson: Boolean = false, $includeDisplay: Boolean = false) {\n multiGetObjects(keys: $objectKeys) {\n ...OBJECT_FIELDS\n }\n}\n fragment OBJECT_FIELDS on Object {\n address\n digest\n version\n objectBcs @include(if: $includeObjectBcs)\n asMoveObject {\n contents {\n bcs @include(if: $includeContent)\n json @include(if: $includeJson)\n display @include(if: $includeDisplay) {\n output\n errors\n }\n type {\n repr\n }\n }\n }\n asMovePackage {\n __typename\n }\n owner {\n ...OBJECT_OWNER_FIELDS\n }\n previousTransaction @include(if: $includePreviousTransaction) {\n digest\n }\n}\nfragment OBJECT_OWNER_FIELDS on Owner {\n __typename\n ... on AddressOwner {\n address {\n address\n }\n }\n ... on ObjectOwner {\n address {\n address\n }\n }\n ... on Shared {\n initialSharedVersion\n }\n ... on ConsensusAddressOwner {\n startVersion\n address {\n address\n }\n }\n}`) as unknown as TypedDocumentString<MultiGetObjectsQuery, MultiGetObjectsQueryVariables>;\nexport const SimulateTransactionDocument = new TypedDocumentString(`\n query simulateTransaction($transaction: JSON!, $includeTransaction: Boolean = false, $includeEffects: Boolean = false, $includeEvents: Boolean = false, $includeBalanceChanges: Boolean = false, $includeObjectTypes: Boolean = false, $includeCommandResults: Boolean = false, $includeBcs: Boolean = false, $doGasSelection: Boolean = false, $checksEnabled: Boolean = true) {\n simulateTransaction(\n transaction: $transaction\n doGasSelection: $doGasSelection\n checksEnabled: $checksEnabled\n ) {\n effects {\n transaction {\n ...TRANSACTION_FIELDS\n }\n }\n outputs @include(if: $includeCommandResults) {\n returnValues {\n value {\n bcs\n }\n }\n mutatedReferences {\n value {\n bcs\n }\n }\n }\n }\n}\n fragment TRANSACTION_FIELDS on Transaction {\n digest\n transactionJson @include(if: $includeTransaction)\n transactionBcs @include(if: $includeBcs)\n signatures {\n signatureBytes\n }\n effects {\n status\n timestamp\n checkpoint {\n sequenceNumber\n }\n executionError {\n message\n abortCode\n identifier\n constant\n sourceLineNumber\n instructionOffset\n module {\n name\n package {\n address\n }\n }\n function {\n name\n }\n }\n epoch {\n epochId\n }\n effectsBcs @include(if: $includeEffects)\n effectsJson @include(if: $includeObjectTypes)\n objectChanges(first: 50) @include(if: $includeObjectTypes) {\n nodes {\n address\n outputState {\n asMoveObject {\n contents {\n type {\n repr\n }\n }\n }\n }\n }\n }\n balanceChangesJson @include(if: $includeBalanceChanges)\n events(first: 50) @include(if: $includeEvents) {\n pageInfo {\n hasNextPage\n }\n nodes {\n transactionModule {\n package {\n address\n }\n name\n }\n sender {\n address\n }\n contents {\n type {\n repr\n }\n bcs\n json\n }\n }\n }\n }\n}`) as unknown as TypedDocumentString<SimulateTransactionQuery, SimulateTransactionQueryVariables>;\nexport const ExecuteTransactionDocument = new TypedDocumentString(`\n mutation executeTransaction($transactionDataBcs: Base64!, $signatures: [Base64!]!, $includeTransaction: Boolean = false, $includeEffects: Boolean = false, $includeEvents: Boolean = false, $includeBalanceChanges: Boolean = false, $includeObjectTypes: Boolean = false, $includeBcs: Boolean = false) {\n executeTransaction(\n transactionDataBcs: $transactionDataBcs\n signatures: $signatures\n ) {\n effects {\n transaction {\n ...TRANSACTION_FIELDS\n }\n }\n }\n}\n fragment TRANSACTION_FIELDS on Transaction {\n digest\n transactionJson @include(if: $includeTransaction)\n transactionBcs @include(if: $includeBcs)\n signatures {\n signatureBytes\n }\n effects {\n status\n timestamp\n checkpoint {\n sequenceNumber\n }\n executionError {\n message\n abortCode\n identifier\n constant\n sourceLineNumber\n instructionOffset\n module {\n name\n package {\n address\n }\n }\n function {\n name\n }\n }\n epoch {\n epochId\n }\n effectsBcs @include(if: $includeEffects)\n effectsJson @include(if: $includeObjectTypes)\n objectChanges(first: 50) @include(if: $includeObjectTypes) {\n nodes {\n address\n outputState {\n asMoveObject {\n contents {\n type {\n repr\n }\n }\n }\n }\n }\n }\n balanceChangesJson @include(if: $includeBalanceChanges)\n events(first: 50) @include(if: $includeEvents) {\n pageInfo {\n hasNextPage\n }\n nodes {\n transactionModule {\n package {\n address\n }\n name\n }\n sender {\n address\n }\n contents {\n type {\n repr\n }\n bcs\n json\n }\n }\n }\n }\n}`) as unknown as TypedDocumentString<ExecuteTransactionMutation, ExecuteTransactionMutationVariables>;\nexport const GetTransactionBlockDocument = new TypedDocumentString(`\n query getTransactionBlock($digest: String!, $includeTransaction: Boolean = false, $includeEffects: Boolean = false, $includeEvents: Boolean = false, $includeBalanceChanges: Boolean = false, $includeObjectTypes: Boolean = false, $includeBcs: Boolean = false) {\n transaction(digest: $digest) {\n ...TRANSACTION_FIELDS\n }\n}\n fragment TRANSACTION_FIELDS on Transaction {\n digest\n transactionJson @include(if: $includeTransaction)\n transactionBcs @include(if: $includeBcs)\n signatures {\n signatureBytes\n }\n effects {\n status\n timestamp\n checkpoint {\n sequenceNumber\n }\n executionError {\n message\n abortCode\n identifier\n constant\n sourceLineNumber\n instructionOffset\n module {\n name\n package {\n address\n }\n }\n function {\n name\n }\n }\n epoch {\n epochId\n }\n effectsBcs @include(if: $includeEffects)\n effectsJson @include(if: $includeObjectTypes)\n objectChanges(first: 50) @include(if: $includeObjectTypes) {\n nodes {\n address\n outputState {\n asMoveObject {\n contents {\n type {\n repr\n }\n }\n }\n }\n }\n }\n balanceChangesJson @include(if: $includeBalanceChanges)\n events(first: 50) @include(if: $includeEvents) {\n pageInfo {\n hasNextPage\n }\n nodes {\n transactionModule {\n package {\n address\n }\n name\n }\n sender {\n address\n }\n contents {\n type {\n repr\n }\n bcs\n json\n }\n }\n }\n }\n}`) as unknown as TypedDocumentString<GetTransactionBlockQuery, GetTransactionBlockQueryVariables>;\nexport const ListTransactionsDocument = new TypedDocumentString(`\n query listTransactions($filter: TransactionFilter, $first: Int, $after: String, $last: Int, $before: String, $includeTransaction: Boolean = false, $includeEffects: Boolean = false, $includeEvents: Boolean = false, $includeBalanceChanges: Boolean = false, $includeObjectTypes: Boolean = false, $includeBcs: Boolean = false) {\n transactions(\n filter: $filter\n first: $first\n after: $after\n last: $last\n before: $before\n ) {\n pageInfo {\n hasNextPage\n hasPreviousPage\n startCursor\n endCursor\n }\n nodes {\n ...TRANSACTION_FIELDS\n }\n }\n}\n fragment TRANSACTION_FIELDS on Transaction {\n digest\n transactionJson @include(if: $includeTransaction)\n transactionBcs @include(if: $includeBcs)\n signatures {\n signatureBytes\n }\n effects {\n status\n timestamp\n checkpoint {\n sequenceNumber\n }\n executionError {\n message\n abortCode\n identifier\n constant\n sourceLineNumber\n instructionOffset\n module {\n name\n package {\n address\n }\n }\n function {\n name\n }\n }\n epoch {\n epochId\n }\n effectsBcs @include(if: $includeEffects)\n effectsJson @include(if: $includeObjectTypes)\n objectChanges(first: 50) @include(if: $includeObjectTypes) {\n nodes {\n address\n outputState {\n asMoveObject {\n contents {\n type {\n repr\n }\n }\n }\n }\n }\n }\n balanceChangesJson @include(if: $includeBalanceChanges)\n events(first: 50) @include(if: $includeEvents) {\n pageInfo {\n hasNextPage\n }\n nodes {\n transactionModule {\n package {\n address\n }\n name\n }\n sender {\n address\n }\n contents {\n type {\n repr\n }\n bcs\n json\n }\n }\n }\n }\n}`) as unknown as TypedDocumentString<ListTransactionsQuery, ListTransactionsQueryVariables>;\nexport const ResolveTransactionDocument = new TypedDocumentString(`\n query resolveTransaction($transaction: JSON!, $doGasSelection: Boolean = true, $checksEnabled: Boolean = true) {\n simulateTransaction(\n transaction: $transaction\n doGasSelection: $doGasSelection\n checksEnabled: $checksEnabled\n ) {\n effects {\n transaction {\n transactionBcs\n effects {\n epoch {\n epochId\n }\n status\n executionError {\n message\n abortCode\n identifier\n constant\n sourceLineNumber\n instructionOffset\n module {\n name\n package {\n address\n }\n }\n function {\n name\n }\n }\n }\n }\n }\n }\n}\n `) as unknown as TypedDocumentString<ResolveTransactionQuery, ResolveTransactionQueryVariables>;\nexport const VerifyZkLoginSignatureDocument = new TypedDocumentString(`\n query verifyZkLoginSignature($bytes: Base64!, $signature: Base64!, $intentScope: ZkLoginIntentScope!, $author: SuiAddress!) {\n verifyZkLoginSignature(\n bytes: $bytes\n signature: $signature\n intentScope: $intentScope\n author: $author\n ) {\n success\n }\n}\n `) as unknown as TypedDocumentString<VerifyZkLoginSignatureQuery, VerifyZkLoginSignatureQueryVariables>;\n"],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  import { AdvanceCheckpointRequest, AdvanceCheckpointResponse, AdvanceClockRequest, AdvanceClockResponse, GetStatusRequest, GetStatusResponse } from "./forking_service.mjs";
2
- import * as _protobuf_ts_runtime0 from "@protobuf-ts/runtime";
3
- import * as _protobuf_ts_runtime_rpc0 from "@protobuf-ts/runtime-rpc";
2
+ import * as _protobuf_ts_runtime5 from "@protobuf-ts/runtime";
3
+ import * as _protobuf_ts_runtime_rpc5 from "@protobuf-ts/runtime-rpc";
4
4
  import { RpcOptions, RpcTransport, ServiceInfo, UnaryCall } from "@protobuf-ts/runtime-rpc";
5
5
 
6
6
  //#region src/grpc/proto/sui/forking/v1alpha/forking_service.client.d.ts
@@ -37,9 +37,9 @@ interface IForkingServiceClient {
37
37
  declare class ForkingServiceClient implements IForkingServiceClient, ServiceInfo {
38
38
  private readonly _transport;
39
39
  typeName: string;
40
- methods: _protobuf_ts_runtime_rpc0.MethodInfo<any, any>[];
40
+ methods: _protobuf_ts_runtime_rpc5.MethodInfo<any, any>[];
41
41
  options: {
42
- [extensionName: string]: _protobuf_ts_runtime0.JsonValue;
42
+ [extensionName: string]: _protobuf_ts_runtime5.JsonValue;
43
43
  };
44
44
  constructor(_transport: RpcTransport);
45
45
  /**
@@ -704,7 +704,15 @@ declare enum CommandArgumentError_CommandArgumentErrorKind {
704
704
  *
705
705
  * @generated from protobuf enum value: INVALID_REFERENCE_ARGUMENT = 19;
706
706
  */
707
- INVALID_REFERENCE_ARGUMENT = 19
707
+ INVALID_REFERENCE_ARGUMENT = 19,
708
+ /**
709
+ * Invalid usage of TxContext in the function signature. TxContext can only be used by
710
+ * reference, `&TxContext` or `&mut TxContext`. If used mutably, it must be the only
711
+ * TxContext parameter, and TxContext can never be returned from a Move call.
712
+ *
713
+ * @generated from protobuf enum value: INVALID_TX_CONTEXT = 20;
714
+ */
715
+ INVALID_TX_CONTEXT = 20
708
716
  }
709
717
  /**
710
718
  * An error with upgrading a package.
@@ -1 +1 @@
1
- {"version":3,"file":"execution_status.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/sui/rpc/v2/execution_status.ts"],"mappings":"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"}
1
+ {"version":3,"file":"execution_status.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/sui/rpc/v2/execution_status.ts"],"mappings":"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"}
@@ -420,6 +420,14 @@ let CommandArgumentError_CommandArgumentErrorKind = /* @__PURE__ */ function(Com
420
420
  * @generated from protobuf enum value: INVALID_REFERENCE_ARGUMENT = 19;
421
421
  */
422
422
  CommandArgumentError_CommandArgumentErrorKind$1[CommandArgumentError_CommandArgumentErrorKind$1["INVALID_REFERENCE_ARGUMENT"] = 19] = "INVALID_REFERENCE_ARGUMENT";
423
+ /**
424
+ * Invalid usage of TxContext in the function signature. TxContext can only be used by
425
+ * reference, `&TxContext` or `&mut TxContext`. If used mutably, it must be the only
426
+ * TxContext parameter, and TxContext can never be returned from a Move call.
427
+ *
428
+ * @generated from protobuf enum value: INVALID_TX_CONTEXT = 20;
429
+ */
430
+ CommandArgumentError_CommandArgumentErrorKind$1[CommandArgumentError_CommandArgumentErrorKind$1["INVALID_TX_CONTEXT"] = 20] = "INVALID_TX_CONTEXT";
423
431
  return CommandArgumentError_CommandArgumentErrorKind$1;
424
432
  }({});
425
433
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"execution_status.mjs","names":[],"sources":["../../../../../../src/grpc/proto/sui/rpc/v2/execution_status.ts"],"sourcesContent":["// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n\n// @generated by protobuf-ts 2.9.6 with parameter force_server_none,optimize_code_size,ts_nocheck\n// @generated from protobuf file \"sui/rpc/v2/execution_status.proto\" (package \"sui.rpc.v2\", syntax proto3)\n// tslint:disable\n// @ts-nocheck\n//\n// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n//\nimport { MessageType } from '@protobuf-ts/runtime';\n/**\n * The status of an executed transaction.\n *\n * @generated from protobuf message sui.rpc.v2.ExecutionStatus\n */\nexport interface ExecutionStatus {\n\t/**\n\t * Indicates if the transaction was successful or not.\n\t *\n\t * @generated from protobuf field: optional bool success = 1;\n\t */\n\tsuccess?: boolean;\n\t/**\n\t * The error if `success` is false.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.ExecutionError error = 2;\n\t */\n\terror?: ExecutionError;\n}\n/**\n * An error that can occur during the execution of a transaction.\n *\n * @generated from protobuf message sui.rpc.v2.ExecutionError\n */\nexport interface ExecutionError {\n\t/**\n\t * A human readable description of the error\n\t *\n\t * @generated from protobuf field: optional string description = 1;\n\t */\n\tdescription?: string;\n\t/**\n\t * The command, if any, during which the error occurred.\n\t *\n\t * @generated from protobuf field: optional uint64 command = 2;\n\t */\n\tcommand?: bigint;\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.ExecutionError.ExecutionErrorKind kind = 3;\n\t */\n\tkind?: ExecutionError_ExecutionErrorKind;\n\t/**\n\t * @generated from protobuf oneof: error_details\n\t */\n\terrorDetails:\n\t\t| {\n\t\t\t\toneofKind: 'abort';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.MoveAbort abort = 4;\n\t\t\t\t */\n\t\t\t\tabort: MoveAbort;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'sizeError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.SizeError size_error = 5;\n\t\t\t\t */\n\t\t\t\tsizeError: SizeError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'commandArgumentError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.CommandArgumentError command_argument_error = 6;\n\t\t\t\t */\n\t\t\t\tcommandArgumentError: CommandArgumentError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'typeArgumentError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.TypeArgumentError type_argument_error = 7;\n\t\t\t\t */\n\t\t\t\ttypeArgumentError: TypeArgumentError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'packageUpgradeError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.PackageUpgradeError package_upgrade_error = 8;\n\t\t\t\t */\n\t\t\t\tpackageUpgradeError: PackageUpgradeError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'indexError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.IndexError index_error = 9;\n\t\t\t\t */\n\t\t\t\tindexError: IndexError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'objectId';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: string object_id = 10;\n\t\t\t\t */\n\t\t\t\tobjectId: string;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'coinDenyListError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.CoinDenyListError coin_deny_list_error = 11;\n\t\t\t\t */\n\t\t\t\tcoinDenyListError: CoinDenyListError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'congestedObjects';\n\t\t\t\t/**\n\t\t\t\t * Set of objects that were congested, leading to the transaction's cancellation.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.CongestedObjects congested_objects = 12;\n\t\t\t\t */\n\t\t\t\tcongestedObjects: CongestedObjects;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: undefined;\n\t\t };\n}\n/**\n * @generated from protobuf enum sui.rpc.v2.ExecutionError.ExecutionErrorKind\n */\nexport enum ExecutionError_ExecutionErrorKind {\n\t/**\n\t * @generated from protobuf enum value: EXECUTION_ERROR_KIND_UNKNOWN = 0;\n\t */\n\tEXECUTION_ERROR_KIND_UNKNOWN = 0,\n\t/**\n\t * Insufficient gas.\n\t *\n\t * @generated from protobuf enum value: INSUFFICIENT_GAS = 1;\n\t */\n\tINSUFFICIENT_GAS = 1,\n\t/**\n\t * Invalid `Gas` object.\n\t *\n\t * @generated from protobuf enum value: INVALID_GAS_OBJECT = 2;\n\t */\n\tINVALID_GAS_OBJECT = 2,\n\t/**\n\t * Invariant violation.\n\t *\n\t * @generated from protobuf enum value: INVARIANT_VIOLATION = 3;\n\t */\n\tINVARIANT_VIOLATION = 3,\n\t/**\n\t * Attempted to use feature that is not supported yet.\n\t *\n\t * @generated from protobuf enum value: FEATURE_NOT_YET_SUPPORTED = 4;\n\t */\n\tFEATURE_NOT_YET_SUPPORTED = 4,\n\t/**\n\t * Move object is larger than the maximum allowed size.\n\t *\n\t * @generated from protobuf enum value: OBJECT_TOO_BIG = 5;\n\t */\n\tOBJECT_TOO_BIG = 5,\n\t/**\n\t * Package is larger than the maximum allowed size.\n\t *\n\t * @generated from protobuf enum value: PACKAGE_TOO_BIG = 6;\n\t */\n\tPACKAGE_TOO_BIG = 6,\n\t/**\n\t * Circular object ownership.\n\t *\n\t * @generated from protobuf enum value: CIRCULAR_OBJECT_OWNERSHIP = 7;\n\t */\n\tCIRCULAR_OBJECT_OWNERSHIP = 7,\n\t/**\n\t * Insufficient coin balance for requested operation.\n\t *\n\t * @generated from protobuf enum value: INSUFFICIENT_COIN_BALANCE = 8;\n\t */\n\tINSUFFICIENT_COIN_BALANCE = 8,\n\t/**\n\t * Coin balance overflowed an u64.\n\t *\n\t * @generated from protobuf enum value: COIN_BALANCE_OVERFLOW = 9;\n\t */\n\tCOIN_BALANCE_OVERFLOW = 9,\n\t/**\n\t * Publish error, non-zero address.\n\t * The modules in the package must have their self-addresses set to zero.\n\t *\n\t * @generated from protobuf enum value: PUBLISH_ERROR_NON_ZERO_ADDRESS = 10;\n\t */\n\tPUBLISH_ERROR_NON_ZERO_ADDRESS = 10,\n\t/**\n\t * Sui Move bytecode verification error.\n\t *\n\t * @generated from protobuf enum value: SUI_MOVE_VERIFICATION_ERROR = 11;\n\t */\n\tSUI_MOVE_VERIFICATION_ERROR = 11,\n\t/**\n\t * Error from a non-abort instruction.\n\t * Possible causes:\n\t * Arithmetic error, stack overflow, max value depth, or similar.\n\t *\n\t * @generated from protobuf enum value: MOVE_PRIMITIVE_RUNTIME_ERROR = 12;\n\t */\n\tMOVE_PRIMITIVE_RUNTIME_ERROR = 12,\n\t/**\n\t * Move runtime abort.\n\t *\n\t * @generated from protobuf enum value: MOVE_ABORT = 13;\n\t */\n\tMOVE_ABORT = 13,\n\t/**\n\t * Bytecode verification error.\n\t *\n\t * @generated from protobuf enum value: VM_VERIFICATION_OR_DESERIALIZATION_ERROR = 14;\n\t */\n\tVM_VERIFICATION_OR_DESERIALIZATION_ERROR = 14,\n\t/**\n\t * MoveVm invariant violation.\n\t *\n\t * @generated from protobuf enum value: VM_INVARIANT_VIOLATION = 15;\n\t */\n\tVM_INVARIANT_VIOLATION = 15,\n\t/**\n\t * Function not found.\n\t *\n\t * @generated from protobuf enum value: FUNCTION_NOT_FOUND = 16;\n\t */\n\tFUNCTION_NOT_FOUND = 16,\n\t/**\n\t * Parity mismatch for Move function.\n\t * The number of arguments does not match the number of parameters.\n\t *\n\t * @generated from protobuf enum value: ARITY_MISMATCH = 17;\n\t */\n\tARITY_MISMATCH = 17,\n\t/**\n\t * Type parity mismatch for Move function.\n\t * Mismatch between the number of actual versus expected type arguments.\n\t *\n\t * @generated from protobuf enum value: TYPE_ARITY_MISMATCH = 18;\n\t */\n\tTYPE_ARITY_MISMATCH = 18,\n\t/**\n\t * Non-entry function invoked. Move Call must start with an entry function.\n\t *\n\t * @generated from protobuf enum value: NON_ENTRY_FUNCTION_INVOKED = 19;\n\t */\n\tNON_ENTRY_FUNCTION_INVOKED = 19,\n\t/**\n\t * Invalid command argument.\n\t *\n\t * @generated from protobuf enum value: COMMAND_ARGUMENT_ERROR = 20;\n\t */\n\tCOMMAND_ARGUMENT_ERROR = 20,\n\t/**\n\t * Type argument error.\n\t *\n\t * @generated from protobuf enum value: TYPE_ARGUMENT_ERROR = 21;\n\t */\n\tTYPE_ARGUMENT_ERROR = 21,\n\t/**\n\t * Unused result without the drop ability.\n\t *\n\t * @generated from protobuf enum value: UNUSED_VALUE_WITHOUT_DROP = 22;\n\t */\n\tUNUSED_VALUE_WITHOUT_DROP = 22,\n\t/**\n\t * Invalid public Move function signature.\n\t * Unsupported return type for return value.\n\t *\n\t * @generated from protobuf enum value: INVALID_PUBLIC_FUNCTION_RETURN_TYPE = 23;\n\t */\n\tINVALID_PUBLIC_FUNCTION_RETURN_TYPE = 23,\n\t/**\n\t * Invalid transfer object, object does not have public transfer.\n\t *\n\t * @generated from protobuf enum value: INVALID_TRANSFER_OBJECT = 24;\n\t */\n\tINVALID_TRANSFER_OBJECT = 24,\n\t/**\n\t * Effects from the transaction are too large.\n\t *\n\t * @generated from protobuf enum value: EFFECTS_TOO_LARGE = 25;\n\t */\n\tEFFECTS_TOO_LARGE = 25,\n\t/**\n\t * Publish or Upgrade is missing dependency.\n\t *\n\t * @generated from protobuf enum value: PUBLISH_UPGRADE_MISSING_DEPENDENCY = 26;\n\t */\n\tPUBLISH_UPGRADE_MISSING_DEPENDENCY = 26,\n\t/**\n\t * Publish or upgrade dependency downgrade.\n\t *\n\t * Indirect (transitive) dependency of published or upgraded package has been assigned an\n\t * on-chain version that is less than the version required by one of the package's\n\t * transitive dependencies.\n\t *\n\t * @generated from protobuf enum value: PUBLISH_UPGRADE_DEPENDENCY_DOWNGRADE = 27;\n\t */\n\tPUBLISH_UPGRADE_DEPENDENCY_DOWNGRADE = 27,\n\t/**\n\t * Invalid package upgrade.\n\t *\n\t * @generated from protobuf enum value: PACKAGE_UPGRADE_ERROR = 28;\n\t */\n\tPACKAGE_UPGRADE_ERROR = 28,\n\t/**\n\t * Indicates the transaction tried to write objects too large to storage.\n\t *\n\t * @generated from protobuf enum value: WRITTEN_OBJECTS_TOO_LARGE = 29;\n\t */\n\tWRITTEN_OBJECTS_TOO_LARGE = 29,\n\t/**\n\t * Certificate is on the deny list.\n\t *\n\t * @generated from protobuf enum value: CERTIFICATE_DENIED = 30;\n\t */\n\tCERTIFICATE_DENIED = 30,\n\t/**\n\t * Sui Move bytecode verification timed out.\n\t *\n\t * @generated from protobuf enum value: SUI_MOVE_VERIFICATION_TIMEDOUT = 31;\n\t */\n\tSUI_MOVE_VERIFICATION_TIMEDOUT = 31,\n\t/**\n\t * The requested consensus object operation is not allowed.\n\t *\n\t * @generated from protobuf enum value: CONSENSUS_OBJECT_OPERATION_NOT_ALLOWED = 32;\n\t */\n\tCONSENSUS_OBJECT_OPERATION_NOT_ALLOWED = 32,\n\t/**\n\t * Requested consensus object has been deleted.\n\t *\n\t * @generated from protobuf enum value: INPUT_OBJECT_DELETED = 33;\n\t */\n\tINPUT_OBJECT_DELETED = 33,\n\t/**\n\t * Certificate is canceled due to congestion on consensus objects.\n\t *\n\t * @generated from protobuf enum value: EXECUTION_CANCELED_DUE_TO_CONSENSUS_OBJECT_CONGESTION = 34;\n\t */\n\tEXECUTION_CANCELED_DUE_TO_CONSENSUS_OBJECT_CONGESTION = 34,\n\t/**\n\t * Address is denied for this coin type.\n\t *\n\t * @generated from protobuf enum value: ADDRESS_DENIED_FOR_COIN = 35;\n\t */\n\tADDRESS_DENIED_FOR_COIN = 35,\n\t/**\n\t * Coin type is globally paused for use.\n\t *\n\t * @generated from protobuf enum value: COIN_TYPE_GLOBAL_PAUSE = 36;\n\t */\n\tCOIN_TYPE_GLOBAL_PAUSE = 36,\n\t/**\n\t * Certificate is canceled because randomness could not be generated this epoch.\n\t *\n\t * @generated from protobuf enum value: EXECUTION_CANCELED_DUE_TO_RANDOMNESS_UNAVAILABLE = 37;\n\t */\n\tEXECUTION_CANCELED_DUE_TO_RANDOMNESS_UNAVAILABLE = 37,\n\t/**\n\t * Move vector element (passed to MakeMoveVec) with size {value_size} is larger \\\n\t * than the maximum size {max_scaled_size}. Note that this maximum is scaled based on the \\\n\t * type of the vector element.\n\t *\n\t * @generated from protobuf enum value: MOVE_VECTOR_ELEM_TOO_BIG = 38;\n\t */\n\tMOVE_VECTOR_ELEM_TOO_BIG = 38,\n\t/**\n\t * Move value (possibly an upgrade ticket or a dev-inspect value) with size {value_size} \\\n\t * is larger than the maximum size {max_scaled_size}. Note that this maximum is scaled based \\\n\t * on the type of the value.\n\t *\n\t * @generated from protobuf enum value: MOVE_RAW_VALUE_TOO_BIG = 39;\n\t */\n\tMOVE_RAW_VALUE_TOO_BIG = 39,\n\t/**\n\t * A valid linkage was unable to be determined for the transaction or one of its commands.\n\t *\n\t * @generated from protobuf enum value: INVALID_LINKAGE = 40;\n\t */\n\tINVALID_LINKAGE = 40,\n\t/**\n\t * Insufficient funds for transaction withdrawal\n\t *\n\t * @generated from protobuf enum value: INSUFFICIENT_FUNDS_FOR_WITHDRAW = 41;\n\t */\n\tINSUFFICIENT_FUNDS_FOR_WITHDRAW = 41,\n\t/**\n\t * An input object with non-exclusive write mutability was modified\n\t *\n\t * @generated from protobuf enum value: NON_EXCLUSIVE_WRITE_INPUT_OBJECT_MODIFIED = 42;\n\t */\n\tNON_EXCLUSIVE_WRITE_INPUT_OBJECT_MODIFIED = 42,\n}\n/**\n * @generated from protobuf message sui.rpc.v2.MoveAbort\n */\nexport interface MoveAbort {\n\t/**\n\t * @generated from protobuf field: optional uint64 abort_code = 1;\n\t */\n\tabortCode?: bigint;\n\t/**\n\t * Location in Move where the error occurred.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.MoveLocation location = 2;\n\t */\n\tlocation?: MoveLocation;\n\t/**\n\t * Extra error information if abort code is a \"Clever Error\"\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.CleverError clever_error = 3;\n\t */\n\tcleverError?: CleverError;\n}\n/**\n * Location in Move bytecode where an error occurred.\n *\n * @generated from protobuf message sui.rpc.v2.MoveLocation\n */\nexport interface MoveLocation {\n\t/**\n\t * The package ID.\n\t *\n\t * @generated from protobuf field: optional string package = 1;\n\t */\n\tpackage?: string;\n\t/**\n\t * The module name.\n\t *\n\t * @generated from protobuf field: optional string module = 2;\n\t */\n\tmodule?: string;\n\t/**\n\t * The function index.\n\t *\n\t * @generated from protobuf field: optional uint32 function = 3;\n\t */\n\tfunction?: number;\n\t/**\n\t * Offset of the instruction where the error occurred.\n\t *\n\t * @generated from protobuf field: optional uint32 instruction = 4;\n\t */\n\tinstruction?: number;\n\t/**\n\t * The name of the function, if available.\n\t *\n\t * @generated from protobuf field: optional string function_name = 5;\n\t */\n\tfunctionName?: string;\n}\n/**\n * @generated from protobuf message sui.rpc.v2.CleverError\n */\nexport interface CleverError {\n\t/**\n\t * @generated from protobuf field: optional uint64 error_code = 1;\n\t */\n\terrorCode?: bigint;\n\t/**\n\t * @generated from protobuf field: optional uint64 line_number = 2;\n\t */\n\tlineNumber?: bigint;\n\t/**\n\t * @generated from protobuf field: optional string constant_name = 3;\n\t */\n\tconstantName?: string;\n\t/**\n\t * @generated from protobuf field: optional string constant_type = 4;\n\t */\n\tconstantType?: string;\n\t/**\n\t * @generated from protobuf oneof: value\n\t */\n\tvalue:\n\t\t| {\n\t\t\t\toneofKind: 'rendered';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: string rendered = 5;\n\t\t\t\t */\n\t\t\t\trendered: string;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'raw';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: bytes raw = 6;\n\t\t\t\t */\n\t\t\t\traw: Uint8Array;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: undefined;\n\t\t };\n}\n/**\n * A size error.\n *\n * @generated from protobuf message sui.rpc.v2.SizeError\n */\nexport interface SizeError {\n\t/**\n\t * The offending size.\n\t *\n\t * @generated from protobuf field: optional uint64 size = 1;\n\t */\n\tsize?: bigint;\n\t/**\n\t * The maximum allowable size.\n\t *\n\t * @generated from protobuf field: optional uint64 max_size = 2;\n\t */\n\tmaxSize?: bigint;\n}\n/**\n * @generated from protobuf message sui.rpc.v2.IndexError\n */\nexport interface IndexError {\n\t/**\n\t * Index of an input or result.\n\t *\n\t * @generated from protobuf field: optional uint32 index = 1;\n\t */\n\tindex?: number;\n\t/**\n\t * Index of a subresult.\n\t *\n\t * @generated from protobuf field: optional uint32 subresult = 2;\n\t */\n\tsubresult?: number;\n}\n/**\n * @generated from protobuf message sui.rpc.v2.CoinDenyListError\n */\nexport interface CoinDenyListError {\n\t/**\n\t * Denied address.\n\t *\n\t * @generated from protobuf field: optional string address = 1;\n\t */\n\taddress?: string;\n\t/**\n\t * Coin type.\n\t *\n\t * @generated from protobuf field: optional string coin_type = 2;\n\t */\n\tcoinType?: string;\n}\n/**\n * Set of objects that were congested, leading to the transaction's cancellation.\n *\n * @generated from protobuf message sui.rpc.v2.CongestedObjects\n */\nexport interface CongestedObjects {\n\t/**\n\t * @generated from protobuf field: repeated string objects = 1;\n\t */\n\tobjects: string[];\n}\n/**\n * An error with an argument to a command.\n *\n * @generated from protobuf message sui.rpc.v2.CommandArgumentError\n */\nexport interface CommandArgumentError {\n\t/**\n\t * Position of the problematic argument.\n\t *\n\t * @generated from protobuf field: optional uint32 argument = 1;\n\t */\n\targument?: number;\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.CommandArgumentError.CommandArgumentErrorKind kind = 2;\n\t */\n\tkind?: CommandArgumentError_CommandArgumentErrorKind;\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.IndexError index_error = 3;\n\t */\n\tindexError?: IndexError;\n}\n/**\n * @generated from protobuf enum sui.rpc.v2.CommandArgumentError.CommandArgumentErrorKind\n */\nexport enum CommandArgumentError_CommandArgumentErrorKind {\n\t/**\n\t * @generated from protobuf enum value: COMMAND_ARGUMENT_ERROR_KIND_UNKNOWN = 0;\n\t */\n\tCOMMAND_ARGUMENT_ERROR_KIND_UNKNOWN = 0,\n\t/**\n\t * The type of the value does not match the expected type.\n\t *\n\t * @generated from protobuf enum value: TYPE_MISMATCH = 1;\n\t */\n\tTYPE_MISMATCH = 1,\n\t/**\n\t * The argument cannot be deserialized into a value of the specified type.\n\t *\n\t * @generated from protobuf enum value: INVALID_BCS_BYTES = 2;\n\t */\n\tINVALID_BCS_BYTES = 2,\n\t/**\n\t * The argument cannot be instantiated from raw bytes.\n\t *\n\t * @generated from protobuf enum value: INVALID_USAGE_OF_PURE_ARGUMENT = 3;\n\t */\n\tINVALID_USAGE_OF_PURE_ARGUMENT = 3,\n\t/**\n\t * Invalid argument to private entry function.\n\t * Private entry functions cannot take arguments from other Move functions.\n\t *\n\t * @generated from protobuf enum value: INVALID_ARGUMENT_TO_PRIVATE_ENTRY_FUNCTION = 4;\n\t */\n\tINVALID_ARGUMENT_TO_PRIVATE_ENTRY_FUNCTION = 4,\n\t/**\n\t * Out of bounds access to input or results.\n\t *\n\t * `index` field will be set indicating the invalid index value.\n\t *\n\t * @generated from protobuf enum value: INDEX_OUT_OF_BOUNDS = 5;\n\t */\n\tINDEX_OUT_OF_BOUNDS = 5,\n\t/**\n\t * Out of bounds access to subresult.\n\t *\n\t * `index` and `subresult` fields will be set indicating the invalid index value.\n\t *\n\t * @generated from protobuf enum value: SECONDARY_INDEX_OUT_OF_BOUNDS = 6;\n\t */\n\tSECONDARY_INDEX_OUT_OF_BOUNDS = 6,\n\t/**\n\t * Invalid usage of result.\n\t * Expected a single result but found either no return value or multiple.\n\t * `index` field will be set indicating the invalid index value.\n\t *\n\t * @generated from protobuf enum value: INVALID_RESULT_ARITY = 7;\n\t */\n\tINVALID_RESULT_ARITY = 7,\n\t/**\n\t * Invalid usage of gas coin.\n\t * The gas coin can only be used by-value with a `TransferObject` command.\n\t *\n\t * @generated from protobuf enum value: INVALID_GAS_COIN_USAGE = 8;\n\t */\n\tINVALID_GAS_COIN_USAGE = 8,\n\t/**\n\t * Invalid usage of Move value.\n\t * - Mutably borrowed values require unique usage.\n\t * - Immutably borrowed values cannot be taken or borrowed mutably.\n\t * - Taken values cannot be used again.\n\t *\n\t * @generated from protobuf enum value: INVALID_VALUE_USAGE = 9;\n\t */\n\tINVALID_VALUE_USAGE = 9,\n\t/**\n\t * Immutable objects cannot be passed by-value.\n\t *\n\t * @generated from protobuf enum value: INVALID_OBJECT_BY_VALUE = 10;\n\t */\n\tINVALID_OBJECT_BY_VALUE = 10,\n\t/**\n\t * Immutable objects cannot be passed by mutable reference, `&mut`.\n\t *\n\t * @generated from protobuf enum value: INVALID_OBJECT_BY_MUT_REF = 11;\n\t */\n\tINVALID_OBJECT_BY_MUT_REF = 11,\n\t/**\n\t * Consensus object operations such as wrapping, freezing, or converting to owned are not\n\t * allowed.\n\t *\n\t * @generated from protobuf enum value: CONSENSUS_OBJECT_OPERATION_NOT_ALLOWED = 12;\n\t */\n\tCONSENSUS_OBJECT_OPERATION_NOT_ALLOWED = 12,\n\t/**\n\t * Invalid argument arity. Expected a single argument but found a result that expanded to\n\t * multiple arguments.\n\t *\n\t * @generated from protobuf enum value: INVALID_ARGUMENT_ARITY = 13;\n\t */\n\tINVALID_ARGUMENT_ARITY = 13,\n\t/**\n\t * Object passed to TransferObject does not have public transfer, i.e. the `store` ability\n\t *\n\t * @generated from protobuf enum value: INVALID_TRANSFER_OBJECT = 14;\n\t */\n\tINVALID_TRANSFER_OBJECT = 14,\n\t/**\n\t * First argument to MakeMoveVec is not an object. If no type is specified for MakeMoveVec,\n\t * all arguments must be the same object type.\n\t *\n\t * @generated from protobuf enum value: INVALID_MAKE_MOVE_VEC_NON_OBJECT_ARGUMENT = 15;\n\t */\n\tINVALID_MAKE_MOVE_VEC_NON_OBJECT_ARGUMENT = 15,\n\t/**\n\t * Specified argument location does not have a value and cannot be used\n\t *\n\t * @generated from protobuf enum value: ARGUMENT_WITHOUT_VALUE = 16;\n\t */\n\tARGUMENT_WITHOUT_VALUE = 16,\n\t/**\n\t * Cannot move a borrowed value. The value's type does resulted in this argument usage being\n\t * inferred as a move. This is likely due to the type not having the `copy` ability; although\n\t * in rare cases, it could also be this is the last usage of a value without the `drop`\n\t * ability.\n\t *\n\t * @generated from protobuf enum value: CANNOT_MOVE_BORROWED_VALUE = 17;\n\t */\n\tCANNOT_MOVE_BORROWED_VALUE = 17,\n\t/**\n\t * Cannot write to an argument location that is still borrowed, and where that borrow is an\n\t * extension of that reference. This is likely due to this argument being used in a Move call\n\t * that returns a reference, and that reference is used in a later command.\n\t *\n\t * @generated from protobuf enum value: CANNOT_WRITE_TO_EXTENDED_REFERENCE = 18;\n\t */\n\tCANNOT_WRITE_TO_EXTENDED_REFERENCE = 18,\n\t/**\n\t * The argument specified cannot be used as a reference argument in the Move call. Either the\n\t * argument is a mutable reference and it conflicts with another argument to the call, or the\n\t * argument is mutable and another reference extends it and will be used in a later command.\n\t *\n\t * @generated from protobuf enum value: INVALID_REFERENCE_ARGUMENT = 19;\n\t */\n\tINVALID_REFERENCE_ARGUMENT = 19,\n}\n/**\n * An error with upgrading a package.\n *\n * @generated from protobuf message sui.rpc.v2.PackageUpgradeError\n */\nexport interface PackageUpgradeError {\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.PackageUpgradeError.PackageUpgradeErrorKind kind = 1;\n\t */\n\tkind?: PackageUpgradeError_PackageUpgradeErrorKind;\n\t/**\n\t * The Package Id.\n\t *\n\t * @generated from protobuf field: optional string package_id = 2;\n\t */\n\tpackageId?: string;\n\t/**\n\t * A digest.\n\t *\n\t * @generated from protobuf field: optional string digest = 3;\n\t */\n\tdigest?: string;\n\t/**\n\t * The policy.\n\t *\n\t * @generated from protobuf field: optional uint32 policy = 4;\n\t */\n\tpolicy?: number;\n\t/**\n\t * The ticket Id.\n\t *\n\t * @generated from protobuf field: optional string ticket_id = 5;\n\t */\n\tticketId?: string;\n}\n/**\n * @generated from protobuf enum sui.rpc.v2.PackageUpgradeError.PackageUpgradeErrorKind\n */\nexport enum PackageUpgradeError_PackageUpgradeErrorKind {\n\t/**\n\t * @generated from protobuf enum value: PACKAGE_UPGRADE_ERROR_KIND_UNKNOWN = 0;\n\t */\n\tPACKAGE_UPGRADE_ERROR_KIND_UNKNOWN = 0,\n\t/**\n\t * Unable to fetch package.\n\t *\n\t * @generated from protobuf enum value: UNABLE_TO_FETCH_PACKAGE = 1;\n\t */\n\tUNABLE_TO_FETCH_PACKAGE = 1,\n\t/**\n\t * Object is not a package.\n\t *\n\t * @generated from protobuf enum value: NOT_A_PACKAGE = 2;\n\t */\n\tNOT_A_PACKAGE = 2,\n\t/**\n\t * Package upgrade is incompatible with previous version.\n\t *\n\t * @generated from protobuf enum value: INCOMPATIBLE_UPGRADE = 3;\n\t */\n\tINCOMPATIBLE_UPGRADE = 3,\n\t/**\n\t * Digest in upgrade ticket and computed digest differ.\n\t *\n\t * @generated from protobuf enum value: DIGEST_DOES_NOT_MATCH = 4;\n\t */\n\tDIGEST_DOES_NOT_MATCH = 4,\n\t/**\n\t * Upgrade policy is not valid.\n\t *\n\t * @generated from protobuf enum value: UNKNOWN_UPGRADE_POLICY = 5;\n\t */\n\tUNKNOWN_UPGRADE_POLICY = 5,\n\t/**\n\t * Package ID does not match `PackageId` in upgrade ticket.\n\t *\n\t * @generated from protobuf enum value: PACKAGE_ID_DOES_NOT_MATCH = 6;\n\t */\n\tPACKAGE_ID_DOES_NOT_MATCH = 6,\n}\n/**\n * Type argument error.\n *\n * @generated from protobuf message sui.rpc.v2.TypeArgumentError\n */\nexport interface TypeArgumentError {\n\t/**\n\t * Index of the problematic type argument.\n\t *\n\t * @generated from protobuf field: optional uint32 type_argument = 1;\n\t */\n\ttypeArgument?: number;\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.TypeArgumentError.TypeArgumentErrorKind kind = 2;\n\t */\n\tkind?: TypeArgumentError_TypeArgumentErrorKind;\n}\n/**\n * @generated from protobuf enum sui.rpc.v2.TypeArgumentError.TypeArgumentErrorKind\n */\nexport enum TypeArgumentError_TypeArgumentErrorKind {\n\t/**\n\t * @generated from protobuf enum value: TYPE_ARGUMENT_ERROR_KIND_UNKNOWN = 0;\n\t */\n\tTYPE_ARGUMENT_ERROR_KIND_UNKNOWN = 0,\n\t/**\n\t * A type was not found in the module specified.\n\t *\n\t * @generated from protobuf enum value: TYPE_NOT_FOUND = 1;\n\t */\n\tTYPE_NOT_FOUND = 1,\n\t/**\n\t * A type provided did not match the specified constraint.\n\t *\n\t * @generated from protobuf enum value: CONSTRAINT_NOT_SATISFIED = 2;\n\t */\n\tCONSTRAINT_NOT_SATISFIED = 2,\n}\n// @generated message type with reflection information, may provide speed optimized methods\nclass ExecutionStatus$Type extends MessageType<ExecutionStatus> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ExecutionStatus', [\n\t\t\t{ no: 1, name: 'success', kind: 'scalar', opt: true, T: 8 /*ScalarType.BOOL*/ },\n\t\t\t{ no: 2, name: 'error', kind: 'message', T: () => ExecutionError },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ExecutionStatus\n */\nexport const ExecutionStatus = new ExecutionStatus$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ExecutionError$Type extends MessageType<ExecutionError> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ExecutionError', [\n\t\t\t{ no: 1, name: 'description', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'command',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'sui.rpc.v2.ExecutionError.ExecutionErrorKind',\n\t\t\t\t\tExecutionError_ExecutionErrorKind,\n\t\t\t\t],\n\t\t\t},\n\t\t\t{ no: 4, name: 'abort', kind: 'message', oneof: 'errorDetails', T: () => MoveAbort },\n\t\t\t{ no: 5, name: 'size_error', kind: 'message', oneof: 'errorDetails', T: () => SizeError },\n\t\t\t{\n\t\t\t\tno: 6,\n\t\t\t\tname: 'command_argument_error',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => CommandArgumentError,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 7,\n\t\t\t\tname: 'type_argument_error',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => TypeArgumentError,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 8,\n\t\t\t\tname: 'package_upgrade_error',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => PackageUpgradeError,\n\t\t\t},\n\t\t\t{ no: 9, name: 'index_error', kind: 'message', oneof: 'errorDetails', T: () => IndexError },\n\t\t\t{\n\t\t\t\tno: 10,\n\t\t\t\tname: 'object_id',\n\t\t\t\tkind: 'scalar',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 11,\n\t\t\t\tname: 'coin_deny_list_error',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => CoinDenyListError,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 12,\n\t\t\t\tname: 'congested_objects',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => CongestedObjects,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ExecutionError\n */\nexport const ExecutionError = new ExecutionError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass MoveAbort$Type extends MessageType<MoveAbort> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.MoveAbort', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'abort_code',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{ no: 2, name: 'location', kind: 'message', T: () => MoveLocation },\n\t\t\t{ no: 3, name: 'clever_error', kind: 'message', T: () => CleverError },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.MoveAbort\n */\nexport const MoveAbort = new MoveAbort$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass MoveLocation$Type extends MessageType<MoveLocation> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.MoveLocation', [\n\t\t\t{ no: 1, name: 'package', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 2, name: 'module', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 3, name: 'function', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{ no: 4, name: 'instruction', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{ no: 5, name: 'function_name', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.MoveLocation\n */\nexport const MoveLocation = new MoveLocation$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CleverError$Type extends MessageType<CleverError> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.CleverError', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'error_code',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'line_number',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{ no: 3, name: 'constant_name', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 4, name: 'constant_type', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 5, name: 'rendered', kind: 'scalar', oneof: 'value', T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 6, name: 'raw', kind: 'scalar', oneof: 'value', T: 12 /*ScalarType.BYTES*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.CleverError\n */\nexport const CleverError = new CleverError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass SizeError$Type extends MessageType<SizeError> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.SizeError', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'size',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'max_size',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.SizeError\n */\nexport const SizeError = new SizeError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass IndexError$Type extends MessageType<IndexError> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.IndexError', [\n\t\t\t{ no: 1, name: 'index', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{ no: 2, name: 'subresult', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.IndexError\n */\nexport const IndexError = new IndexError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CoinDenyListError$Type extends MessageType<CoinDenyListError> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.CoinDenyListError', [\n\t\t\t{ no: 1, name: 'address', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 2, name: 'coin_type', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.CoinDenyListError\n */\nexport const CoinDenyListError = new CoinDenyListError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CongestedObjects$Type extends MessageType<CongestedObjects> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.CongestedObjects', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'objects',\n\t\t\t\tkind: 'scalar',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.CongestedObjects\n */\nexport const CongestedObjects = new CongestedObjects$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CommandArgumentError$Type extends MessageType<CommandArgumentError> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.CommandArgumentError', [\n\t\t\t{ no: 1, name: 'argument', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'sui.rpc.v2.CommandArgumentError.CommandArgumentErrorKind',\n\t\t\t\t\tCommandArgumentError_CommandArgumentErrorKind,\n\t\t\t\t],\n\t\t\t},\n\t\t\t{ no: 3, name: 'index_error', kind: 'message', T: () => IndexError },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.CommandArgumentError\n */\nexport const CommandArgumentError = new CommandArgumentError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass PackageUpgradeError$Type extends MessageType<PackageUpgradeError> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.PackageUpgradeError', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'sui.rpc.v2.PackageUpgradeError.PackageUpgradeErrorKind',\n\t\t\t\t\tPackageUpgradeError_PackageUpgradeErrorKind,\n\t\t\t\t],\n\t\t\t},\n\t\t\t{ no: 2, name: 'package_id', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 3, name: 'digest', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 4, name: 'policy', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{ no: 5, name: 'ticket_id', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.PackageUpgradeError\n */\nexport const PackageUpgradeError = new PackageUpgradeError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass TypeArgumentError$Type extends MessageType<TypeArgumentError> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.TypeArgumentError', [\n\t\t\t{ no: 1, name: 'type_argument', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'sui.rpc.v2.TypeArgumentError.TypeArgumentErrorKind',\n\t\t\t\t\tTypeArgumentError_TypeArgumentErrorKind,\n\t\t\t\t],\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.TypeArgumentError\n */\nexport const TypeArgumentError = new TypeArgumentError$Type();\n"],"mappings":"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"}
1
+ {"version":3,"file":"execution_status.mjs","names":[],"sources":["../../../../../../src/grpc/proto/sui/rpc/v2/execution_status.ts"],"sourcesContent":["// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n\n// @generated by protobuf-ts 2.9.6 with parameter force_server_none,optimize_code_size,ts_nocheck\n// @generated from protobuf file \"sui/rpc/v2/execution_status.proto\" (package \"sui.rpc.v2\", syntax proto3)\n// tslint:disable\n// @ts-nocheck\n//\n// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n//\nimport { MessageType } from '@protobuf-ts/runtime';\n/**\n * The status of an executed transaction.\n *\n * @generated from protobuf message sui.rpc.v2.ExecutionStatus\n */\nexport interface ExecutionStatus {\n\t/**\n\t * Indicates if the transaction was successful or not.\n\t *\n\t * @generated from protobuf field: optional bool success = 1;\n\t */\n\tsuccess?: boolean;\n\t/**\n\t * The error if `success` is false.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.ExecutionError error = 2;\n\t */\n\terror?: ExecutionError;\n}\n/**\n * An error that can occur during the execution of a transaction.\n *\n * @generated from protobuf message sui.rpc.v2.ExecutionError\n */\nexport interface ExecutionError {\n\t/**\n\t * A human readable description of the error\n\t *\n\t * @generated from protobuf field: optional string description = 1;\n\t */\n\tdescription?: string;\n\t/**\n\t * The command, if any, during which the error occurred.\n\t *\n\t * @generated from protobuf field: optional uint64 command = 2;\n\t */\n\tcommand?: bigint;\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.ExecutionError.ExecutionErrorKind kind = 3;\n\t */\n\tkind?: ExecutionError_ExecutionErrorKind;\n\t/**\n\t * @generated from protobuf oneof: error_details\n\t */\n\terrorDetails:\n\t\t| {\n\t\t\t\toneofKind: 'abort';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.MoveAbort abort = 4;\n\t\t\t\t */\n\t\t\t\tabort: MoveAbort;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'sizeError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.SizeError size_error = 5;\n\t\t\t\t */\n\t\t\t\tsizeError: SizeError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'commandArgumentError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.CommandArgumentError command_argument_error = 6;\n\t\t\t\t */\n\t\t\t\tcommandArgumentError: CommandArgumentError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'typeArgumentError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.TypeArgumentError type_argument_error = 7;\n\t\t\t\t */\n\t\t\t\ttypeArgumentError: TypeArgumentError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'packageUpgradeError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.PackageUpgradeError package_upgrade_error = 8;\n\t\t\t\t */\n\t\t\t\tpackageUpgradeError: PackageUpgradeError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'indexError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.IndexError index_error = 9;\n\t\t\t\t */\n\t\t\t\tindexError: IndexError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'objectId';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: string object_id = 10;\n\t\t\t\t */\n\t\t\t\tobjectId: string;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'coinDenyListError';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.CoinDenyListError coin_deny_list_error = 11;\n\t\t\t\t */\n\t\t\t\tcoinDenyListError: CoinDenyListError;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'congestedObjects';\n\t\t\t\t/**\n\t\t\t\t * Set of objects that were congested, leading to the transaction's cancellation.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.CongestedObjects congested_objects = 12;\n\t\t\t\t */\n\t\t\t\tcongestedObjects: CongestedObjects;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: undefined;\n\t\t };\n}\n/**\n * @generated from protobuf enum sui.rpc.v2.ExecutionError.ExecutionErrorKind\n */\nexport enum ExecutionError_ExecutionErrorKind {\n\t/**\n\t * @generated from protobuf enum value: EXECUTION_ERROR_KIND_UNKNOWN = 0;\n\t */\n\tEXECUTION_ERROR_KIND_UNKNOWN = 0,\n\t/**\n\t * Insufficient gas.\n\t *\n\t * @generated from protobuf enum value: INSUFFICIENT_GAS = 1;\n\t */\n\tINSUFFICIENT_GAS = 1,\n\t/**\n\t * Invalid `Gas` object.\n\t *\n\t * @generated from protobuf enum value: INVALID_GAS_OBJECT = 2;\n\t */\n\tINVALID_GAS_OBJECT = 2,\n\t/**\n\t * Invariant violation.\n\t *\n\t * @generated from protobuf enum value: INVARIANT_VIOLATION = 3;\n\t */\n\tINVARIANT_VIOLATION = 3,\n\t/**\n\t * Attempted to use feature that is not supported yet.\n\t *\n\t * @generated from protobuf enum value: FEATURE_NOT_YET_SUPPORTED = 4;\n\t */\n\tFEATURE_NOT_YET_SUPPORTED = 4,\n\t/**\n\t * Move object is larger than the maximum allowed size.\n\t *\n\t * @generated from protobuf enum value: OBJECT_TOO_BIG = 5;\n\t */\n\tOBJECT_TOO_BIG = 5,\n\t/**\n\t * Package is larger than the maximum allowed size.\n\t *\n\t * @generated from protobuf enum value: PACKAGE_TOO_BIG = 6;\n\t */\n\tPACKAGE_TOO_BIG = 6,\n\t/**\n\t * Circular object ownership.\n\t *\n\t * @generated from protobuf enum value: CIRCULAR_OBJECT_OWNERSHIP = 7;\n\t */\n\tCIRCULAR_OBJECT_OWNERSHIP = 7,\n\t/**\n\t * Insufficient coin balance for requested operation.\n\t *\n\t * @generated from protobuf enum value: INSUFFICIENT_COIN_BALANCE = 8;\n\t */\n\tINSUFFICIENT_COIN_BALANCE = 8,\n\t/**\n\t * Coin balance overflowed an u64.\n\t *\n\t * @generated from protobuf enum value: COIN_BALANCE_OVERFLOW = 9;\n\t */\n\tCOIN_BALANCE_OVERFLOW = 9,\n\t/**\n\t * Publish error, non-zero address.\n\t * The modules in the package must have their self-addresses set to zero.\n\t *\n\t * @generated from protobuf enum value: PUBLISH_ERROR_NON_ZERO_ADDRESS = 10;\n\t */\n\tPUBLISH_ERROR_NON_ZERO_ADDRESS = 10,\n\t/**\n\t * Sui Move bytecode verification error.\n\t *\n\t * @generated from protobuf enum value: SUI_MOVE_VERIFICATION_ERROR = 11;\n\t */\n\tSUI_MOVE_VERIFICATION_ERROR = 11,\n\t/**\n\t * Error from a non-abort instruction.\n\t * Possible causes:\n\t * Arithmetic error, stack overflow, max value depth, or similar.\n\t *\n\t * @generated from protobuf enum value: MOVE_PRIMITIVE_RUNTIME_ERROR = 12;\n\t */\n\tMOVE_PRIMITIVE_RUNTIME_ERROR = 12,\n\t/**\n\t * Move runtime abort.\n\t *\n\t * @generated from protobuf enum value: MOVE_ABORT = 13;\n\t */\n\tMOVE_ABORT = 13,\n\t/**\n\t * Bytecode verification error.\n\t *\n\t * @generated from protobuf enum value: VM_VERIFICATION_OR_DESERIALIZATION_ERROR = 14;\n\t */\n\tVM_VERIFICATION_OR_DESERIALIZATION_ERROR = 14,\n\t/**\n\t * MoveVm invariant violation.\n\t *\n\t * @generated from protobuf enum value: VM_INVARIANT_VIOLATION = 15;\n\t */\n\tVM_INVARIANT_VIOLATION = 15,\n\t/**\n\t * Function not found.\n\t *\n\t * @generated from protobuf enum value: FUNCTION_NOT_FOUND = 16;\n\t */\n\tFUNCTION_NOT_FOUND = 16,\n\t/**\n\t * Parity mismatch for Move function.\n\t * The number of arguments does not match the number of parameters.\n\t *\n\t * @generated from protobuf enum value: ARITY_MISMATCH = 17;\n\t */\n\tARITY_MISMATCH = 17,\n\t/**\n\t * Type parity mismatch for Move function.\n\t * Mismatch between the number of actual versus expected type arguments.\n\t *\n\t * @generated from protobuf enum value: TYPE_ARITY_MISMATCH = 18;\n\t */\n\tTYPE_ARITY_MISMATCH = 18,\n\t/**\n\t * Non-entry function invoked. Move Call must start with an entry function.\n\t *\n\t * @generated from protobuf enum value: NON_ENTRY_FUNCTION_INVOKED = 19;\n\t */\n\tNON_ENTRY_FUNCTION_INVOKED = 19,\n\t/**\n\t * Invalid command argument.\n\t *\n\t * @generated from protobuf enum value: COMMAND_ARGUMENT_ERROR = 20;\n\t */\n\tCOMMAND_ARGUMENT_ERROR = 20,\n\t/**\n\t * Type argument error.\n\t *\n\t * @generated from protobuf enum value: TYPE_ARGUMENT_ERROR = 21;\n\t */\n\tTYPE_ARGUMENT_ERROR = 21,\n\t/**\n\t * Unused result without the drop ability.\n\t *\n\t * @generated from protobuf enum value: UNUSED_VALUE_WITHOUT_DROP = 22;\n\t */\n\tUNUSED_VALUE_WITHOUT_DROP = 22,\n\t/**\n\t * Invalid public Move function signature.\n\t * Unsupported return type for return value.\n\t *\n\t * @generated from protobuf enum value: INVALID_PUBLIC_FUNCTION_RETURN_TYPE = 23;\n\t */\n\tINVALID_PUBLIC_FUNCTION_RETURN_TYPE = 23,\n\t/**\n\t * Invalid transfer object, object does not have public transfer.\n\t *\n\t * @generated from protobuf enum value: INVALID_TRANSFER_OBJECT = 24;\n\t */\n\tINVALID_TRANSFER_OBJECT = 24,\n\t/**\n\t * Effects from the transaction are too large.\n\t *\n\t * @generated from protobuf enum value: EFFECTS_TOO_LARGE = 25;\n\t */\n\tEFFECTS_TOO_LARGE = 25,\n\t/**\n\t * Publish or Upgrade is missing dependency.\n\t *\n\t * @generated from protobuf enum value: PUBLISH_UPGRADE_MISSING_DEPENDENCY = 26;\n\t */\n\tPUBLISH_UPGRADE_MISSING_DEPENDENCY = 26,\n\t/**\n\t * Publish or upgrade dependency downgrade.\n\t *\n\t * Indirect (transitive) dependency of published or upgraded package has been assigned an\n\t * on-chain version that is less than the version required by one of the package's\n\t * transitive dependencies.\n\t *\n\t * @generated from protobuf enum value: PUBLISH_UPGRADE_DEPENDENCY_DOWNGRADE = 27;\n\t */\n\tPUBLISH_UPGRADE_DEPENDENCY_DOWNGRADE = 27,\n\t/**\n\t * Invalid package upgrade.\n\t *\n\t * @generated from protobuf enum value: PACKAGE_UPGRADE_ERROR = 28;\n\t */\n\tPACKAGE_UPGRADE_ERROR = 28,\n\t/**\n\t * Indicates the transaction tried to write objects too large to storage.\n\t *\n\t * @generated from protobuf enum value: WRITTEN_OBJECTS_TOO_LARGE = 29;\n\t */\n\tWRITTEN_OBJECTS_TOO_LARGE = 29,\n\t/**\n\t * Certificate is on the deny list.\n\t *\n\t * @generated from protobuf enum value: CERTIFICATE_DENIED = 30;\n\t */\n\tCERTIFICATE_DENIED = 30,\n\t/**\n\t * Sui Move bytecode verification timed out.\n\t *\n\t * @generated from protobuf enum value: SUI_MOVE_VERIFICATION_TIMEDOUT = 31;\n\t */\n\tSUI_MOVE_VERIFICATION_TIMEDOUT = 31,\n\t/**\n\t * The requested consensus object operation is not allowed.\n\t *\n\t * @generated from protobuf enum value: CONSENSUS_OBJECT_OPERATION_NOT_ALLOWED = 32;\n\t */\n\tCONSENSUS_OBJECT_OPERATION_NOT_ALLOWED = 32,\n\t/**\n\t * Requested consensus object has been deleted.\n\t *\n\t * @generated from protobuf enum value: INPUT_OBJECT_DELETED = 33;\n\t */\n\tINPUT_OBJECT_DELETED = 33,\n\t/**\n\t * Certificate is canceled due to congestion on consensus objects.\n\t *\n\t * @generated from protobuf enum value: EXECUTION_CANCELED_DUE_TO_CONSENSUS_OBJECT_CONGESTION = 34;\n\t */\n\tEXECUTION_CANCELED_DUE_TO_CONSENSUS_OBJECT_CONGESTION = 34,\n\t/**\n\t * Address is denied for this coin type.\n\t *\n\t * @generated from protobuf enum value: ADDRESS_DENIED_FOR_COIN = 35;\n\t */\n\tADDRESS_DENIED_FOR_COIN = 35,\n\t/**\n\t * Coin type is globally paused for use.\n\t *\n\t * @generated from protobuf enum value: COIN_TYPE_GLOBAL_PAUSE = 36;\n\t */\n\tCOIN_TYPE_GLOBAL_PAUSE = 36,\n\t/**\n\t * Certificate is canceled because randomness could not be generated this epoch.\n\t *\n\t * @generated from protobuf enum value: EXECUTION_CANCELED_DUE_TO_RANDOMNESS_UNAVAILABLE = 37;\n\t */\n\tEXECUTION_CANCELED_DUE_TO_RANDOMNESS_UNAVAILABLE = 37,\n\t/**\n\t * Move vector element (passed to MakeMoveVec) with size {value_size} is larger \\\n\t * than the maximum size {max_scaled_size}. Note that this maximum is scaled based on the \\\n\t * type of the vector element.\n\t *\n\t * @generated from protobuf enum value: MOVE_VECTOR_ELEM_TOO_BIG = 38;\n\t */\n\tMOVE_VECTOR_ELEM_TOO_BIG = 38,\n\t/**\n\t * Move value (possibly an upgrade ticket or a dev-inspect value) with size {value_size} \\\n\t * is larger than the maximum size {max_scaled_size}. Note that this maximum is scaled based \\\n\t * on the type of the value.\n\t *\n\t * @generated from protobuf enum value: MOVE_RAW_VALUE_TOO_BIG = 39;\n\t */\n\tMOVE_RAW_VALUE_TOO_BIG = 39,\n\t/**\n\t * A valid linkage was unable to be determined for the transaction or one of its commands.\n\t *\n\t * @generated from protobuf enum value: INVALID_LINKAGE = 40;\n\t */\n\tINVALID_LINKAGE = 40,\n\t/**\n\t * Insufficient funds for transaction withdrawal\n\t *\n\t * @generated from protobuf enum value: INSUFFICIENT_FUNDS_FOR_WITHDRAW = 41;\n\t */\n\tINSUFFICIENT_FUNDS_FOR_WITHDRAW = 41,\n\t/**\n\t * An input object with non-exclusive write mutability was modified\n\t *\n\t * @generated from protobuf enum value: NON_EXCLUSIVE_WRITE_INPUT_OBJECT_MODIFIED = 42;\n\t */\n\tNON_EXCLUSIVE_WRITE_INPUT_OBJECT_MODIFIED = 42,\n}\n/**\n * @generated from protobuf message sui.rpc.v2.MoveAbort\n */\nexport interface MoveAbort {\n\t/**\n\t * @generated from protobuf field: optional uint64 abort_code = 1;\n\t */\n\tabortCode?: bigint;\n\t/**\n\t * Location in Move where the error occurred.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.MoveLocation location = 2;\n\t */\n\tlocation?: MoveLocation;\n\t/**\n\t * Extra error information if abort code is a \"Clever Error\"\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.CleverError clever_error = 3;\n\t */\n\tcleverError?: CleverError;\n}\n/**\n * Location in Move bytecode where an error occurred.\n *\n * @generated from protobuf message sui.rpc.v2.MoveLocation\n */\nexport interface MoveLocation {\n\t/**\n\t * The package ID.\n\t *\n\t * @generated from protobuf field: optional string package = 1;\n\t */\n\tpackage?: string;\n\t/**\n\t * The module name.\n\t *\n\t * @generated from protobuf field: optional string module = 2;\n\t */\n\tmodule?: string;\n\t/**\n\t * The function index.\n\t *\n\t * @generated from protobuf field: optional uint32 function = 3;\n\t */\n\tfunction?: number;\n\t/**\n\t * Offset of the instruction where the error occurred.\n\t *\n\t * @generated from protobuf field: optional uint32 instruction = 4;\n\t */\n\tinstruction?: number;\n\t/**\n\t * The name of the function, if available.\n\t *\n\t * @generated from protobuf field: optional string function_name = 5;\n\t */\n\tfunctionName?: string;\n}\n/**\n * @generated from protobuf message sui.rpc.v2.CleverError\n */\nexport interface CleverError {\n\t/**\n\t * @generated from protobuf field: optional uint64 error_code = 1;\n\t */\n\terrorCode?: bigint;\n\t/**\n\t * @generated from protobuf field: optional uint64 line_number = 2;\n\t */\n\tlineNumber?: bigint;\n\t/**\n\t * @generated from protobuf field: optional string constant_name = 3;\n\t */\n\tconstantName?: string;\n\t/**\n\t * @generated from protobuf field: optional string constant_type = 4;\n\t */\n\tconstantType?: string;\n\t/**\n\t * @generated from protobuf oneof: value\n\t */\n\tvalue:\n\t\t| {\n\t\t\t\toneofKind: 'rendered';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: string rendered = 5;\n\t\t\t\t */\n\t\t\t\trendered: string;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'raw';\n\t\t\t\t/**\n\t\t\t\t * @generated from protobuf field: bytes raw = 6;\n\t\t\t\t */\n\t\t\t\traw: Uint8Array;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: undefined;\n\t\t };\n}\n/**\n * A size error.\n *\n * @generated from protobuf message sui.rpc.v2.SizeError\n */\nexport interface SizeError {\n\t/**\n\t * The offending size.\n\t *\n\t * @generated from protobuf field: optional uint64 size = 1;\n\t */\n\tsize?: bigint;\n\t/**\n\t * The maximum allowable size.\n\t *\n\t * @generated from protobuf field: optional uint64 max_size = 2;\n\t */\n\tmaxSize?: bigint;\n}\n/**\n * @generated from protobuf message sui.rpc.v2.IndexError\n */\nexport interface IndexError {\n\t/**\n\t * Index of an input or result.\n\t *\n\t * @generated from protobuf field: optional uint32 index = 1;\n\t */\n\tindex?: number;\n\t/**\n\t * Index of a subresult.\n\t *\n\t * @generated from protobuf field: optional uint32 subresult = 2;\n\t */\n\tsubresult?: number;\n}\n/**\n * @generated from protobuf message sui.rpc.v2.CoinDenyListError\n */\nexport interface CoinDenyListError {\n\t/**\n\t * Denied address.\n\t *\n\t * @generated from protobuf field: optional string address = 1;\n\t */\n\taddress?: string;\n\t/**\n\t * Coin type.\n\t *\n\t * @generated from protobuf field: optional string coin_type = 2;\n\t */\n\tcoinType?: string;\n}\n/**\n * Set of objects that were congested, leading to the transaction's cancellation.\n *\n * @generated from protobuf message sui.rpc.v2.CongestedObjects\n */\nexport interface CongestedObjects {\n\t/**\n\t * @generated from protobuf field: repeated string objects = 1;\n\t */\n\tobjects: string[];\n}\n/**\n * An error with an argument to a command.\n *\n * @generated from protobuf message sui.rpc.v2.CommandArgumentError\n */\nexport interface CommandArgumentError {\n\t/**\n\t * Position of the problematic argument.\n\t *\n\t * @generated from protobuf field: optional uint32 argument = 1;\n\t */\n\targument?: number;\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.CommandArgumentError.CommandArgumentErrorKind kind = 2;\n\t */\n\tkind?: CommandArgumentError_CommandArgumentErrorKind;\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.IndexError index_error = 3;\n\t */\n\tindexError?: IndexError;\n}\n/**\n * @generated from protobuf enum sui.rpc.v2.CommandArgumentError.CommandArgumentErrorKind\n */\nexport enum CommandArgumentError_CommandArgumentErrorKind {\n\t/**\n\t * @generated from protobuf enum value: COMMAND_ARGUMENT_ERROR_KIND_UNKNOWN = 0;\n\t */\n\tCOMMAND_ARGUMENT_ERROR_KIND_UNKNOWN = 0,\n\t/**\n\t * The type of the value does not match the expected type.\n\t *\n\t * @generated from protobuf enum value: TYPE_MISMATCH = 1;\n\t */\n\tTYPE_MISMATCH = 1,\n\t/**\n\t * The argument cannot be deserialized into a value of the specified type.\n\t *\n\t * @generated from protobuf enum value: INVALID_BCS_BYTES = 2;\n\t */\n\tINVALID_BCS_BYTES = 2,\n\t/**\n\t * The argument cannot be instantiated from raw bytes.\n\t *\n\t * @generated from protobuf enum value: INVALID_USAGE_OF_PURE_ARGUMENT = 3;\n\t */\n\tINVALID_USAGE_OF_PURE_ARGUMENT = 3,\n\t/**\n\t * Invalid argument to private entry function.\n\t * Private entry functions cannot take arguments from other Move functions.\n\t *\n\t * @generated from protobuf enum value: INVALID_ARGUMENT_TO_PRIVATE_ENTRY_FUNCTION = 4;\n\t */\n\tINVALID_ARGUMENT_TO_PRIVATE_ENTRY_FUNCTION = 4,\n\t/**\n\t * Out of bounds access to input or results.\n\t *\n\t * `index` field will be set indicating the invalid index value.\n\t *\n\t * @generated from protobuf enum value: INDEX_OUT_OF_BOUNDS = 5;\n\t */\n\tINDEX_OUT_OF_BOUNDS = 5,\n\t/**\n\t * Out of bounds access to subresult.\n\t *\n\t * `index` and `subresult` fields will be set indicating the invalid index value.\n\t *\n\t * @generated from protobuf enum value: SECONDARY_INDEX_OUT_OF_BOUNDS = 6;\n\t */\n\tSECONDARY_INDEX_OUT_OF_BOUNDS = 6,\n\t/**\n\t * Invalid usage of result.\n\t * Expected a single result but found either no return value or multiple.\n\t * `index` field will be set indicating the invalid index value.\n\t *\n\t * @generated from protobuf enum value: INVALID_RESULT_ARITY = 7;\n\t */\n\tINVALID_RESULT_ARITY = 7,\n\t/**\n\t * Invalid usage of gas coin.\n\t * The gas coin can only be used by-value with a `TransferObject` command.\n\t *\n\t * @generated from protobuf enum value: INVALID_GAS_COIN_USAGE = 8;\n\t */\n\tINVALID_GAS_COIN_USAGE = 8,\n\t/**\n\t * Invalid usage of Move value.\n\t * - Mutably borrowed values require unique usage.\n\t * - Immutably borrowed values cannot be taken or borrowed mutably.\n\t * - Taken values cannot be used again.\n\t *\n\t * @generated from protobuf enum value: INVALID_VALUE_USAGE = 9;\n\t */\n\tINVALID_VALUE_USAGE = 9,\n\t/**\n\t * Immutable objects cannot be passed by-value.\n\t *\n\t * @generated from protobuf enum value: INVALID_OBJECT_BY_VALUE = 10;\n\t */\n\tINVALID_OBJECT_BY_VALUE = 10,\n\t/**\n\t * Immutable objects cannot be passed by mutable reference, `&mut`.\n\t *\n\t * @generated from protobuf enum value: INVALID_OBJECT_BY_MUT_REF = 11;\n\t */\n\tINVALID_OBJECT_BY_MUT_REF = 11,\n\t/**\n\t * Consensus object operations such as wrapping, freezing, or converting to owned are not\n\t * allowed.\n\t *\n\t * @generated from protobuf enum value: CONSENSUS_OBJECT_OPERATION_NOT_ALLOWED = 12;\n\t */\n\tCONSENSUS_OBJECT_OPERATION_NOT_ALLOWED = 12,\n\t/**\n\t * Invalid argument arity. Expected a single argument but found a result that expanded to\n\t * multiple arguments.\n\t *\n\t * @generated from protobuf enum value: INVALID_ARGUMENT_ARITY = 13;\n\t */\n\tINVALID_ARGUMENT_ARITY = 13,\n\t/**\n\t * Object passed to TransferObject does not have public transfer, i.e. the `store` ability\n\t *\n\t * @generated from protobuf enum value: INVALID_TRANSFER_OBJECT = 14;\n\t */\n\tINVALID_TRANSFER_OBJECT = 14,\n\t/**\n\t * First argument to MakeMoveVec is not an object. If no type is specified for MakeMoveVec,\n\t * all arguments must be the same object type.\n\t *\n\t * @generated from protobuf enum value: INVALID_MAKE_MOVE_VEC_NON_OBJECT_ARGUMENT = 15;\n\t */\n\tINVALID_MAKE_MOVE_VEC_NON_OBJECT_ARGUMENT = 15,\n\t/**\n\t * Specified argument location does not have a value and cannot be used\n\t *\n\t * @generated from protobuf enum value: ARGUMENT_WITHOUT_VALUE = 16;\n\t */\n\tARGUMENT_WITHOUT_VALUE = 16,\n\t/**\n\t * Cannot move a borrowed value. The value's type does resulted in this argument usage being\n\t * inferred as a move. This is likely due to the type not having the `copy` ability; although\n\t * in rare cases, it could also be this is the last usage of a value without the `drop`\n\t * ability.\n\t *\n\t * @generated from protobuf enum value: CANNOT_MOVE_BORROWED_VALUE = 17;\n\t */\n\tCANNOT_MOVE_BORROWED_VALUE = 17,\n\t/**\n\t * Cannot write to an argument location that is still borrowed, and where that borrow is an\n\t * extension of that reference. This is likely due to this argument being used in a Move call\n\t * that returns a reference, and that reference is used in a later command.\n\t *\n\t * @generated from protobuf enum value: CANNOT_WRITE_TO_EXTENDED_REFERENCE = 18;\n\t */\n\tCANNOT_WRITE_TO_EXTENDED_REFERENCE = 18,\n\t/**\n\t * The argument specified cannot be used as a reference argument in the Move call. Either the\n\t * argument is a mutable reference and it conflicts with another argument to the call, or the\n\t * argument is mutable and another reference extends it and will be used in a later command.\n\t *\n\t * @generated from protobuf enum value: INVALID_REFERENCE_ARGUMENT = 19;\n\t */\n\tINVALID_REFERENCE_ARGUMENT = 19,\n\t/**\n\t * Invalid usage of TxContext in the function signature. TxContext can only be used by\n\t * reference, `&TxContext` or `&mut TxContext`. If used mutably, it must be the only\n\t * TxContext parameter, and TxContext can never be returned from a Move call.\n\t *\n\t * @generated from protobuf enum value: INVALID_TX_CONTEXT = 20;\n\t */\n\tINVALID_TX_CONTEXT = 20,\n}\n/**\n * An error with upgrading a package.\n *\n * @generated from protobuf message sui.rpc.v2.PackageUpgradeError\n */\nexport interface PackageUpgradeError {\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.PackageUpgradeError.PackageUpgradeErrorKind kind = 1;\n\t */\n\tkind?: PackageUpgradeError_PackageUpgradeErrorKind;\n\t/**\n\t * The Package Id.\n\t *\n\t * @generated from protobuf field: optional string package_id = 2;\n\t */\n\tpackageId?: string;\n\t/**\n\t * A digest.\n\t *\n\t * @generated from protobuf field: optional string digest = 3;\n\t */\n\tdigest?: string;\n\t/**\n\t * The policy.\n\t *\n\t * @generated from protobuf field: optional uint32 policy = 4;\n\t */\n\tpolicy?: number;\n\t/**\n\t * The ticket Id.\n\t *\n\t * @generated from protobuf field: optional string ticket_id = 5;\n\t */\n\tticketId?: string;\n}\n/**\n * @generated from protobuf enum sui.rpc.v2.PackageUpgradeError.PackageUpgradeErrorKind\n */\nexport enum PackageUpgradeError_PackageUpgradeErrorKind {\n\t/**\n\t * @generated from protobuf enum value: PACKAGE_UPGRADE_ERROR_KIND_UNKNOWN = 0;\n\t */\n\tPACKAGE_UPGRADE_ERROR_KIND_UNKNOWN = 0,\n\t/**\n\t * Unable to fetch package.\n\t *\n\t * @generated from protobuf enum value: UNABLE_TO_FETCH_PACKAGE = 1;\n\t */\n\tUNABLE_TO_FETCH_PACKAGE = 1,\n\t/**\n\t * Object is not a package.\n\t *\n\t * @generated from protobuf enum value: NOT_A_PACKAGE = 2;\n\t */\n\tNOT_A_PACKAGE = 2,\n\t/**\n\t * Package upgrade is incompatible with previous version.\n\t *\n\t * @generated from protobuf enum value: INCOMPATIBLE_UPGRADE = 3;\n\t */\n\tINCOMPATIBLE_UPGRADE = 3,\n\t/**\n\t * Digest in upgrade ticket and computed digest differ.\n\t *\n\t * @generated from protobuf enum value: DIGEST_DOES_NOT_MATCH = 4;\n\t */\n\tDIGEST_DOES_NOT_MATCH = 4,\n\t/**\n\t * Upgrade policy is not valid.\n\t *\n\t * @generated from protobuf enum value: UNKNOWN_UPGRADE_POLICY = 5;\n\t */\n\tUNKNOWN_UPGRADE_POLICY = 5,\n\t/**\n\t * Package ID does not match `PackageId` in upgrade ticket.\n\t *\n\t * @generated from protobuf enum value: PACKAGE_ID_DOES_NOT_MATCH = 6;\n\t */\n\tPACKAGE_ID_DOES_NOT_MATCH = 6,\n}\n/**\n * Type argument error.\n *\n * @generated from protobuf message sui.rpc.v2.TypeArgumentError\n */\nexport interface TypeArgumentError {\n\t/**\n\t * Index of the problematic type argument.\n\t *\n\t * @generated from protobuf field: optional uint32 type_argument = 1;\n\t */\n\ttypeArgument?: number;\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.TypeArgumentError.TypeArgumentErrorKind kind = 2;\n\t */\n\tkind?: TypeArgumentError_TypeArgumentErrorKind;\n}\n/**\n * @generated from protobuf enum sui.rpc.v2.TypeArgumentError.TypeArgumentErrorKind\n */\nexport enum TypeArgumentError_TypeArgumentErrorKind {\n\t/**\n\t * @generated from protobuf enum value: TYPE_ARGUMENT_ERROR_KIND_UNKNOWN = 0;\n\t */\n\tTYPE_ARGUMENT_ERROR_KIND_UNKNOWN = 0,\n\t/**\n\t * A type was not found in the module specified.\n\t *\n\t * @generated from protobuf enum value: TYPE_NOT_FOUND = 1;\n\t */\n\tTYPE_NOT_FOUND = 1,\n\t/**\n\t * A type provided did not match the specified constraint.\n\t *\n\t * @generated from protobuf enum value: CONSTRAINT_NOT_SATISFIED = 2;\n\t */\n\tCONSTRAINT_NOT_SATISFIED = 2,\n}\n// @generated message type with reflection information, may provide speed optimized methods\nclass ExecutionStatus$Type extends MessageType<ExecutionStatus> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ExecutionStatus', [\n\t\t\t{ no: 1, name: 'success', kind: 'scalar', opt: true, T: 8 /*ScalarType.BOOL*/ },\n\t\t\t{ no: 2, name: 'error', kind: 'message', T: () => ExecutionError },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ExecutionStatus\n */\nexport const ExecutionStatus = new ExecutionStatus$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ExecutionError$Type extends MessageType<ExecutionError> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ExecutionError', [\n\t\t\t{ no: 1, name: 'description', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'command',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'sui.rpc.v2.ExecutionError.ExecutionErrorKind',\n\t\t\t\t\tExecutionError_ExecutionErrorKind,\n\t\t\t\t],\n\t\t\t},\n\t\t\t{ no: 4, name: 'abort', kind: 'message', oneof: 'errorDetails', T: () => MoveAbort },\n\t\t\t{ no: 5, name: 'size_error', kind: 'message', oneof: 'errorDetails', T: () => SizeError },\n\t\t\t{\n\t\t\t\tno: 6,\n\t\t\t\tname: 'command_argument_error',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => CommandArgumentError,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 7,\n\t\t\t\tname: 'type_argument_error',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => TypeArgumentError,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 8,\n\t\t\t\tname: 'package_upgrade_error',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => PackageUpgradeError,\n\t\t\t},\n\t\t\t{ no: 9, name: 'index_error', kind: 'message', oneof: 'errorDetails', T: () => IndexError },\n\t\t\t{\n\t\t\t\tno: 10,\n\t\t\t\tname: 'object_id',\n\t\t\t\tkind: 'scalar',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 11,\n\t\t\t\tname: 'coin_deny_list_error',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => CoinDenyListError,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 12,\n\t\t\t\tname: 'congested_objects',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'errorDetails',\n\t\t\t\tT: () => CongestedObjects,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ExecutionError\n */\nexport const ExecutionError = new ExecutionError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass MoveAbort$Type extends MessageType<MoveAbort> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.MoveAbort', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'abort_code',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{ no: 2, name: 'location', kind: 'message', T: () => MoveLocation },\n\t\t\t{ no: 3, name: 'clever_error', kind: 'message', T: () => CleverError },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.MoveAbort\n */\nexport const MoveAbort = new MoveAbort$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass MoveLocation$Type extends MessageType<MoveLocation> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.MoveLocation', [\n\t\t\t{ no: 1, name: 'package', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 2, name: 'module', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 3, name: 'function', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{ no: 4, name: 'instruction', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{ no: 5, name: 'function_name', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.MoveLocation\n */\nexport const MoveLocation = new MoveLocation$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CleverError$Type extends MessageType<CleverError> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.CleverError', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'error_code',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'line_number',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{ no: 3, name: 'constant_name', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 4, name: 'constant_type', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 5, name: 'rendered', kind: 'scalar', oneof: 'value', T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 6, name: 'raw', kind: 'scalar', oneof: 'value', T: 12 /*ScalarType.BYTES*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.CleverError\n */\nexport const CleverError = new CleverError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass SizeError$Type extends MessageType<SizeError> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.SizeError', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'size',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'max_size',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.SizeError\n */\nexport const SizeError = new SizeError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass IndexError$Type extends MessageType<IndexError> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.IndexError', [\n\t\t\t{ no: 1, name: 'index', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{ no: 2, name: 'subresult', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.IndexError\n */\nexport const IndexError = new IndexError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CoinDenyListError$Type extends MessageType<CoinDenyListError> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.CoinDenyListError', [\n\t\t\t{ no: 1, name: 'address', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 2, name: 'coin_type', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.CoinDenyListError\n */\nexport const CoinDenyListError = new CoinDenyListError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CongestedObjects$Type extends MessageType<CongestedObjects> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.CongestedObjects', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'objects',\n\t\t\t\tkind: 'scalar',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.CongestedObjects\n */\nexport const CongestedObjects = new CongestedObjects$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CommandArgumentError$Type extends MessageType<CommandArgumentError> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.CommandArgumentError', [\n\t\t\t{ no: 1, name: 'argument', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'sui.rpc.v2.CommandArgumentError.CommandArgumentErrorKind',\n\t\t\t\t\tCommandArgumentError_CommandArgumentErrorKind,\n\t\t\t\t],\n\t\t\t},\n\t\t\t{ no: 3, name: 'index_error', kind: 'message', T: () => IndexError },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.CommandArgumentError\n */\nexport const CommandArgumentError = new CommandArgumentError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass PackageUpgradeError$Type extends MessageType<PackageUpgradeError> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.PackageUpgradeError', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'sui.rpc.v2.PackageUpgradeError.PackageUpgradeErrorKind',\n\t\t\t\t\tPackageUpgradeError_PackageUpgradeErrorKind,\n\t\t\t\t],\n\t\t\t},\n\t\t\t{ no: 2, name: 'package_id', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 3, name: 'digest', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 4, name: 'policy', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{ no: 5, name: 'ticket_id', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.PackageUpgradeError\n */\nexport const PackageUpgradeError = new PackageUpgradeError$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass TypeArgumentError$Type extends MessageType<TypeArgumentError> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.TypeArgumentError', [\n\t\t\t{ no: 1, name: 'type_argument', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'sui.rpc.v2.TypeArgumentError.TypeArgumentErrorKind',\n\t\t\t\t\tTypeArgumentError_TypeArgumentErrorKind,\n\t\t\t\t],\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.TypeArgumentError\n */\nexport const TypeArgumentError = new TypeArgumentError$Type();\n"],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  import { BatchGetObjectsRequest, BatchGetObjectsResponse, BatchGetTransactionsRequest, BatchGetTransactionsResponse, GetCheckpointRequest, GetCheckpointResponse, GetEpochRequest, GetEpochResponse, GetObjectRequest, GetObjectResponse, GetServiceInfoRequest, GetServiceInfoResponse, GetTransactionRequest, GetTransactionResponse, ListCheckpointsRequest, ListCheckpointsResponse, ListEventsRequest, ListEventsResponse, ListTransactionsRequest, ListTransactionsResponse } from "./ledger_service.mjs";
2
- import * as _protobuf_ts_runtime5 from "@protobuf-ts/runtime";
3
- import * as _protobuf_ts_runtime_rpc5 from "@protobuf-ts/runtime-rpc";
2
+ import * as _protobuf_ts_runtime0 from "@protobuf-ts/runtime";
3
+ import * as _protobuf_ts_runtime_rpc0 from "@protobuf-ts/runtime-rpc";
4
4
  import { RpcOptions, RpcTransport, ServerStreamingCall, ServiceInfo, UnaryCall } from "@protobuf-ts/runtime-rpc";
5
5
 
6
6
  //#region src/grpc/proto/sui/rpc/v2/ledger_service.client.d.ts
@@ -73,9 +73,9 @@ interface ILedgerServiceClient {
73
73
  declare class LedgerServiceClient implements ILedgerServiceClient, ServiceInfo {
74
74
  private readonly _transport;
75
75
  typeName: string;
76
- methods: _protobuf_ts_runtime_rpc5.MethodInfo<any, any>[];
76
+ methods: _protobuf_ts_runtime_rpc0.MethodInfo<any, any>[];
77
77
  options: {
78
- [extensionName: string]: _protobuf_ts_runtime5.JsonValue;
78
+ [extensionName: string]: _protobuf_ts_runtime0.JsonValue;
79
79
  };
80
80
  constructor(_transport: RpcTransport);
81
81
  /**
@@ -1,6 +1,6 @@
1
1
  import { GetDatatypeRequest, GetDatatypeResponse, GetFunctionRequest, GetFunctionResponse, GetPackageRequest, GetPackageResponse, ListPackageVersionsRequest, ListPackageVersionsResponse } from "./move_package_service.mjs";
2
- import * as _protobuf_ts_runtime1 from "@protobuf-ts/runtime";
3
- import * as _protobuf_ts_runtime_rpc1 from "@protobuf-ts/runtime-rpc";
2
+ import * as _protobuf_ts_runtime2 from "@protobuf-ts/runtime";
3
+ import * as _protobuf_ts_runtime_rpc2 from "@protobuf-ts/runtime-rpc";
4
4
  import { RpcOptions, RpcTransport, ServiceInfo, UnaryCall } from "@protobuf-ts/runtime-rpc";
5
5
 
6
6
  //#region src/grpc/proto/sui/rpc/v2/move_package_service.client.d.ts
@@ -31,9 +31,9 @@ interface IMovePackageServiceClient {
31
31
  declare class MovePackageServiceClient implements IMovePackageServiceClient, ServiceInfo {
32
32
  private readonly _transport;
33
33
  typeName: string;
34
- methods: _protobuf_ts_runtime_rpc1.MethodInfo<any, any>[];
34
+ methods: _protobuf_ts_runtime_rpc2.MethodInfo<any, any>[];
35
35
  options: {
36
- [extensionName: string]: _protobuf_ts_runtime1.JsonValue;
36
+ [extensionName: string]: _protobuf_ts_runtime2.JsonValue;
37
37
  };
38
38
  constructor(_transport: RpcTransport);
39
39
  /**