iota-sdk
Types
| Name | Summary |
|---|---|
| Address | open class Address : Disposable, AutoCloseable, AddressInterface Unique identifier for an Account on the IOTA blockchain. |
| AddressInterface | interface AddressInterface Unique identifier for an Account on the IOTA blockchain. |
| Alias | open class Alias : Disposable, AutoCloseable, AliasInterface A typed view of an on-chain 0x107a::alias::Alias object. |
| AliasInterface | interface AliasInterface A typed view of an on-chain 0x107a::alias::Alias object. |
| AliasOutput | open class AliasOutput : Disposable, AutoCloseable, AliasOutputInterface A typed view of an on-chain 0x107a::alias_output::AliasOutput<IOTA> object. |
| AliasOutputInterface | interface AliasOutputInterface A typed view of an on-chain 0x107a::alias_output::AliasOutput<IOTA> object. |
| Argument | open class Argument : Disposable, AutoCloseable, ArgumentInterface An argument to a programmable transaction command |
| ArgumentInterface | interface ArgumentInterface An argument to a programmable transaction command |
| AuthenticatorFunctionRef | data class AuthenticatorFunctionRef(var package: ObjectId, var moduleName: String, var functionName: String) : Disposable A reference to an authenticator function ( 0x2::authenticator_function::AuthenticatorFunctionRefV1), carried by the account-abstraction events. |
| AuthenticatorFunctionRefV1Rotated | open class AuthenticatorFunctionRefV1Rotated : Disposable, AutoCloseable, AuthenticatorFunctionRefV1RotatedInterface A typed view of a 0x2::account::AuthenticatorFunctionRefV1Rotated. |
| AuthenticatorFunctionRefV1RotatedInterface | interface AuthenticatorFunctionRefV1RotatedInterface A typed view of a 0x2::account::AuthenticatorFunctionRefV1Rotated. |
| AuthenticatorMetadataV1 | data class AuthenticatorMetadataV1(var functionName: String, var accountType: String) An authenticator function declared by a module ( 0x2::package_metadata::AuthenticatorMetadataV1). |
| Base64 | typealias Base64 = String Typealias from the type name used in the UDL file to the builtin type. This is needed because the UDL type name is used in function/method signatures. It's also what we have an external type that references a custom type. |
| BasicOutput | open class BasicOutput : Disposable, AutoCloseable, BasicOutputInterface A typed view of an on-chain 0x107a::basic_output::BasicOutput<IOTA> object. |
| BasicOutputInterface | interface BasicOutputInterface A typed view of an on-chain 0x107a::basic_output::BasicOutput<IOTA> object. |
| BatchSendStatus | data class BatchSendStatus(var status: BatchSendStatusType, var transferredGasObjects: FaucetReceipt?) : Disposable |
| BatchSendStatusType | enum BatchSendStatusType : Enum<BatchSendStatusType> |
| Bls12381PrivateKey | open class Bls12381PrivateKey : Disposable, AutoCloseable, Bls12381PrivateKeyInterface |
| Bls12381PrivateKeyInterface | interface Bls12381PrivateKeyInterface |
| Bls12381PublicKey | open class Bls12381PublicKey : Disposable, AutoCloseable, Bls12381PublicKeyInterface A bls12381 min-sig public key. |
| Bls12381PublicKeyInterface | interface Bls12381PublicKeyInterface A bls12381 min-sig public key. |
| Bls12381Signature | open class Bls12381Signature : Disposable, AutoCloseable, Bls12381SignatureInterface A bls12381 min-sig signature. |
| Bls12381SignatureInterface | interface Bls12381SignatureInterface A bls12381 min-sig signature. |
| Bls12381VerifyingKey | open class Bls12381VerifyingKey : Disposable, AutoCloseable, Bls12381VerifyingKeyInterface |
| Bls12381VerifyingKeyInterface | interface Bls12381VerifyingKeyInterface |
| BoolSetting | open class BoolSetting : Disposable, AutoCloseable, BoolSettingInterface A typed view of a 0x2::config::Setting<bool> held in a dynamic field of a Config object — the shape used by the deny list for its per-address and global-pause entries. |
| BoolSettingInterface | interface BoolSettingInterface A typed view of a 0x2::config::Setting<bool> held in a dynamic field of a Config object — the shape used by the deny list for its per-address and global-pause entries. |
| CanceledTransaction | open class CanceledTransaction : Disposable, AutoCloseable, CanceledTransactionInterface A transaction that was canceled |
| CanceledTransactionInterface | interface CanceledTransactionInterface A transaction that was canceled |
| CertificateDigest | open class CertificateDigest : Disposable, AutoCloseable, CertificateDigestInterface The digest of a certificate. |
| CertificateDigestInterface | interface CertificateDigestInterface The digest of a certificate. |
| ChangedObject | data class ChangedObject(var objectId: ObjectId, var inputState: ObjectIn, var outputState: ObjectOut, var idOperation: IdOperation) : Disposable Input/output state of an object that was changed during execution |
| ChangeEpoch | open class ChangeEpoch : Disposable, AutoCloseable, ChangeEpochInterface System transaction used to change the epoch |
| ChangeEpochInterface | interface ChangeEpochInterface System transaction used to change the epoch |
| ChangeEpochV2 | open class ChangeEpochV2 : Disposable, AutoCloseable, ChangeEpochV2Interface System transaction used to change the epoch |
| ChangeEpochV2Interface | interface ChangeEpochV2Interface System transaction used to change the epoch |
| ChangeEpochV3 | open class ChangeEpochV3 : Disposable, AutoCloseable, ChangeEpochV3Interface |
| ChangeEpochV3Interface | interface ChangeEpochV3Interface |
| ChangeEpochV4 | open class ChangeEpochV4 : Disposable, AutoCloseable, ChangeEpochV4Interface |
| ChangeEpochV4Interface | interface ChangeEpochV4Interface |
| CheckpointCommitment | open class CheckpointCommitment : Disposable, AutoCloseable, CheckpointCommitmentInterface A commitment made by a checkpoint. |
| CheckpointCommitmentInterface | interface CheckpointCommitmentInterface A commitment made by a checkpoint. |
| CheckpointContents | open class CheckpointContents : Disposable, AutoCloseable, CheckpointContentsInterface The committed to contents of a checkpoint. |
| CheckpointContentsDigest | open class CheckpointContentsDigest : Disposable, AutoCloseable, CheckpointContentsDigestInterface The digest of a CheckpointContents. |
| CheckpointContentsDigestInterface | interface CheckpointContentsDigestInterface The digest of a CheckpointContents. |
| CheckpointContentsInterface | interface CheckpointContentsInterface The committed to contents of a checkpoint. |
| CheckpointContentsV1 | open class CheckpointContentsV1 : Disposable, AutoCloseable, CheckpointContentsV1Interface CheckpointContents are the transactions included in an upcoming checkpoint. They must have already been causally ordered. Since the causal order algorithm is the same among validators, we expect all honest validators to come up with the same order for each checkpoint content. |
| CheckpointContentsV1Interface | interface CheckpointContentsV1Interface CheckpointContents are the transactions included in an upcoming checkpoint. They must have already been causally ordered. Since the causal order algorithm is the same among validators, we expect all honest validators to come up with the same order for each checkpoint content. |
| CheckpointDigest | open class CheckpointDigest : Disposable, AutoCloseable, CheckpointDigestInterface The digest of a CheckpointSummary. |
| CheckpointDigestInterface | interface CheckpointDigestInterface The digest of a CheckpointSummary. |
| CheckpointSummary | open class CheckpointSummary : Disposable, AutoCloseable, CheckpointSummaryInterface A header for a Checkpoint on the IOTA blockchain. |
| CheckpointSummaryInterface | interface CheckpointSummaryInterface A header for a Checkpoint on the IOTA blockchain. |
| CheckpointSummaryPage | data class CheckpointSummaryPage(var pageInfo: PageInfo, var data: List<CheckpointSummary>) : Disposable A page of items returned by the GraphQL server. |
| CheckpointTransactionInfo | open class CheckpointTransactionInfo : Disposable, AutoCloseable, CheckpointTransactionInfoInterface Transaction information committed to in a checkpoint |
| CheckpointTransactionInfoInterface | interface CheckpointTransactionInfoInterface Transaction information committed to in a checkpoint |
| ClientTransactionBuilder | open class ClientTransactionBuilder : Disposable, AutoCloseable, ClientTransactionBuilderInterface A builder for creating transactions which uses a GraphQL client to automatically resolve inputs. Use finish to finalize the transaction data. |
| ClientTransactionBuilderInterface | interface ClientTransactionBuilderInterface A builder for creating transactions which uses a GraphQL client to automatically resolve inputs. Use finish to finalize the transaction data. |
| Clock | open class Clock : Disposable, AutoCloseable, ClockInterface A typed view of the on-chain 0x2::clock::Clock object (the 0x6 singleton carrying the consensus timestamp). |
| ClockInterface | interface ClockInterface A typed view of the on-chain 0x2::clock::Clock object (the 0x6 singleton carrying the consensus timestamp). |
| Coin | open class Coin : Disposable, AutoCloseable, CoinInterface |
| CoinInfo | data class CoinInfo(var amount: ULong, var id: ObjectId, var transferTxDigest: TransactionDigest) : Disposable |
| CoinInterface | interface CoinInterface |
| CoinManaged | open class CoinManaged : Disposable, AutoCloseable, CoinManagedInterface A typed view of a 0x2::coin_manager::CoinManaged. |
| CoinManagedInterface | interface CoinManagedInterface A typed view of a 0x2::coin_manager::CoinManaged. |
| CoinManager | open class CoinManager : Disposable, AutoCloseable, CoinManagerInterface A typed view of an on-chain 0x2::coin_manager::CoinManager<T> object. |
| CoinManagerInterface | interface CoinManagerInterface A typed view of an on-chain 0x2::coin_manager::CoinManager<T> object. |
| CoinManagerMetadataCap | open class CoinManagerMetadataCap : Disposable, AutoCloseable, CoinManagerMetadataCapInterface A typed view of an on-chain 0x2::coin_manager::CoinManagerMetadataCap<T> object. |
| CoinManagerMetadataCapInterface | interface CoinManagerMetadataCapInterface A typed view of an on-chain 0x2::coin_manager::CoinManagerMetadataCap<T> object. |
| CoinManagerTreasuryCap | open class CoinManagerTreasuryCap : Disposable, AutoCloseable, CoinManagerTreasuryCapInterface A typed view of an on-chain 0x2::coin_manager::CoinManagerTreasuryCap<T> object. |
| CoinManagerTreasuryCapInterface | interface CoinManagerTreasuryCapInterface A typed view of an on-chain 0x2::coin_manager::CoinManagerTreasuryCap<T> object. |
| CoinMetadata | data class CoinMetadata(var address: ObjectId, var decimals: Int? = null, var description: String? = null, var iconUrl: String? = null, var name: String? = null, var symbol: String? = null, var supply: ULong? = null, var version: ULong) : Disposable The coin metadata associated with the given coin type. |
| CoinPage | data class CoinPage(var pageInfo: PageInfo, var data: List<Coin>) : Disposable A page of items returned by the GraphQL server. |
| Command | open class Command : Disposable, AutoCloseable, CommandInterface A single command in a programmable transaction. |
| CommandArgumentError | sealed class CommandArgumentError An error with an argument to a command |
| CommandInterface | interface CommandInterface A single command in a programmable transaction. |
| CommitteeValidatorJoinEvent | open class CommitteeValidatorJoinEvent : Disposable, AutoCloseable, CommitteeValidatorJoinEventInterface A typed view of a 0x3::validator_set::CommitteeValidatorJoinEvent. |
| CommitteeValidatorJoinEventInterface | interface CommitteeValidatorJoinEventInterface A typed view of a 0x3::validator_set::CommitteeValidatorJoinEvent. |
| CommitteeValidatorLeaveEvent | open class CommitteeValidatorLeaveEvent : Disposable, AutoCloseable, CommitteeValidatorLeaveEventInterface A typed view of a 0x3::validator_set::CommitteeValidatorLeaveEvent. |
| CommitteeValidatorLeaveEventInterface | interface CommitteeValidatorLeaveEventInterface A typed view of a 0x3::validator_set::CommitteeValidatorLeaveEvent. |
| Config | open class Config : Disposable, AutoCloseable, ConfigInterface A typed view of an on-chain 0x2::config::Config<WriteCap> object, where WriteCap is the phantom type parameter from the Move declaration, not a concrete type. |
| ConfigInterface | interface ConfigInterface A typed view of an on-chain 0x2::config::Config<WriteCap> object, where WriteCap is the phantom type parameter from the Move declaration, not a concrete type. |
| ConfigKey | data class ConfigKey(var perTypeIndex: ULong, var perTypeKey: ByteArray) Key identifying a per-type deny-list config ( 0x2::deny_list::ConfigKey). |
| ConsensusCommitDigest | open class ConsensusCommitDigest : Disposable, AutoCloseable, ConsensusCommitDigestInterface The digest of a consensus commit. |
| ConsensusCommitDigestInterface | interface ConsensusCommitDigestInterface The digest of a consensus commit. |
| ConsensusCommitPrologueV1 | open class ConsensusCommitPrologueV1 : Disposable, AutoCloseable, ConsensusCommitPrologueV1Interface V1 of the consensus commit prologue system transaction |
| ConsensusCommitPrologueV1Interface | interface ConsensusCommitPrologueV1Interface V1 of the consensus commit prologue system transaction |
| ConsensusDeterminedVersionAssignments | open class ConsensusDeterminedVersionAssignments : Disposable, AutoCloseable, ConsensusDeterminedVersionAssignmentsInterface |
| ConsensusDeterminedVersionAssignmentsInterface | interface ConsensusDeterminedVersionAssignmentsInterface |
| DenyCapV1 | open class DenyCapV1 : Disposable, AutoCloseable, DenyCapV1Interface A typed view of an on-chain 0x2::coin::DenyCapV1<T> object, the capability for denying addresses from using a regulated coin. |
| DenyCapV1Interface | interface DenyCapV1Interface A typed view of an on-chain 0x2::coin::DenyCapV1<T> object, the capability for denying addresses from using a regulated coin. |
| DenyList | open class DenyList : Disposable, AutoCloseable, DenyListInterface A typed view of an on-chain 0x2::deny_list::DenyList object (the 0x403 singleton tracking regulated-coin deny lists). |
| DenyListInterface | interface DenyListInterface A typed view of an on-chain 0x2::deny_list::DenyList object (the 0x403 singleton tracking regulated-coin deny lists). |
| DenyRuleSet | data class DenyRuleSet(var deniedAddresses: List<Address>, var deniedObjects: List<ObjectId>, var deniedPackages: List<ObjectId>, var packagePublishDisabled: Boolean, var packageUpgradeDisabled: Boolean, var sharedObjectDisabled: Boolean, var userTransactionDisabled: Boolean, var receivingObjectsDisabled: Boolean, var moveAuthenticatorDisabled: Boolean) : Disposable A complete set of transaction deny rules. |
| Digest | open class Digest : Disposable, AutoCloseable, DigestInterface A 32-byte Blake2b256 hash output. |
| DigestInterface | interface DigestInterface A 32-byte Blake2b256 hash output. |
| Direction | enum Direction : Enum<Direction> Pagination direction. |
| Display | open class Display : Disposable, AutoCloseable, DisplayInterface A typed view of an on-chain 0x2::display::Display<T> object. |
| DisplayCreated | open class DisplayCreated : Disposable, AutoCloseable, DisplayCreatedInterface A typed view of a 0x2::display::DisplayCreated. |
| DisplayCreatedInterface | interface DisplayCreatedInterface A typed view of a 0x2::display::DisplayCreated. |
| DisplayInterface | interface DisplayInterface A typed view of an on-chain 0x2::display::Display<T> object. |
| Disposable | interface Disposable |
| DryRunEffect | data class DryRunEffect(var mutatedReferences: List<DryRunMutation>, var returnValues: List<DryRunReturn>) : Disposable Effects of a single command in the dry run, including mutated references and return values. |
| DryRunMutation | data class DryRunMutation(var input: TransactionArgument, var typeTag: TypeTag, var bcs: ByteArray) : Disposable A mutation to an argument that was mutably borrowed by a command. |
| DryRunResult | data class DryRunResult(var error: String?, var results: List<DryRunEffect>, var transaction: SignedTransaction?, var effects: TransactionEffects?) : Disposable The result of a simulation (dry run), which includes the effects of the transaction, any errors that may have occurred, and intermediate results for each command. |
| DryRunReturn | data class DryRunReturn(var typeTag: TypeTag, var bcs: ByteArray) : Disposable A return value from a command in the dry run. |
| DynamicFieldName | data class DynamicFieldName(var typeTag: TypeTag, var bcs: ByteArray, var json: Value? = null) : Disposable The name part of a dynamic field, including its type, bcs, and json representation. |
| DynamicFieldOutput | data class DynamicFieldOutput(var name: DynamicFieldName, var value: DynamicFieldValue? = null, var valueAsJson: Value? = null) : Disposable The output of a dynamic field query, that includes the name, value, and value's json representation. |
| DynamicFieldOutputPage | data class DynamicFieldOutputPage(var pageInfo: PageInfo, var data: List<DynamicFieldOutput>) : Disposable A page of items returned by the GraphQL server. |
| DynamicFieldValue | data class DynamicFieldValue(var typeTag: TypeTag, var bcs: ByteArray) : Disposable The value part of a dynamic field. |
| Ed25519PrivateKey | open class Ed25519PrivateKey : Disposable, AutoCloseable, Ed25519PrivateKeyInterface |
| Ed25519PrivateKeyInterface | interface Ed25519PrivateKeyInterface |
| Ed25519PublicKey | open class Ed25519PublicKey : Disposable, AutoCloseable, Ed25519PublicKeyInterface An ed25519 public key. |
| Ed25519PublicKeyInterface | interface Ed25519PublicKeyInterface An ed25519 public key. |
| Ed25519Signature | open class Ed25519Signature : Disposable, AutoCloseable, Ed25519SignatureInterface An ed25519 signature. |
| Ed25519SignatureInterface | interface Ed25519SignatureInterface An ed25519 signature. |
| Ed25519Verifier | open class Ed25519Verifier : Disposable, AutoCloseable, Ed25519VerifierInterface |
| Ed25519VerifierInterface | interface Ed25519VerifierInterface |
| Ed25519VerifyingKey | open class Ed25519VerifyingKey : Disposable, AutoCloseable, Ed25519VerifyingKeyInterface |
| Ed25519VerifyingKeyInterface | interface Ed25519VerifyingKeyInterface |
| EffectsAuxDataDigest | open class EffectsAuxDataDigest : Disposable, AutoCloseable, EffectsAuxDataDigestInterface The digest of the auxiliary data associated with TransactionEffects. |
| EffectsAuxDataDigestInterface | interface EffectsAuxDataDigestInterface The digest of the auxiliary data associated with TransactionEffects. |
| EndOfEpochData | data class EndOfEpochData(var nextEpochCommittee: List<ValidatorCommitteeMember>, var nextEpochProtocolVersion: ULong, var epochCommitments: List<CheckpointCommitment>, var epochSupplyChange: Long) : Disposable Data which, when included in a CheckpointSummary, signals the end of an Epoch. |
| EndOfEpochTransactionKind | open class EndOfEpochTransactionKind : Disposable, AutoCloseable, EndOfEpochTransactionKindInterface Operation run at the end of an epoch |
| EndOfEpochTransactionKindInterface | interface EndOfEpochTransactionKindInterface Operation run at the end of an epoch |
| Epoch | data class Epoch(var epochId: ULong, var fundInflow: String? = null, var fundOutflow: String? = null, var fundSize: String? = null, var liveObjectSetDigest: String? = null, var netInflow: String? = null, var protocolConfigs: ProtocolConfigs? = null, var referenceGasPrice: String? = null, var startTimestamp: String, var endTimestamp: String? = null, var systemStateVersion: ULong? = null, var totalCheckpoints: ULong? = null, var totalGasFees: String? = null, var totalStakeRewards: String? = null, var totalTransactions: ULong? = null, var validatorSet: ValidatorSet? = null) : Disposable |
| EpochPage | data class EpochPage(var pageInfo: PageInfo, var data: List<Epoch>) : Disposable A page of items returned by the GraphQL server. |
| Event | data class Event(var packageId: ObjectId, var module: String, var sender: Address, var structTag: String, var contents: ByteArray) : Disposable An event emitted during the successful execution of a transaction. |
| EventFilter | data class EventFilter(var emittingModule: String? = null, var eventType: String? = null, var sender: Address? = null, var transactionDigest: String? = null) : Disposable |
| EventPage | data class EventPage(var pageInfo: PageInfo, var data: List<GraphQlEvent>) : Disposable A page of items returned by the GraphQL server. |
| EventSubscription | open class EventSubscription : Disposable, AutoCloseable, EventSubscriptionInterface A live subscription. |
| EventSubscriptionInterface | interface EventSubscriptionInterface A live subscription. |
| EventUpdate | sealed class EventUpdate : Disposable An item delivered by a subscription. |
| ExecutionError | sealed class ExecutionError : Disposable An error that can occur during the execution of a transaction |
| ExecutionErrorWrapper | open class ExecutionErrorWrapper : Disposable, AutoCloseable, ExecutionErrorWrapperInterface Holds an ExecutionError so it can be nested inside another ExecutionError. |
| ExecutionErrorWrapperInterface | interface ExecutionErrorWrapperInterface Holds an ExecutionError so it can be nested inside another ExecutionError. |
| ExecutionStatus | sealed class ExecutionStatus : Disposable The status of an executed Transaction |
| ExpirationUnlockCondition | open class ExpirationUnlockCondition : Disposable, AutoCloseable, ExpirationUnlockConditionInterface A typed view of 0x107a::expiration_unlock_condition::ExpirationUnlockCondition. |
| ExpirationUnlockConditionInterface | interface ExpirationUnlockConditionInterface A typed view of 0x107a::expiration_unlock_condition::ExpirationUnlockCondition. |
| FaucetClient | open class FaucetClient : Disposable, AutoCloseable, FaucetClientInterface |
| FaucetClientInterface | interface FaucetClientInterface |
| FaucetReceipt | data class FaucetReceipt(var sent: List<CoinInfo>) : Disposable |
| Feature | enum Feature : Enum<Feature> |
| FfiConverterTypeBase64 | typealias FfiConverterTypeBase64 = FfiConverterString |
| FfiConverterTypeValue | typealias FfiConverterTypeValue = FfiConverterString |
| GasCostSummary | data class GasCostSummary(var computationCost: ULong, var computationCostBurned: ULong, var storageCost: ULong, var storageRebate: ULong, var nonRefundableStorageFee: ULong) Summary of gas charges. |
| GasPayment | data class GasPayment(var objects: List<ObjectReference>, var owner: Address, var price: ULong, var budget: ULong) : Disposable Payment information for executing a transaction |
| GenesisObject | open class GenesisObject : Disposable, AutoCloseable, GenesisObjectInterface An object part of the initial chain state |
| GenesisObjectInterface | interface GenesisObjectInterface An object part of the initial chain state |
| GenesisTransaction | open class GenesisTransaction : Disposable, AutoCloseable, GenesisTransactionInterface The genesis transaction |
| GenesisTransactionInterface | interface GenesisTransactionInterface The genesis transaction |
| GqlAddress | data class GqlAddress(var address: Address) : Disposable |
| GraphQlClient | open class GraphQlClient : Disposable, AutoCloseable, GraphQlClientInterface The GraphQL client for interacting with the IOTA blockchain. |
| GraphQlClientInterface | interface GraphQlClientInterface The GraphQL client for interacting with the IOTA blockchain. |
| GraphQlEvent | data class GraphQlEvent(var packageId: ObjectId?, var module: String?, var sender: Address?, var moveType: String, var contents: ByteArray, var timestamp: String?, var data: String, var json: String) : Disposable An event as returned by the GraphQL events query. |
| HashingIntentScope | enum HashingIntentScope : Enum<HashingIntentScope> A 1-byte domain separator for hashing Object ID in IOTA. It starts from 0xf0 to ensure no hashing collision for any ObjectID vs IotaAddress which is derived as the hash of `flag |
| Identifier | open class Identifier : Disposable, AutoCloseable, IdentifierInterface A move identifier |
| IdentifierInterface | interface IdentifierInterface A move identifier |
| IdOperation | enum IdOperation : Enum<IdOperation> Defines what happened to an ObjectId during execution |
| ImmutableAccountCreated | open class ImmutableAccountCreated : Disposable, AutoCloseable, ImmutableAccountCreatedInterface A typed view of a 0x2::account::ImmutableAccountCreated. |
| ImmutableAccountCreatedInterface | interface ImmutableAccountCreatedInterface A typed view of a 0x2::account::ImmutableAccountCreated. |
| ImmutableCoinMetadata | open class ImmutableCoinMetadata : Disposable, AutoCloseable, ImmutableCoinMetadataInterface A typed view of a 0x2::coin_manager::ImmutableCoinMetadata<IOTA> — the frozen metadata fallback embedded in a CoinManager. Reachable only via CoinManager::immutable_metadata; it is not a standalone on-chain object. |
| ImmutableCoinMetadataInterface | interface ImmutableCoinMetadataInterface A typed view of a 0x2::coin_manager::ImmutableCoinMetadata<IOTA> — the frozen metadata fallback embedded in a CoinManager. Reachable only via CoinManager::immutable_metadata; it is not a standalone on-chain object. |
| Input | open class Input : Disposable, AutoCloseable, InputInterface An input to a user transaction |
| InputInterface | interface InputInterface An input to a user transaction |
| Intent | open class Intent : Disposable, AutoCloseable, IntentInterface A Signing Intent |
| IntentAppId | enum IntentAppId : Enum<IntentAppId> Byte signifying the application id of an Intent |
| IntentException | sealed class IntentException Intent errors. |
| IntentInterface | interface IntentInterface A Signing Intent |
| IntentScope | enum IntentScope : Enum<IntentScope> Byte signifying the scope of an Intent |
| IntentVersion | enum IntentVersion : Enum<IntentVersion> Byte signifying the version of an Intent |
| InternalException | class InternalException(message: String) |
| IotaCoinMetadata | open class IotaCoinMetadata : Disposable, AutoCloseable, IotaCoinMetadataInterface A typed view of an on-chain 0x2::coin::CoinMetadata<IOTA> object. |
| IotaCoinMetadataInterface | interface IotaCoinMetadataInterface A typed view of an on-chain 0x2::coin::CoinMetadata<IOTA> object. |
| IotaSystemState | open class IotaSystemState : Disposable, AutoCloseable, IotaSystemStateInterface A typed view of the on-chain 0x3::iota_system::IotaSystemState object (the 0x5 singleton). |
| IotaSystemStateInterface | interface IotaSystemStateInterface A typed view of the on-chain 0x3::iota_system::IotaSystemState object (the 0x5 singleton). |
| IotaSystemStateV1 | open class IotaSystemStateV1 : Disposable, AutoCloseable, IotaSystemStateV1Interface A typed view of the 0x3::iota_system_state_inner::IotaSystemStateV1 inner system state, the layout selected by IotaSystemState::version 1. |
| IotaSystemStateV1Interface | interface IotaSystemStateV1Interface A typed view of the 0x3::iota_system_state_inner::IotaSystemStateV1 inner system state, the layout selected by IotaSystemState::version 1. |
| IotaSystemStateV2 | open class IotaSystemStateV2 : Disposable, AutoCloseable, IotaSystemStateV2Interface A typed view of the 0x3::iota_system_state_inner::IotaSystemStateV2 inner system state. |
| IotaSystemStateV2Interface | interface IotaSystemStateV2Interface A typed view of the 0x3::iota_system_state_inner::IotaSystemStateV2 inner system state. |
| Irc27Metadata | open class Irc27Metadata : Disposable, AutoCloseable, Irc27MetadataInterface A typed view of 0x107a::irc27::Irc27Metadata (usually nested inside an Nft). |
| Irc27MetadataInterface | interface Irc27MetadataInterface A typed view of 0x107a::irc27::Irc27Metadata (usually nested inside an Nft). |
| ItemDelisted | open class ItemDelisted : Disposable, AutoCloseable, ItemDelistedInterface A typed view of a 0x2::kiosk::ItemDelisted. |
| ItemDelistedInterface | interface ItemDelistedInterface A typed view of a 0x2::kiosk::ItemDelisted. |
| ItemListed | open class ItemListed : Disposable, AutoCloseable, ItemListedInterface A typed view of a 0x2::kiosk::ItemListed. |
| ItemListedInterface | interface ItemListedInterface A typed view of a 0x2::kiosk::ItemListed. |
| ItemPurchased | open class ItemPurchased : Disposable, AutoCloseable, ItemPurchasedInterface A typed view of a 0x2::kiosk::ItemPurchased. |
| ItemPurchasedInterface | interface ItemPurchasedInterface A typed view of a 0x2::kiosk::ItemPurchased. |
| Kiosk | open class Kiosk : Disposable, AutoCloseable, KioskInterface A typed view of an on-chain 0x2::kiosk::Kiosk object. |
| KioskExtension | open class KioskExtension : Disposable, AutoCloseable, KioskExtensionInterface A typed view of a 0x2::kiosk_extension::Extension held in a dynamic field of a Kiosk object. |
| KioskExtensionInterface | interface KioskExtensionInterface A typed view of a 0x2::kiosk_extension::Extension held in a dynamic field of a Kiosk object. |
| KioskInterface | interface KioskInterface A typed view of an on-chain 0x2::kiosk::Kiosk object. |
| KioskOwnerCap | open class KioskOwnerCap : Disposable, AutoCloseable, KioskOwnerCapInterface A typed view of an on-chain 0x2::kiosk::KioskOwnerCap object. |
| KioskOwnerCapInterface | interface KioskOwnerCapInterface A typed view of an on-chain 0x2::kiosk::KioskOwnerCap object. |
| LabelerCap | open class LabelerCap : Disposable, AutoCloseable, LabelerCapInterface A typed view of an on-chain 0x2::labeler::LabelerCap<L> object. |
| LabelerCapInterface | interface LabelerCapInterface A typed view of an on-chain 0x2::labeler::LabelerCap<L> object. |
| MakeMoveVector | open class MakeMoveVector : Disposable, AutoCloseable, MakeMoveVectorInterface Command to build a move vector out of a set of individual elements |
| MakeMoveVectorInterface | interface MakeMoveVectorInterface Command to build a move vector out of a set of individual elements |
| MergeCoins | open class MergeCoins : Disposable, AutoCloseable, MergeCoinsInterface Command to merge multiple coins of the same type into a single coin |
| MergeCoinsInterface | interface MergeCoinsInterface Command to merge multiple coins of the same type into a single coin |
| MetadataOwnershipRenounced | open class MetadataOwnershipRenounced : Disposable, AutoCloseable, MetadataOwnershipRenouncedInterface A typed view of a 0x2::coin_manager::MetadataOwnershipRenounced. |
| MetadataOwnershipRenouncedInterface | interface MetadataOwnershipRenouncedInterface A typed view of a 0x2::coin_manager::MetadataOwnershipRenounced. |
| MisbehaviorReportDigest | open class MisbehaviorReportDigest : Disposable, AutoCloseable, MisbehaviorReportDigestInterface The digest of a misbehavior report. |
| MisbehaviorReportDigestInterface | interface MisbehaviorReportDigestInterface The digest of a misbehavior report. |
| MnemonicLength | enum MnemonicLength : Enum<MnemonicLength> |
| ModuleMetadata | open class ModuleMetadata : Disposable, AutoCloseable, ModuleMetadataInterface A typed view of an on-chain 0x2::module_metadata::ModuleMetadata object, the per-module key-value store owned by a package's PackageMetadataV1. |
| ModuleMetadataInterface | interface ModuleMetadataInterface A typed view of an on-chain 0x2::module_metadata::ModuleMetadata object, the per-module key-value store owned by a package's PackageMetadataV1. |
| ModuleMetadataV1 | data class ModuleMetadataV1(var authenticatorMetadata: List<AuthenticatorMetadataV1>) Metadata of a single module of a package ( 0x2::package_metadata::ModuleMetadataV1). |
| MoveAbility | enum MoveAbility : Enum<MoveAbility> |
| MoveArg | open class MoveArg : Disposable, AutoCloseable, MoveArgInterface |
| MoveArgInterface | interface MoveArgInterface |
| MoveAuthenticator | open class MoveAuthenticator : Disposable, AutoCloseable, MoveAuthenticatorInterface MoveAuthenticator is a signature variant that enables a method of authentication through Move code. This type represents the data received by the Move authenticate function during the Account Abstraction authentication flow. |
| MoveAuthenticatorBuilder | open class MoveAuthenticatorBuilder : Disposable, AutoCloseable, MoveAuthenticatorBuilderInterface |
| MoveAuthenticatorBuilderInterface | interface MoveAuthenticatorBuilderInterface |
| MoveAuthenticatorDigest | open class MoveAuthenticatorDigest : Disposable, AutoCloseable, MoveAuthenticatorDigestInterface The digest of a MoveAuthenticator. |
| MoveAuthenticatorDigestInterface | interface MoveAuthenticatorDigestInterface The digest of a MoveAuthenticator. |
| MoveAuthenticatorInterface | interface MoveAuthenticatorInterface MoveAuthenticator is a signature variant that enables a method of authentication through Move code. This type represents the data received by the Move authenticate function during the Account Abstraction authentication flow. |
| MoveAuthenticatorV1 | open class MoveAuthenticatorV1 : Disposable, AutoCloseable, MoveAuthenticatorV1Interface Version 1 of the MoveAuthenticator. |
| MoveAuthenticatorV1Interface | interface MoveAuthenticatorV1Interface Version 1 of the MoveAuthenticator. |
| MoveCall | open class MoveCall : Disposable, AutoCloseable, MoveCallInterface Command to call a move function |
| MoveCallInterface | interface MoveCallInterface Command to call a move function |
| MoveEnum | data class MoveEnum(var abilities: List<MoveAbility>? = null, var name: String, var typeParameters: List<MoveStructTypeParameter>? = null, var variants: List<MoveEnumVariant>? = null) |
| MoveEnumConnection | data class MoveEnumConnection(var nodes: List<MoveEnum>, var pageInfo: PageInfo) |
| MoveEnumVariant | data class MoveEnumVariant(var fields: List<MoveField>? = null, var name: String) |
| MoveField | data class MoveField(var name: String, var moveType: OpenMoveType? = null) |
| MoveFunction | open class MoveFunction : Disposable, AutoCloseable, MoveFunctionInterface |
| MoveFunctionConnection | data class MoveFunctionConnection(var nodes: List<MoveFunction>, var pageInfo: PageInfo) : Disposable |
| MoveFunctionInterface | interface MoveFunctionInterface |
| MoveFunctionTypeParameter | data class MoveFunctionTypeParameter(var constraints: List<MoveAbility>) |
| MoveLocation | data class MoveLocation(var package: ObjectId, var module: String, var function: UShort, var instruction: UShort, var functionName: String? = null) : Disposable Location in move bytecode where an error occurred |
| MoveModule | data class MoveModule(var fileFormatVersion: Int, var enums: MoveEnumConnection? = null, var friends: MoveModuleConnection, var functions: MoveFunctionConnection? = null, var structs: MoveStructConnection? = null) : Disposable |
| MoveModuleConnection | data class MoveModuleConnection(var nodes: List<MoveModuleQuery>, var pageInfo: PageInfo) : Disposable |
| MoveModuleQuery | data class MoveModuleQuery(var package: MovePackageQuery, var name: String) : Disposable |
| MoveObject | data class MoveObject(var bcs: Base64? = null) |
| MovePackage | open class MovePackage : Disposable, AutoCloseable, MovePackageInterface A move package |
| MovePackageData | open class MovePackageData : Disposable, AutoCloseable, MovePackageDataInterface Type corresponding to the output of iota move build --dump-bytecode-as-base64 |
| MovePackageDataInterface | interface MovePackageDataInterface Type corresponding to the output of iota move build --dump-bytecode-as-base64 |
| MovePackageInterface | interface MovePackageInterface A move package |
| MovePackagePage | data class MovePackagePage(var pageInfo: PageInfo, var data: List<MovePackage>) : Disposable A page of items returned by the GraphQL server. |
| MovePackageQuery | data class MovePackageQuery(var address: Address, var bcs: Base64? = null) : Disposable |
| MoveStruct | data class MoveStruct(var structType: StructTag, var version: Version, var contents: ByteArray) : Disposable A move struct |
| MoveStructConnection | data class MoveStructConnection(var pageInfo: PageInfo, var nodes: List<MoveStructQuery>) |
| MoveStructQuery | data class MoveStructQuery(var abilities: List<MoveAbility>? = null, var name: String, var fields: List<MoveField>? = null, var typeParameters: List<MoveStructTypeParameter>? = null) |
| MoveStructTypeParameter | data class MoveStructTypeParameter(var constraints: List<MoveAbility>, var isPhantom: Boolean) |
| MoveViewArg | open class MoveViewArg : Disposable, AutoCloseable, MoveViewArgInterface An argument for a Move View Function call. |
| MoveViewArgInterface | interface MoveViewArgInterface An argument for a Move View Function call. |
| MoveViewResult | data class MoveViewResult(var error: String? = null, var results: List<String>? = null) The result of executing a Move View Function. |
| MoveVisibility | enum MoveVisibility : Enum<MoveVisibility> |
| MultisigAggregatedSignature | open class MultisigAggregatedSignature : Disposable, AutoCloseable, MultisigAggregatedSignatureInterface Aggregated signature from members of a multisig committee. |
| MultisigAggregatedSignatureInterface | interface MultisigAggregatedSignatureInterface Aggregated signature from members of a multisig committee. |
| MultisigAggregator | open class MultisigAggregator : Disposable, AutoCloseable, MultisigAggregatorInterface |
| MultisigAggregatorInterface | interface MultisigAggregatorInterface |
| MultisigCommittee | open class MultisigCommittee : Disposable, AutoCloseable, MultisigCommitteeInterface A multisig committee |
| MultisigCommitteeInterface | interface MultisigCommitteeInterface A multisig committee |
| MultisigMember | open class MultisigMember : Disposable, AutoCloseable, MultisigMemberInterface A member in a multisig committee |
| MultisigMemberInterface | interface MultisigMemberInterface A member in a multisig committee |
| MultisigMemberSignature | open class MultisigMemberSignature : Disposable, AutoCloseable, MultisigMemberSignatureInterface A signature from a member of a multisig committee. |
| MultisigMemberSignatureInterface | interface MultisigMemberSignatureInterface A signature from a member of a multisig committee. |
| MultisigVerifier | open class MultisigVerifier : Disposable, AutoCloseable, MultisigVerifierInterface |
| MultisigVerifierInterface | interface MultisigVerifierInterface |
| MutableAccountCreated | open class MutableAccountCreated : Disposable, AutoCloseable, MutableAccountCreatedInterface A typed view of a 0x2::account::MutableAccountCreated. |
| MutableAccountCreatedInterface | interface MutableAccountCreatedInterface A typed view of a 0x2::account::MutableAccountCreated. |
| Name | open class Name : Disposable, AutoCloseable, NameInterface |
| NameFormat | enum NameFormat : Enum<NameFormat> Two different view options for a name. At ->test@example |
| NameInterface | interface NameInterface |
| NameRegistration | open class NameRegistration : Disposable, AutoCloseable, NameRegistrationInterface An object to manage a second-level name (SLN). |
| NameRegistrationInterface | interface NameRegistrationInterface An object to manage a second-level name (SLN). |
| NameRegistrationPage | data class NameRegistrationPage(var pageInfo: PageInfo, var data: List<NameRegistration>) : Disposable A page of items returned by the GraphQL server. |
| Nft | open class Nft : Disposable, AutoCloseable, NftInterface A typed view of an on-chain 0x107a::nft::Nft object. |
| NftInterface | interface NftInterface A typed view of an on-chain 0x107a::nft::Nft object. |
| NftOutput | open class NftOutput : Disposable, AutoCloseable, NftOutputInterface A typed view of an on-chain 0x107a::nft_output::NftOutput<IOTA> object. |
| NftOutputInterface | interface NftOutputInterface A typed view of an on-chain 0x107a::nft_output::NftOutput<IOTA> object. |
| Object | open class Object : Disposable, AutoCloseable, ObjectInterface An object on the IOTA blockchain |
| ObjectData | open class ObjectData : Disposable, AutoCloseable, ObjectDataInterface Object data, either a package or struct |
| ObjectDataInterface | interface ObjectDataInterface Object data, either a package or struct |
| ObjectDigest | open class ObjectDigest : Disposable, AutoCloseable, ObjectDigestInterface The digest of an Object. |
| ObjectDigestInterface | interface ObjectDigestInterface The digest of an Object. |
| ObjectFilter | data class ObjectFilter(var typeTag: String? = null, var owner: Address? = null, var objectIds: List<ObjectId>? = null) : Disposable |
| ObjectId | open class ObjectId : Disposable, AutoCloseable, ObjectIdInterface An ObjectId is a 32-byte identifier used to uniquely identify an object on the IOTA blockchain. |
| ObjectIdInterface | interface ObjectIdInterface An ObjectId is a 32-byte identifier used to uniquely identify an object on the IOTA blockchain. |
| ObjectIn | sealed class ObjectIn : Disposable State of an object prior to execution |
| ObjectInterface | interface ObjectInterface An object on the IOTA blockchain |
| ObjectOut | sealed class ObjectOut : Disposable State of an object after execution |
| ObjectPage | data class ObjectPage(var pageInfo: PageInfo, var data: List<Object>) : Disposable A page of items returned by the GraphQL server. |
| ObjectRef | data class ObjectRef(var address: ObjectId, var digest: String, var version: ULong) : Disposable |
| ObjectReference | data class ObjectReference(var objectId: ObjectId, var version: Version, var digest: ObjectDigest) : Disposable Reference to an object |
| ObjectType | open class ObjectType : Disposable, AutoCloseable, ObjectTypeInterface Type of an IOTA object |
| ObjectTypeInterface | interface ObjectTypeInterface Type of an IOTA object |
| OpenMoveType | data class OpenMoveType(var repr: String) |
| Owner | open class Owner : Disposable, AutoCloseable, OwnerInterface Enum of different types of ownership for an object. |
| OwnerInterface | interface OwnerInterface Enum of different types of ownership for an object. |
| PackageMetadataV1 | open class PackageMetadataV1 : Disposable, AutoCloseable, PackageMetadataV1Interface A typed view of an on-chain 0x2::package_metadata::PackageMetadataV1 object. |
| PackageMetadataV1Interface | interface PackageMetadataV1Interface A typed view of an on-chain 0x2::package_metadata::PackageMetadataV1 object. |
| PackageUpgradeError | sealed class PackageUpgradeError : Disposable An error with a upgrading a package |
| PageInfo | data class PageInfo(var hasPreviousPage: Boolean, var hasNextPage: Boolean, var startCursor: String? = null, var endCursor: String? = null) Information about pagination in a connection. |
| PaginationFilter | data class PaginationFilter(var direction: Direction, var cursor: String? = null, var limit: Int? = null) Pagination options for querying the GraphQL server. It defaults to forward pagination with the GraphQL server's max page size. |
| PasskeyAuthenticator | open class PasskeyAuthenticator : Disposable, AutoCloseable, PasskeyAuthenticatorInterface A passkey authenticator. |
| PasskeyAuthenticatorInterface | interface PasskeyAuthenticatorInterface A passkey authenticator. |
| PasskeyPublicKey | open class PasskeyPublicKey : Disposable, AutoCloseable, PasskeyPublicKeyInterface Public key of a PasskeyAuthenticator. |
| PasskeyPublicKeyInterface | interface PasskeyPublicKeyInterface Public key of a PasskeyAuthenticator. |
| PasskeyVerifier | open class PasskeyVerifier : Disposable, AutoCloseable, PasskeyVerifierInterface |
| PasskeyVerifierInterface | interface PasskeyVerifierInterface |
| Payment | data class Payment(var recipient: Address, var amount: PtbArgument) : Disposable A single payment: a recipient address paired with the amount to send. |
| PersonalMessage | open class PersonalMessage : Disposable, AutoCloseable, PersonalMessageInterface A personal message that wraps around a byte array. |
| PersonalMessageInterface | interface PersonalMessageInterface A personal message that wraps around a byte array. |
| PerTypeConfigCreated | open class PerTypeConfigCreated : Disposable, AutoCloseable, PerTypeConfigCreatedInterface A typed view of a 0x2::deny_list::PerTypeConfigCreated. |
| PerTypeConfigCreatedInterface | interface PerTypeConfigCreatedInterface A typed view of a 0x2::deny_list::PerTypeConfigCreated. |
| PoolTokenExchangeRate | data class PoolTokenExchangeRate(var iotaAmount: ULong, var poolTokenAmount: ULong) A validator's pool-token exchange rate at an epoch boundary ( 0x3::staking_pool::PoolTokenExchangeRate). |
| ProgrammableTransaction | open class ProgrammableTransaction : Disposable, AutoCloseable, ProgrammableTransactionInterface A user transaction |
| ProgrammableTransactionInterface | interface ProgrammableTransactionInterface A user transaction |
| ProtocolConfigAttr | data class ProtocolConfigAttr(var key: String, var value: String?) A key-value protocol configuration attribute. |
| ProtocolConfigFeatureFlag | data class ProtocolConfigFeatureFlag(var key: String, var value: Boolean) Feature flags are a form of boolean configuration that are usually used to gate features while they are in development. Once a lag has been enabled, it is rare for it to be disabled. |
| ProtocolConfigs | data class ProtocolConfigs(var protocolVersion: ULong, var featureFlags: List<ProtocolConfigFeatureFlag>, var configs: List<ProtocolConfigAttr>) Information about the configuration of the protocol. Constants that control how the chain operates. These can only change during protocol upgrades which happen on epoch boundaries. |
| PtbArgument | open class PtbArgument : Disposable, AutoCloseable, PtbArgumentInterface |
| PtbArgumentInterface | interface PtbArgumentInterface |
| PublicKey | open class PublicKey : Disposable, AutoCloseable, PublicKeyInterface Enum of valid public keys for the signature schemes supported by IOTA. |
| PublicKeyInterface | interface PublicKeyInterface Enum of valid public keys for the signature schemes supported by IOTA. |
| Publish | open class Publish : Disposable, AutoCloseable, PublishInterface Command to publish a new move package |
| Publisher | open class Publisher : Disposable, AutoCloseable, PublisherInterface A typed view of an on-chain 0x2::package::Publisher object. |
| PublisherInterface | interface PublisherInterface A typed view of an on-chain 0x2::package::Publisher object. |
| PublishInterface | interface PublishInterface Command to publish a new move package |
| PurchaseCap | open class PurchaseCap : Disposable, AutoCloseable, PurchaseCapInterface A typed view of an on-chain 0x2::kiosk::PurchaseCap<T> object. |
| PurchaseCapInterface | interface PurchaseCapInterface A typed view of an on-chain 0x2::kiosk::PurchaseCap<T> object. |
| Query | data class Query(var queryString: String, var variables: Value? = null) |
| Random | open class Random : Disposable, AutoCloseable, RandomInterface A typed view of the on-chain 0x2::random::Random object (the 0x8 singleton holding the global randomness state). |
| RandomInner | open class RandomInner : Disposable, AutoCloseable, RandomInnerInterface A typed view of the 0x2::random::RandomInner state held in the dynamic field of the Random singleton. |
| RandomInnerInterface | interface RandomInnerInterface A typed view of the 0x2::random::RandomInner state held in the dynamic field of the Random singleton. |
| RandomInterface | interface RandomInterface A typed view of the on-chain 0x2::random::Random object (the 0x8 singleton holding the global randomness state). |
| RandomnessStateUpdate | data class RandomnessStateUpdate(var epoch: ULong, var randomnessRound: ULong, var randomBytes: ByteArray, var randomnessObjInitialSharedVersion: Version) : Disposable Randomness update |
| RegulatedCoinMetadata | open class RegulatedCoinMetadata : Disposable, AutoCloseable, RegulatedCoinMetadataInterface A typed view of an on-chain 0x2::coin::RegulatedCoinMetadata<T> object. |
| RegulatedCoinMetadataInterface | interface RegulatedCoinMetadataInterface A typed view of an on-chain 0x2::coin::RegulatedCoinMetadata<T> object. |
| SdkFfiException | sealed class SdkFfiException |
| Secp256k1PrivateKey | open class Secp256k1PrivateKey : Disposable, AutoCloseable, Secp256k1PrivateKeyInterface |
| Secp256k1PrivateKeyInterface | interface Secp256k1PrivateKeyInterface |
| Secp256k1PublicKey | open class Secp256k1PublicKey : Disposable, AutoCloseable, Secp256k1PublicKeyInterface A secp256k1 public key. |
| Secp256k1PublicKeyInterface | interface Secp256k1PublicKeyInterface A secp256k1 public key. |
| Secp256k1Signature | open class Secp256k1Signature : Disposable, AutoCloseable, Secp256k1SignatureInterface A secp256k1 signature. |
| Secp256k1SignatureInterface | interface Secp256k1SignatureInterface A secp256k1 signature. |
| Secp256k1Verifier | open class Secp256k1Verifier : Disposable, AutoCloseable, Secp256k1VerifierInterface |
| Secp256k1VerifierInterface | interface Secp256k1VerifierInterface |
| Secp256k1VerifyingKey | open class Secp256k1VerifyingKey : Disposable, AutoCloseable, Secp256k1VerifyingKeyInterface |
| Secp256k1VerifyingKeyInterface | interface Secp256k1VerifyingKeyInterface |
| Secp256r1PrivateKey | open class Secp256r1PrivateKey : Disposable, AutoCloseable, Secp256r1PrivateKeyInterface |
| Secp256r1PrivateKeyInterface | interface Secp256r1PrivateKeyInterface |
| Secp256r1PublicKey | open class Secp256r1PublicKey : Disposable, AutoCloseable, Secp256r1PublicKeyInterface A secp256r1 public key. |
| Secp256r1PublicKeyInterface | interface Secp256r1PublicKeyInterface A secp256r1 public key. |
| Secp256r1Signature | open class Secp256r1Signature : Disposable, AutoCloseable, Secp256r1SignatureInterface A secp256r1 signature. |
| Secp256r1SignatureInterface | interface Secp256r1SignatureInterface A secp256r1 signature. |
| Secp256r1Verifier | open class Secp256r1Verifier : Disposable, AutoCloseable, Secp256r1VerifierInterface |
| Secp256r1VerifierInterface | interface Secp256r1VerifierInterface |
| Secp256r1VerifyingKey | open class Secp256r1VerifyingKey : Disposable, AutoCloseable, Secp256r1VerifyingKeyInterface |
| Secp256r1VerifyingKeyInterface | interface Secp256r1VerifyingKeyInterface |
| SenderSignedDataDigest | open class SenderSignedDataDigest : Disposable, AutoCloseable, SenderSignedDataDigestInterface The digest of SenderSignedData. |
| SenderSignedDataDigestInterface | interface SenderSignedDataDigestInterface The digest of SenderSignedData. |
| ServiceConfig | data class ServiceConfig(var defaultPageSize: Int, var enabledFeatures: List<Feature>, var maxMoveValueDepth: Int, var maxOutputNodes: Int, var maxPageSize: Int, var maxQueryDepth: Int, var maxQueryNodes: Int, var maxQueryPayloadSize: Int, var maxTypeArgumentDepth: Int, var maxTypeArgumentWidth: Int, var maxTypeNodes: Int, var mutationTimeoutMs: Int, var requestTimeoutMs: Int) |
| SharedObjectReference | data class SharedObjectReference(var objectId: ObjectId, var initialSharedVersion: Version, var mutable: Boolean) : Disposable A shared object input to a programmable transaction |
| SignatureScheme | enum SignatureScheme : Enum<SignatureScheme> Flag use to disambiguate the signature schemes supported by IOTA. |
| SignedTransaction | data class SignedTransaction(var transaction: Transaction, var signatures: List<UserSignature>) : Disposable |
| SignedTransactionPage | data class SignedTransactionPage(var pageInfo: PageInfo, var data: List<SignedTransaction>) : Disposable A page of items returned by the GraphQL server. |
| SimpleKeypair | open class SimpleKeypair : Disposable, AutoCloseable, SimpleKeypairInterface |
| SimpleKeypairInterface | interface SimpleKeypairInterface |
| SimpleSignature | open class SimpleSignature : Disposable, AutoCloseable, SimpleSignatureInterface A basic signature |
| SimpleSignatureInterface | interface SimpleSignatureInterface A basic signature |
| SimpleVerifier | open class SimpleVerifier : Disposable, AutoCloseable, SimpleVerifierInterface |
| SimpleVerifierInterface | interface SimpleVerifierInterface |
| SimpleVerifyingKey | open class SimpleVerifyingKey : Disposable, AutoCloseable, SimpleVerifyingKeyInterface |
| SimpleVerifyingKeyInterface | interface SimpleVerifyingKeyInterface |
| SplitCoins | open class SplitCoins : Disposable, AutoCloseable, SplitCoinsInterface Command to split a single coin object into multiple coins |
| SplitCoinsInterface | interface SplitCoinsInterface Command to split a single coin object into multiple coins |
| StakedIota | open class StakedIota : Disposable, AutoCloseable, StakedIotaInterface A typed view of an on-chain 0x3::staking_pool::StakedIota object. |
| StakedIotaInterface | interface StakedIotaInterface A typed view of an on-chain 0x3::staking_pool::StakedIota object. |
| StakingPoolV1 | open class StakingPoolV1 : Disposable, AutoCloseable, StakingPoolV1Interface A typed view of a 0x3::staking_pool::StakingPoolV1 embedded in a validator. |
| StakingPoolV1Interface | interface StakingPoolV1Interface A typed view of a 0x3::staking_pool::StakingPoolV1 embedded in a validator. |
| StakingRequestEvent | open class StakingRequestEvent : Disposable, AutoCloseable, StakingRequestEventInterface A typed view of a 0x3::validator::StakingRequestEvent. |
| StakingRequestEventInterface | interface StakingRequestEventInterface A typed view of a 0x3::validator::StakingRequestEvent. |
| StorageDepositReturnUnlockCondition | open class StorageDepositReturnUnlockCondition : Disposable, AutoCloseable, StorageDepositReturnUnlockConditionInterface A typed view of 0x107a::storage_deposit_return_unlock_condition::StorageDepositReturnUnlockCondition. |
| StorageDepositReturnUnlockConditionInterface | interface StorageDepositReturnUnlockConditionInterface A typed view of 0x107a::storage_deposit_return_unlock_condition::StorageDepositReturnUnlockCondition. |
| StorageFundV1 | open class StorageFundV1 : Disposable, AutoCloseable, StorageFundV1Interface A typed view of the 0x3::storage_fund::StorageFundV1 embedded in the system state. |
| StorageFundV1Interface | interface StorageFundV1Interface A typed view of the 0x3::storage_fund::StorageFundV1 embedded in the system state. |
| StructTag | open class StructTag : Disposable, AutoCloseable, StructTagInterface Type information for a move struct |
| StructTagInterface | interface StructTagInterface Type information for a move struct |
| SubscriptionEventFilter | data class SubscriptionEventFilter(var emittingModule: String? = null) Filter incoming events in a subscription. Exactly one field must be set. |
| SubscriptionTransactionFilter | data class SubscriptionTransactionFilter(var kind: TransactionBlockKindInput? = null, var signingAddress: Address? = null, var function: String? = null) : Disposable Filter incoming transactions in a subscription. Exactly one field must be set. |
| SystemEpochInfoEventV1 | open class SystemEpochInfoEventV1 : Disposable, AutoCloseable, SystemEpochInfoEventV1Interface A typed view of a 0x3::iota_system_state_inner::SystemEpochInfoEventV1. |
| SystemEpochInfoEventV1Interface | interface SystemEpochInfoEventV1Interface A typed view of a 0x3::iota_system_state_inner::SystemEpochInfoEventV1. |
| SystemEpochInfoEventV2 | open class SystemEpochInfoEventV2 : Disposable, AutoCloseable, SystemEpochInfoEventV2Interface A typed view of a 0x3::iota_system_state_inner::SystemEpochInfoEventV2. |
| SystemEpochInfoEventV2Interface | interface SystemEpochInfoEventV2Interface A typed view of a 0x3::iota_system_state_inner::SystemEpochInfoEventV2. |
| SystemPackage | open class SystemPackage : Disposable, AutoCloseable, SystemPackageInterface System package |
| SystemPackageInterface | interface SystemPackageInterface System package |
| SystemParametersV1 | open class SystemParametersV1 : Disposable, AutoCloseable, SystemParametersV1Interface A typed view of the 0x3::iota_system_state_inner::SystemParametersV1 embedded in the system state. |
| SystemParametersV1Interface | interface SystemParametersV1Interface A typed view of the 0x3::iota_system_state_inner::SystemParametersV1 embedded in the system state. |
| TimelockedIotaBalance | open class TimelockedIotaBalance : Disposable, AutoCloseable, TimelockedIotaBalanceInterface A typed view of an on-chain 0x2::timelock::TimeLock<Balance<IOTA>> object — a time-locked IOTA balance, e.g. Stardust vested rewards. |
| TimelockedIotaBalanceInterface | interface TimelockedIotaBalanceInterface A typed view of an on-chain 0x2::timelock::TimeLock<Balance<IOTA>> object — a time-locked IOTA balance, e.g. Stardust vested rewards. |
| TimelockedStakedIota | open class TimelockedStakedIota : Disposable, AutoCloseable, TimelockedStakedIotaInterface A typed view of an on-chain 0x3::timelocked_staking::TimelockedStakedIota object. |
| TimelockedStakedIotaInterface | interface TimelockedStakedIotaInterface A typed view of an on-chain 0x3::timelocked_staking::TimelockedStakedIota object. |
| TimelockUnlockCondition | open class TimelockUnlockCondition : Disposable, AutoCloseable, TimelockUnlockConditionInterface A typed view of 0x107a::timelock_unlock_condition::TimelockUnlockCondition. |
| TimelockUnlockConditionInterface | interface TimelockUnlockConditionInterface A typed view of 0x107a::timelock_unlock_condition::TimelockUnlockCondition. |
| Token | open class Token : Disposable, AutoCloseable, TokenInterface A typed view of an on-chain 0x2::token::Token<T> object. |
| TokenInterface | interface TokenInterface A typed view of an on-chain 0x2::token::Token<T> object. |
| TokenPolicy | open class TokenPolicy : Disposable, AutoCloseable, TokenPolicyInterface A typed view of an on-chain 0x2::token::TokenPolicy<T> object. |
| TokenPolicyCap | open class TokenPolicyCap : Disposable, AutoCloseable, TokenPolicyCapInterface A typed view of an on-chain 0x2::token::TokenPolicyCap<T> object. |
| TokenPolicyCapInterface | interface TokenPolicyCapInterface A typed view of an on-chain 0x2::token::TokenPolicyCap<T> object. |
| TokenPolicyCreated | open class TokenPolicyCreated : Disposable, AutoCloseable, TokenPolicyCreatedInterface A typed view of a 0x2::token::TokenPolicyCreated. |
| TokenPolicyCreatedInterface | interface TokenPolicyCreatedInterface A typed view of a 0x2::token::TokenPolicyCreated. |
| TokenPolicyInterface | interface TokenPolicyInterface A typed view of an on-chain 0x2::token::TokenPolicy<T> object. |
| Transaction | open class Transaction : Disposable, AutoCloseable, TransactionInterface Transaction |
| TransactionArgument | sealed class TransactionArgument A transaction argument used in programmable transactions. |
| TransactionBlockKindInput | enum TransactionBlockKindInput : Enum<TransactionBlockKindInput> |
| TransactionBuilder | open class TransactionBuilder : Disposable, AutoCloseable, TransactionBuilderInterface A builder for creating transactions. Use finish to finalize the transaction data. |
| TransactionBuilderInterface | interface TransactionBuilderInterface A builder for creating transactions. Use finish to finalize the transaction data. |
| TransactionDataEffects | data class TransactionDataEffects(var tx: SignedTransaction, var effects: TransactionEffects) : Disposable |
| TransactionDataEffectsPage | data class TransactionDataEffectsPage(var pageInfo: PageInfo, var data: List<TransactionDataEffects>) : Disposable A page of items returned by the GraphQL server. |
| TransactionDenyRulesUpdate | data class TransactionDenyRulesUpdate(var epoch: ULong, var round: ULong, var addedAddresses: List<Address>, var removedAddresses: List<Address>, var addedObjects: List<ObjectId>, var removedObjects: List<ObjectId>, var addedPackages: List<ObjectId>, var removedPackages: List<ObjectId>, var packagePublishDisabled: Boolean, var packageUpgradeDisabled: Boolean, var sharedObjectDisabled: Boolean, var userTransactionDisabled: Boolean, var receivingObjectsDisabled: Boolean, var moveAuthenticatorDisabled: Boolean, var denyRulesObjInitialSharedVersion: Version) : Disposable Update of the on-chain transaction deny rules. |
| TransactionDigest | open class TransactionDigest : Disposable, AutoCloseable, TransactionDigestInterface The digest of a Transaction. |
| TransactionDigestInterface | interface TransactionDigestInterface The digest of a Transaction. |
| TransactionEffects | open class TransactionEffects : Disposable, AutoCloseable, TransactionEffectsInterface The output or effects of executing a transaction |
| TransactionEffectsDigest | open class TransactionEffectsDigest : Disposable, AutoCloseable, TransactionEffectsDigestInterface The digest of TransactionEffects. |
| TransactionEffectsDigestInterface | interface TransactionEffectsDigestInterface The digest of TransactionEffects. |
| TransactionEffectsInterface | interface TransactionEffectsInterface The output or effects of executing a transaction |
| TransactionEffectsPage | data class TransactionEffectsPage(var pageInfo: PageInfo, var data: List<TransactionEffects>) : Disposable A page of items returned by the GraphQL server. |
| TransactionEffectsV1 | data class TransactionEffectsV1(var status: ExecutionStatus, var epoch: ULong, var gasCostSummary: GasCostSummary, var transactionDigest: TransactionDigest, var gasObjectIndex: UInt? = null, var eventsDigest: TransactionEventsDigest? = null, var dependencies: List<TransactionDigest>, var lamportVersion: Version, var changedObjects: List<ChangedObject>, var unchangedSharedObjects: List<UnchangedSharedObject>, var auxiliaryDataDigest: EffectsAuxDataDigest? = null) : Disposable Version 1 of TransactionEffects |
| TransactionEvents | open class TransactionEvents : Disposable, AutoCloseable, TransactionEventsInterface Events emitted during the successful execution of a transaction |
| TransactionEventsDigest | open class TransactionEventsDigest : Disposable, AutoCloseable, TransactionEventsDigestInterface The digest of TransactionEvents. |
| TransactionEventsDigestInterface | interface TransactionEventsDigestInterface The digest of TransactionEvents. |
| TransactionEventsInterface | interface TransactionEventsInterface Events emitted during the successful execution of a transaction |
| TransactionExpiration | sealed class TransactionExpiration A TTL for a transaction |
| TransactionInterface | interface TransactionInterface Transaction |
| TransactionKind | open class TransactionKind : Disposable, AutoCloseable, TransactionKindInterface Transaction type |
| TransactionKindInterface | interface TransactionKindInterface Transaction type |
| TransactionMetadata | data class TransactionMetadata(var gasBudget: ULong? = null, var gasObjects: List<ObjectRef>? = null, var gasPrice: ULong? = null, var gasSponsor: Address? = null, var sender: Address? = null) : Disposable |
| TransactionsFilter | data class TransactionsFilter(var function: String? = null, var kind: TransactionBlockKindInput? = null, var afterCheckpoint: ULong? = null, var atCheckpoint: ULong? = null, var beforeCheckpoint: ULong? = null, var sentAddress: Address? = null, var recvAddress: Address? = null, var inputObject: ObjectId? = null, var changedObject: ObjectId? = null, var transactionIds: List<String>? = null, var wrappedOrDeletedObject: ObjectId? = null) : Disposable |
| TransactionSigner | open class TransactionSigner : Disposable, AutoCloseable, TransactionSignerInterface An async signer implementation which wraps a TransactionSignerFn definition, which can be used to sign a transaction with a callback. |
| TransactionSignerFn | interface TransactionSignerFn Defines a type which can sign a transaction asynchronously. |
| TransactionSignerFnImpl | open class TransactionSignerFnImpl : Disposable, AutoCloseable, TransactionSignerFn Defines a type which can sign a transaction asynchronously. |
| TransactionSignerFnOutput | data class TransactionSignerFnOutput(var signature: UserSignature) : Disposable The result of an async sign call containing the UserSignature. |
| TransactionSignerInterface | interface TransactionSignerInterface An async signer implementation which wraps a TransactionSignerFn definition, which can be used to sign a transaction with a callback. |
| TransactionSubscription | open class TransactionSubscription : Disposable, AutoCloseable, TransactionSubscriptionInterface A live subscription. |
| TransactionSubscriptionInterface | interface TransactionSubscriptionInterface A live subscription. |
| TransactionUpdate | sealed class TransactionUpdate : Disposable An item delivered by a subscription. |
| TransactionV1 | open class TransactionV1 : Disposable, AutoCloseable, TransactionV1Interface A transaction |
| TransactionV1Interface | interface TransactionV1Interface A transaction |
| TransferObjects | open class TransferObjects : Disposable, AutoCloseable, TransferObjectsInterface Command to transfer ownership of a set of objects to an address |
| TransferObjectsInterface | interface TransferObjectsInterface Command to transfer ownership of a set of objects to an address |
| TransferPolicy | open class TransferPolicy : Disposable, AutoCloseable, TransferPolicyInterface A typed view of an on-chain 0x2::transfer_policy::TransferPolicy<T> object. |
| TransferPolicyCap | open class TransferPolicyCap : Disposable, AutoCloseable, TransferPolicyCapInterface A typed view of an on-chain 0x2::transfer_policy::TransferPolicyCap<T> object. |
| TransferPolicyCapInterface | interface TransferPolicyCapInterface A typed view of an on-chain 0x2::transfer_policy::TransferPolicyCap<T> object. |
| TransferPolicyCreated | open class TransferPolicyCreated : Disposable, AutoCloseable, TransferPolicyCreatedInterface A typed view of a 0x2::transfer_policy::TransferPolicyCreated. |
| TransferPolicyCreatedInterface | interface TransferPolicyCreatedInterface A typed view of a 0x2::transfer_policy::TransferPolicyCreated. |
| TransferPolicyDestroyed | open class TransferPolicyDestroyed : Disposable, AutoCloseable, TransferPolicyDestroyedInterface A typed view of a 0x2::transfer_policy::TransferPolicyDestroyed. |
| TransferPolicyDestroyedInterface | interface TransferPolicyDestroyedInterface A typed view of a 0x2::transfer_policy::TransferPolicyDestroyed. |
| TransferPolicyInterface | interface TransferPolicyInterface A typed view of an on-chain 0x2::transfer_policy::TransferPolicy<T> object. |
| TreasuryCap | open class TreasuryCap : Disposable, AutoCloseable, TreasuryCapInterface A typed view of an on-chain 0x2::coin::TreasuryCap<T> object, the capability controlling a coin type's supply. |
| TreasuryCapInterface | interface TreasuryCapInterface A typed view of an on-chain 0x2::coin::TreasuryCap<T> object, the capability controlling a coin type's supply. |
| TreasuryOwnershipRenounced | open class TreasuryOwnershipRenounced : Disposable, AutoCloseable, TreasuryOwnershipRenouncedInterface A typed view of a 0x2::coin_manager::TreasuryOwnershipRenounced. |
| TreasuryOwnershipRenouncedInterface | interface TreasuryOwnershipRenouncedInterface A typed view of a 0x2::coin_manager::TreasuryOwnershipRenounced. |
| TypeArgumentError | enum TypeArgumentError : Enum<TypeArgumentError> An error with a type argument |
| TypeOrigin | data class TypeOrigin(var moduleName: Identifier, var datatypeName: Identifier, var package: ObjectId) : Disposable Stores the origin of a data type where it first appeared in the version chain. A data type is identified by the name of the module and the name of the struct/enum in combination. |
| TypeTag | open class TypeTag : Disposable, AutoCloseable, TypeTagInterface Type of a move value |
| TypeTagInterface | interface TypeTagInterface Type of a move value |
| UnchangedSharedKind | sealed class UnchangedSharedKind : Disposable Type of unchanged shared object |
| UnchangedSharedObject | data class UnchangedSharedObject(var objectId: ObjectId, var kind: UnchangedSharedKind) : Disposable A shared object that wasn't changed during execution |
| UnstakingRequestEvent | open class UnstakingRequestEvent : Disposable, AutoCloseable, UnstakingRequestEventInterface A typed view of a 0x3::validator::UnstakingRequestEvent. |
| UnstakingRequestEventInterface | interface UnstakingRequestEventInterface A typed view of a 0x3::validator::UnstakingRequestEvent. |
| UnverifiedValidatorOperationCap | open class UnverifiedValidatorOperationCap : Disposable, AutoCloseable, UnverifiedValidatorOperationCapInterface A typed view of an on-chain 0x3::validator_cap::UnverifiedValidatorOperationCap object. |
| UnverifiedValidatorOperationCapInterface | interface UnverifiedValidatorOperationCapInterface A typed view of an on-chain 0x3::validator_cap::UnverifiedValidatorOperationCap object. |
| Upgrade | open class Upgrade : Disposable, AutoCloseable, UpgradeInterface Command to upgrade an already published package |
| UpgradeCap | open class UpgradeCap : Disposable, AutoCloseable, UpgradeCapInterface A typed view of an on-chain 0x2::package::UpgradeCap object. |
| UpgradeCapInterface | interface UpgradeCapInterface A typed view of an on-chain 0x2::package::UpgradeCap object. |
| UpgradeInfo | data class UpgradeInfo(var upgradedId: ObjectId, var upgradedVersion: Version) : Disposable Upgraded package info for the linkage table |
| UpgradeInterface | interface UpgradeInterface Command to upgrade an already published package |
| UpgradePolicy | open class UpgradePolicy : Disposable, AutoCloseable, UpgradePolicyInterface Representation of upgrade policy constants in iota::package. |
| UpgradePolicyInterface | interface UpgradePolicyInterface Representation of upgrade policy constants in iota::package. |
| UserSignature | open class UserSignature : Disposable, AutoCloseable, UserSignatureInterface A signature from a user |
| UserSignatureInterface | interface UserSignatureInterface A signature from a user |
| UserSignatureVerifier | open class UserSignatureVerifier : Disposable, AutoCloseable, UserSignatureVerifierInterface Verifier that will verify all UserSignature variants |
| UserSignatureVerifierInterface | interface UserSignatureVerifierInterface Verifier that will verify all UserSignature variants |
| Validator | data class Validator(var apy: Int? = null, var address: Address, var commissionRate: Int? = null, var credentials: ValidatorCredentials? = null, var description: String? = null, var exchangeRatesSize: ULong? = null, var gasPrice: ULong? = null, var name: String? = null, var imageUrl: String? = null, var nextEpochCommissionRate: Int? = null, var nextEpochCredentials: ValidatorCredentials? = null, var nextEpochGasPrice: ULong? = null, var nextEpochStake: ULong? = null, var operationCap: ByteArray? = null, var pendingPoolTokenWithdraw: ULong? = null, var pendingStake: ULong? = null, var pendingTotalIotaWithdraw: ULong? = null, var poolTokenBalance: ULong? = null, var projectUrl: String? = null, var rewardsPool: ULong? = null, var stakingPoolActivationEpoch: ULong? = null, var stakingPoolId: ObjectId, var stakingPoolIotaBalance: ULong? = null, var votingPower: Int? = null) : Disposable Represents a validator in the system. |
| ValidatorAggregatedSignature | open class ValidatorAggregatedSignature : Disposable, AutoCloseable, ValidatorAggregatedSignatureInterface An aggregated signature from multiple Validators. |
| ValidatorAggregatedSignatureInterface | interface ValidatorAggregatedSignatureInterface An aggregated signature from multiple Validators. |
| ValidatorCommittee | data class ValidatorCommittee(var epoch: ULong, var members: List<ValidatorCommitteeMember>) : Disposable The Validator Set for a particular epoch. |
| ValidatorCommitteeMember | data class ValidatorCommitteeMember(var publicKey: Bls12381PublicKey, var stake: ULong) : Disposable A member of a Validator Committee |
| ValidatorCommitteeSignatureAggregator | open class ValidatorCommitteeSignatureAggregator : Disposable, AutoCloseable, ValidatorCommitteeSignatureAggregatorInterface |
| ValidatorCommitteeSignatureAggregatorInterface | interface ValidatorCommitteeSignatureAggregatorInterface |
| ValidatorCommitteeSignatureVerifier | open class ValidatorCommitteeSignatureVerifier : Disposable, AutoCloseable, ValidatorCommitteeSignatureVerifierInterface |
| ValidatorCommitteeSignatureVerifierInterface | interface ValidatorCommitteeSignatureVerifierInterface |
| ValidatorConnection | data class ValidatorConnection(var pageInfo: PageInfo, var nodes: List<Validator>) : Disposable |
| ValidatorCredentials | data class ValidatorCredentials(var authorityPubKey: Base64? = null, var networkPubKey: Base64? = null, var protocolPubKey: Base64? = null, var proofOfPossession: Base64? = null, var netAddress: String? = null, var p2pAddress: String? = null, var primaryAddress: String? = null) The credentials related fields associated with a validator. |
| ValidatorEpochInfoEventV1 | open class ValidatorEpochInfoEventV1 : Disposable, AutoCloseable, ValidatorEpochInfoEventV1Interface A typed view of a 0x3::validator_set::ValidatorEpochInfoEventV1. |
| ValidatorEpochInfoEventV1Interface | interface ValidatorEpochInfoEventV1Interface A typed view of a 0x3::validator_set::ValidatorEpochInfoEventV1. |
| ValidatorJoinEvent | open class ValidatorJoinEvent : Disposable, AutoCloseable, ValidatorJoinEventInterface A typed view of a 0x3::validator_set::ValidatorJoinEvent. |
| ValidatorJoinEventInterface | interface ValidatorJoinEventInterface A typed view of a 0x3::validator_set::ValidatorJoinEvent. |
| ValidatorLeaveEvent | open class ValidatorLeaveEvent : Disposable, AutoCloseable, ValidatorLeaveEventInterface A typed view of a 0x3::validator_set::ValidatorLeaveEvent. |
| ValidatorLeaveEventInterface | interface ValidatorLeaveEventInterface A typed view of a 0x3::validator_set::ValidatorLeaveEvent. |
| ValidatorMetadataV1 | open class ValidatorMetadataV1 : Disposable, AutoCloseable, ValidatorMetadataV1Interface A typed view of a 0x3::validator::ValidatorMetadataV1. |
| ValidatorMetadataV1Interface | interface ValidatorMetadataV1Interface A typed view of a 0x3::validator::ValidatorMetadataV1. |
| ValidatorPage | data class ValidatorPage(var pageInfo: PageInfo, var data: List<Validator>) : Disposable A page of items returned by the GraphQL server. |
| ValidatorSet | data class ValidatorSet(var inactivePoolsId: ObjectId? = null, var inactivePoolsSize: Int? = null, var pendingActiveValidatorsId: ObjectId? = null, var pendingActiveValidatorsSize: Int? = null, var pendingRemovals: List<Int>? = null, var stakingPoolMappingsId: ObjectId? = null, var stakingPoolMappingsSize: Int? = null, var totalStake: String? = null, var validatorCandidatesSize: Int? = null, var validatorCandidatesId: ObjectId? = null) : Disposable |
| ValidatorSetV1 | open class ValidatorSetV1 : Disposable, AutoCloseable, ValidatorSetV1Interface A typed view of the 0x3::validator_set::ValidatorSetV1 embedded in IotaSystemStateV1. |
| ValidatorSetV1Interface | interface ValidatorSetV1Interface A typed view of the 0x3::validator_set::ValidatorSetV1 embedded in IotaSystemStateV1. |
| ValidatorSetV2 | open class ValidatorSetV2 : Disposable, AutoCloseable, ValidatorSetV2Interface A typed view of the 0x3::validator_set::ValidatorSetV2 embedded in the system state. |
| ValidatorSetV2Interface | interface ValidatorSetV2Interface A typed view of the 0x3::validator_set::ValidatorSetV2 embedded in the system state. |
| ValidatorSignature | open class ValidatorSignature : Disposable, AutoCloseable, ValidatorSignatureInterface A signature from a Validator |
| ValidatorSignatureInterface | interface ValidatorSignatureInterface A signature from a Validator |
| ValidatorV1 | open class ValidatorV1 : Disposable, AutoCloseable, ValidatorV1Interface A typed view of a 0x3::validator::ValidatorV1 from the active validator set. |
| ValidatorV1Interface | interface ValidatorV1Interface A typed view of a 0x3::validator::ValidatorV1 from the active validator set. |
| Value | typealias Value = String Typealias from the type name used in the UDL file to the builtin type. This is needed because the UDL type name is used in function/method signatures. It's also what we have an external type that references a custom type. |
| Version | open class Version : Disposable, AutoCloseable, VersionInterface |
| VersionAssignment | open class VersionAssignment : Disposable, AutoCloseable, VersionAssignmentInterface Object version assignment from consensus |
| VersionAssignmentInterface | interface VersionAssignmentInterface Object version assignment from consensus |
| VersionInterface | interface VersionInterface |
| VersionUpdated | open class VersionUpdated : Disposable, AutoCloseable, VersionUpdatedInterface A typed view of a 0x2::display::VersionUpdated. |
| VersionUpdatedInterface | interface VersionUpdatedInterface A typed view of a 0x2::display::VersionUpdated. |
| WaitForTx | enum WaitForTx : Enum<WaitForTx> Determines what to wait for after executing a transaction. |
Functions
| Name | Summary |
|---|---|
| addressFromBcs | fun addressFromBcs(bcs: ByteArray): Address Create this type from BCS encoded bytes. |
| addressFromJson | fun addressFromJson(json: String): Address Create this type from JSON encoded string. |
| addressToBcs | fun addressToBcs(data: Address): ByteArray Convert this type to BCS encoded bytes. |
| addressToJson | fun addressToJson(data: Address): String Convert this type to JSON encoded string. |
| argumentFromBcs | fun argumentFromBcs(bcs: ByteArray): Argument Create this type from BCS encoded bytes. |
| argumentFromJson | fun argumentFromJson(json: String): Argument Create this type from JSON encoded string. |
| argumentToBcs | fun argumentToBcs(data: Argument): ByteArray Convert this type to BCS encoded bytes. |
| argumentToJson | fun argumentToJson(data: Argument): String Convert this type to JSON encoded string. |
| base64Decode | fun base64Decode(input: String): ByteArray |
| base64Encode | fun base64Encode(input: ByteArray): String |
| bls12381PublicKeyFromBcs | fun bls12381PublicKeyFromBcs(bcs: ByteArray): Bls12381PublicKey Create this type from BCS encoded bytes. |
| bls12381PublicKeyFromJson | fun bls12381PublicKeyFromJson(json: String): Bls12381PublicKey Create this type from JSON encoded string. |
| bls12381PublicKeyToBcs | fun bls12381PublicKeyToBcs(data: Bls12381PublicKey): ByteArray Convert this type to BCS encoded bytes. |
| bls12381PublicKeyToJson | fun bls12381PublicKeyToJson(data: Bls12381PublicKey): String Convert this type to JSON encoded string. |
| bls12381SignatureFromBcs | fun bls12381SignatureFromBcs(bcs: ByteArray): Bls12381Signature Create this type from BCS encoded bytes. |
| bls12381SignatureFromJson | fun bls12381SignatureFromJson(json: String): Bls12381Signature Create this type from JSON encoded string. |
| bls12381SignatureToBcs | fun bls12381SignatureToBcs(data: Bls12381Signature): ByteArray Convert this type to BCS encoded bytes. |
| bls12381SignatureToJson | fun bls12381SignatureToJson(data: Bls12381Signature): String Convert this type to JSON encoded string. |
| boolFromBcs | fun boolFromBcs(input: ByteArray): Boolean Create a bool from BCS encoded bytes. |
| boolFromJson | fun boolFromJson(input: String): Boolean Create a bool from JSON encoded string. |
| boolToBcs | fun boolToBcs(input: Boolean): ByteArray Convert this bool to BCS encoded bytes. |
| boolToJson | fun boolToJson(input: Boolean): String Convert this bool to JSON encoded string. |
| canceledTransactionFromBcs | fun canceledTransactionFromBcs(bcs: ByteArray): CanceledTransaction Create this type from BCS encoded bytes. |
| canceledTransactionFromJson | fun canceledTransactionFromJson(json: String): CanceledTransaction Create this type from JSON encoded string. |
| canceledTransactionToBcs | fun canceledTransactionToBcs(data: CanceledTransaction): ByteArray Convert this type to BCS encoded bytes. |
| canceledTransactionToJson | fun canceledTransactionToJson(data: CanceledTransaction): String Convert this type to JSON encoded string. |
| certificateDigestFromBcs | fun certificateDigestFromBcs(bcs: ByteArray): CertificateDigest Create this type from BCS encoded bytes. |
| certificateDigestFromJson | fun certificateDigestFromJson(json: String): CertificateDigest Create this type from JSON encoded string. |
| certificateDigestToBcs | fun certificateDigestToBcs(data: CertificateDigest): ByteArray Convert this type to BCS encoded bytes. |
| certificateDigestToJson | fun certificateDigestToJson(data: CertificateDigest): String Convert this type to JSON encoded string. |
| changedObjectFromBcs | fun changedObjectFromBcs(bcs: ByteArray): ChangedObject Create this type from BCS encoded bytes. |
| changedObjectFromJson | fun changedObjectFromJson(json: String): ChangedObject Create this type from JSON encoded string. |
| changedObjectToBcs | fun changedObjectToBcs(data: ChangedObject): ByteArray Convert this type to BCS encoded bytes. |
| changedObjectToJson | fun changedObjectToJson(data: ChangedObject): String Convert this type to JSON encoded string. |
| changeEpochFromBcs | fun changeEpochFromBcs(bcs: ByteArray): ChangeEpoch Create this type from BCS encoded bytes. |
| changeEpochFromJson | fun changeEpochFromJson(json: String): ChangeEpoch Create this type from JSON encoded string. |
| changeEpochToBcs | fun changeEpochToBcs(data: ChangeEpoch): ByteArray Convert this type to BCS encoded bytes. |
| changeEpochToJson | fun changeEpochToJson(data: ChangeEpoch): String Convert this type to JSON encoded string. |
| changeEpochV2FromBcs | fun changeEpochV2FromBcs(bcs: ByteArray): ChangeEpochV2 Create this type from BCS encoded bytes. |
| changeEpochV2FromJson | fun changeEpochV2FromJson(json: String): ChangeEpochV2 Create this type from JSON encoded string. |
| changeEpochV2ToBcs | fun changeEpochV2ToBcs(data: ChangeEpochV2): ByteArray Convert this type to BCS encoded bytes. |
| changeEpochV2ToJson | fun changeEpochV2ToJson(data: ChangeEpochV2): String Convert this type to JSON encoded string. |
| checkpointCommitmentFromBcs | fun checkpointCommitmentFromBcs(bcs: ByteArray): CheckpointCommitment Create this type from BCS encoded bytes. |
| checkpointCommitmentFromJson | fun checkpointCommitmentFromJson(json: String): CheckpointCommitment Create this type from JSON encoded string. |
| checkpointCommitmentToBcs | fun checkpointCommitmentToBcs(data: CheckpointCommitment): ByteArray Convert this type to BCS encoded bytes. |
| checkpointCommitmentToJson | fun checkpointCommitmentToJson(data: CheckpointCommitment): String Convert this type to JSON encoded string. |
| checkpointContentsDigestFromBcs | fun checkpointContentsDigestFromBcs(bcs: ByteArray): CheckpointContentsDigest Create this type from BCS encoded bytes. |
| checkpointContentsDigestFromJson | fun checkpointContentsDigestFromJson(json: String): CheckpointContentsDigest Create this type from JSON encoded string. |
| checkpointContentsDigestToBcs | fun checkpointContentsDigestToBcs(data: CheckpointContentsDigest): ByteArray Convert this type to BCS encoded bytes. |
| checkpointContentsDigestToJson | fun checkpointContentsDigestToJson(data: CheckpointContentsDigest): String Convert this type to JSON encoded string. |
| checkpointContentsFromBcs | fun checkpointContentsFromBcs(bcs: ByteArray): CheckpointContents Create this type from BCS encoded bytes. |
| checkpointContentsFromJson | fun checkpointContentsFromJson(json: String): CheckpointContents Create this type from JSON encoded string. |
| checkpointContentsToBcs | fun checkpointContentsToBcs(data: CheckpointContents): ByteArray Convert this type to BCS encoded bytes. |
| checkpointContentsToJson | fun checkpointContentsToJson(data: CheckpointContents): String Convert this type to JSON encoded string. |
| checkpointContentsV1FromBcs | fun checkpointContentsV1FromBcs(bcs: ByteArray): CheckpointContentsV1 Create this type from BCS encoded bytes. |
| checkpointContentsV1FromJson | fun checkpointContentsV1FromJson(json: String): CheckpointContentsV1 Create this type from JSON encoded string. |
| checkpointContentsV1ToBcs | fun checkpointContentsV1ToBcs(data: CheckpointContentsV1): ByteArray Convert this type to BCS encoded bytes. |
| checkpointContentsV1ToJson | fun checkpointContentsV1ToJson(data: CheckpointContentsV1): String Convert this type to JSON encoded string. |
| checkpointDigestFromBcs | fun checkpointDigestFromBcs(bcs: ByteArray): CheckpointDigest Create this type from BCS encoded bytes. |
| checkpointDigestFromJson | fun checkpointDigestFromJson(json: String): CheckpointDigest Create this type from JSON encoded string. |
| checkpointDigestToBcs | fun checkpointDigestToBcs(data: CheckpointDigest): ByteArray Convert this type to BCS encoded bytes. |
| checkpointDigestToJson | fun checkpointDigestToJson(data: CheckpointDigest): String Convert this type to JSON encoded string. |
| checkpointSummaryFromBcs | fun checkpointSummaryFromBcs(bcs: ByteArray): CheckpointSummary Create this type from BCS encoded bytes. |
| checkpointSummaryFromJson | fun checkpointSummaryFromJson(json: String): CheckpointSummary Create this type from JSON encoded string. |
| checkpointSummaryToBcs | fun checkpointSummaryToBcs(data: CheckpointSummary): ByteArray Convert this type to BCS encoded bytes. |
| checkpointSummaryToJson | fun checkpointSummaryToJson(data: CheckpointSummary): String Convert this type to JSON encoded string. |
| checkpointTransactionInfoFromBcs | fun checkpointTransactionInfoFromBcs(bcs: ByteArray): CheckpointTransactionInfo Create this type from BCS encoded bytes. |
| checkpointTransactionInfoFromJson | fun checkpointTransactionInfoFromJson(json: String): CheckpointTransactionInfo Create this type from JSON encoded string. |
| checkpointTransactionInfoToBcs | fun checkpointTransactionInfoToBcs(data: CheckpointTransactionInfo): ByteArray Convert this type to BCS encoded bytes. |
| checkpointTransactionInfoToJson | fun checkpointTransactionInfoToJson(data: CheckpointTransactionInfo): String Convert this type to JSON encoded string. |
| commandArgumentErrorFromBcs | fun commandArgumentErrorFromBcs(bcs: ByteArray): CommandArgumentError Create this type from BCS encoded bytes. |
| commandArgumentErrorFromJson | fun commandArgumentErrorFromJson(json: String): CommandArgumentError Create this type from JSON encoded string. |
| commandArgumentErrorToBcs | fun commandArgumentErrorToBcs(data: CommandArgumentError): ByteArray Convert this type to BCS encoded bytes. |
| commandArgumentErrorToJson | fun commandArgumentErrorToJson(data: CommandArgumentError): String Convert this type to JSON encoded string. |
| commandFromBcs | fun commandFromBcs(bcs: ByteArray): Command Create this type from BCS encoded bytes. |
| commandFromJson | fun commandFromJson(json: String): Command Create this type from JSON encoded string. |
| commandToBcs | fun commandToBcs(data: Command): ByteArray Convert this type to BCS encoded bytes. |
| commandToJson | fun commandToJson(data: Command): String Convert this type to JSON encoded string. |
| consensusCommitDigestFromBcs | fun consensusCommitDigestFromBcs(bcs: ByteArray): ConsensusCommitDigest Create this type from BCS encoded bytes. |
| consensusCommitDigestFromJson | fun consensusCommitDigestFromJson(json: String): ConsensusCommitDigest Create this type from JSON encoded string. |
| consensusCommitDigestToBcs | fun consensusCommitDigestToBcs(data: ConsensusCommitDigest): ByteArray Convert this type to BCS encoded bytes. |
| consensusCommitDigestToJson | fun consensusCommitDigestToJson(data: ConsensusCommitDigest): String Convert this type to JSON encoded string. |
| consensusCommitPrologueV1FromBcs | fun consensusCommitPrologueV1FromBcs(bcs: ByteArray): ConsensusCommitPrologueV1 Create this type from BCS encoded bytes. |
| consensusCommitPrologueV1FromJson | fun consensusCommitPrologueV1FromJson(json: String): ConsensusCommitPrologueV1 Create this type from JSON encoded string. |
| consensusCommitPrologueV1ToBcs | fun consensusCommitPrologueV1ToBcs(data: ConsensusCommitPrologueV1): ByteArray Convert this type to BCS encoded bytes. |
| consensusCommitPrologueV1ToJson | fun consensusCommitPrologueV1ToJson(data: ConsensusCommitPrologueV1): String Convert this type to JSON encoded string. |
| consensusDeterminedVersionAssignmentsFromBcs | fun consensusDeterminedVersionAssignmentsFromBcs(bcs: ByteArray): ConsensusDeterminedVersionAssignments Create this type from BCS encoded bytes. |
| consensusDeterminedVersionAssignmentsFromJson | fun consensusDeterminedVersionAssignmentsFromJson(json: String): ConsensusDeterminedVersionAssignments Create this type from JSON encoded string. |
| consensusDeterminedVersionAssignmentsToBcs | fun consensusDeterminedVersionAssignmentsToBcs(data: ConsensusDeterminedVersionAssignments): ByteArray Convert this type to BCS encoded bytes. |
| consensusDeterminedVersionAssignmentsToJson | fun consensusDeterminedVersionAssignmentsToJson(data: ConsensusDeterminedVersionAssignments): String Convert this type to JSON encoded string. |
| denyRuleSetFromBcs | fun denyRuleSetFromBcs(bcs: ByteArray): DenyRuleSet Create this type from BCS encoded bytes. |
| denyRuleSetFromJson | fun denyRuleSetFromJson(json: String): DenyRuleSet Create this type from JSON encoded string. |
| denyRuleSetToBcs | fun denyRuleSetToBcs(data: DenyRuleSet): ByteArray Convert this type to BCS encoded bytes. |
| denyRuleSetToJson | fun denyRuleSetToJson(data: DenyRuleSet): String Convert this type to JSON encoded string. |
| digestFromBcs | fun digestFromBcs(bcs: ByteArray): Digest Create this type from BCS encoded bytes. |
| digestFromJson | fun digestFromJson(json: String): Digest Create this type from JSON encoded string. |
| digestToBcs | fun digestToBcs(data: Digest): ByteArray Convert this type to BCS encoded bytes. |
| digestToJson | fun digestToJson(data: Digest): String Convert this type to JSON encoded string. |
| ed25519PublicKeyFromBcs | fun ed25519PublicKeyFromBcs(bcs: ByteArray): Ed25519PublicKey Create this type from BCS encoded bytes. |
| ed25519PublicKeyFromJson | fun ed25519PublicKeyFromJson(json: String): Ed25519PublicKey Create this type from JSON encoded string. |
| ed25519PublicKeyToBcs | fun ed25519PublicKeyToBcs(data: Ed25519PublicKey): ByteArray Convert this type to BCS encoded bytes. |
| ed25519PublicKeyToJson | fun ed25519PublicKeyToJson(data: Ed25519PublicKey): String Convert this type to JSON encoded string. |
| ed25519SignatureFromBcs | fun ed25519SignatureFromBcs(bcs: ByteArray): Ed25519Signature Create this type from BCS encoded bytes. |
| ed25519SignatureFromJson | fun ed25519SignatureFromJson(json: String): Ed25519Signature Create this type from JSON encoded string. |
| ed25519SignatureToBcs | fun ed25519SignatureToBcs(data: Ed25519Signature): ByteArray Convert this type to BCS encoded bytes. |
| ed25519SignatureToJson | fun ed25519SignatureToJson(data: Ed25519Signature): String Convert this type to JSON encoded string. |
| effectsAuxDataDigestFromBcs | fun effectsAuxDataDigestFromBcs(bcs: ByteArray): EffectsAuxDataDigest Create this type from BCS encoded bytes. |
| effectsAuxDataDigestFromJson | fun effectsAuxDataDigestFromJson(json: String): EffectsAuxDataDigest Create this type from JSON encoded string. |
| effectsAuxDataDigestToBcs | fun effectsAuxDataDigestToBcs(data: EffectsAuxDataDigest): ByteArray Convert this type to BCS encoded bytes. |
| effectsAuxDataDigestToJson | fun effectsAuxDataDigestToJson(data: EffectsAuxDataDigest): String Convert this type to JSON encoded string. |
| endOfEpochDataFromBcs | fun endOfEpochDataFromBcs(bcs: ByteArray): EndOfEpochData Create this type from BCS encoded bytes. |
| endOfEpochDataFromJson | fun endOfEpochDataFromJson(json: String): EndOfEpochData Create this type from JSON encoded string. |
| endOfEpochDataToBcs | fun endOfEpochDataToBcs(data: EndOfEpochData): ByteArray Convert this type to BCS encoded bytes. |
| endOfEpochDataToJson | fun endOfEpochDataToJson(data: EndOfEpochData): String Convert this type to JSON encoded string. |
| eventFromBcs | fun eventFromBcs(bcs: ByteArray): Event Create an Event from BCS encoded bytes. |
| eventFromJson | fun eventFromJson(json: String): Event Create an Event from a JSON encoded string. |
| eventToBcs | fun eventToBcs(data: Event): ByteArray Convert an Event to BCS encoded bytes. |
| eventToJson | fun eventToJson(data: Event): String Convert an Event to a JSON encoded string. |
| executionErrorFromBcs | fun executionErrorFromBcs(bcs: ByteArray): ExecutionError Create this type from BCS encoded bytes. |
| executionErrorFromJson | fun executionErrorFromJson(json: String): ExecutionError Create this type from JSON encoded string. |
| executionErrorToBcs | fun executionErrorToBcs(data: ExecutionError): ByteArray Convert this type to BCS encoded bytes. |
| executionErrorToJson | fun executionErrorToJson(data: ExecutionError): String Convert this type to JSON encoded string. |
| executionStatusFromBcs | fun executionStatusFromBcs(bcs: ByteArray): ExecutionStatus Create this type from BCS encoded bytes. |
| executionStatusFromJson | fun executionStatusFromJson(json: String): ExecutionStatus Create this type from JSON encoded string. |
| executionStatusToBcs | fun executionStatusToBcs(data: ExecutionStatus): ByteArray Convert this type to BCS encoded bytes. |
| executionStatusToJson | fun executionStatusToJson(data: ExecutionStatus): String Convert this type to JSON encoded string. |
| gasCostSummaryFromBcs | fun gasCostSummaryFromBcs(bcs: ByteArray): GasCostSummary Create this type from BCS encoded bytes. |
| gasCostSummaryFromJson | fun gasCostSummaryFromJson(json: String): GasCostSummary Create this type from JSON encoded string. |
| gasCostSummaryToBcs | fun gasCostSummaryToBcs(data: GasCostSummary): ByteArray Convert this type to BCS encoded bytes. |
| gasCostSummaryToJson | fun gasCostSummaryToJson(data: GasCostSummary): String Convert this type to JSON encoded string. |
| gasPaymentFromBcs | fun gasPaymentFromBcs(bcs: ByteArray): GasPayment Create this type from BCS encoded bytes. |
| gasPaymentFromJson | fun gasPaymentFromJson(json: String): GasPayment Create this type from JSON encoded string. |
| gasPaymentToBcs | fun gasPaymentToBcs(data: GasPayment): ByteArray Convert this type to BCS encoded bytes. |
| gasPaymentToJson | fun gasPaymentToJson(data: GasPayment): String Convert this type to JSON encoded string. |
| generateMnemonic | fun generateMnemonic(wordCount: MnemonicLength?): String Generate a new BIP-39 mnemonic in English. Supported word counts are 12 and 24 (default). |
| genesisObjectFromBcs | fun genesisObjectFromBcs(bcs: ByteArray): GenesisObject Create this type from BCS encoded bytes. |
| genesisObjectFromJson | fun genesisObjectFromJson(json: String): GenesisObject Create this type from JSON encoded string. |
| genesisObjectToBcs | fun genesisObjectToBcs(data: GenesisObject): ByteArray Convert this type to BCS encoded bytes. |
| genesisObjectToJson | fun genesisObjectToJson(data: GenesisObject): String Convert this type to JSON encoded string. |
| genesisTransactionFromBcs | fun genesisTransactionFromBcs(bcs: ByteArray): GenesisTransaction Create this type from BCS encoded bytes. |
| genesisTransactionFromJson | fun genesisTransactionFromJson(json: String): GenesisTransaction Create this type from JSON encoded string. |
| genesisTransactionToBcs | fun genesisTransactionToBcs(data: GenesisTransaction): ByteArray Convert this type to BCS encoded bytes. |
| genesisTransactionToJson | fun genesisTransactionToJson(data: GenesisTransaction): String Convert this type to JSON encoded string. |
| hexDecode | fun hexDecode(input: String): ByteArray |
| hexEncode | fun hexEncode(input: ByteArray): String |
| i16FromBcs | fun i16FromBcs(input: ByteArray): Short Create a i16 from BCS encoded bytes. |
| i16FromJson | fun i16FromJson(input: String): Short Create a i16 from JSON encoded string. |
| i16ToBcs | fun i16ToBcs(input: Short): ByteArray Convert this i16 to BCS encoded bytes. |
| i16ToJson | fun i16ToJson(input: Short): String Convert this i16 to JSON encoded string. |
| i32FromBcs | fun i32FromBcs(input: ByteArray): Int Create a i32 from BCS encoded bytes. |
| i32FromJson | fun i32FromJson(input: String): Int Create a i32 from JSON encoded string. |
| i32ToBcs | fun i32ToBcs(input: Int): ByteArray Convert this i32 to BCS encoded bytes. |
| i32ToJson | fun i32ToJson(input: Int): String Convert this i32 to JSON encoded string. |
| i64FromBcs | fun i64FromBcs(input: ByteArray): Long Create a i64 from BCS encoded bytes. |
| i64FromJson | fun i64FromJson(input: String): Long Create a i64 from JSON encoded string. |
| i64ToBcs | fun i64ToBcs(input: Long): ByteArray Convert this i64 to BCS encoded bytes. |
| i64ToJson | fun i64ToJson(input: Long): String Convert this i64 to JSON encoded string. |
| i8FromBcs | fun i8FromBcs(input: ByteArray): Byte Create a i8 from BCS encoded bytes. |
| i8FromJson | fun i8FromJson(input: String): Byte Create a i8 from JSON encoded string. |
| i8ToBcs | fun i8ToBcs(input: Byte): ByteArray Convert this i8 to BCS encoded bytes. |
| i8ToJson | fun i8ToJson(input: Byte): String Convert this i8 to JSON encoded string. |
| identifierFromBcs | fun identifierFromBcs(bcs: ByteArray): Identifier Create this type from BCS encoded bytes. |
| identifierFromJson | fun identifierFromJson(json: String): Identifier Create this type from JSON encoded string. |
| identifierToBcs | fun identifierToBcs(data: Identifier): ByteArray Convert this type to BCS encoded bytes. |
| identifierToJson | fun identifierToJson(data: Identifier): String Convert this type to JSON encoded string. |
| idOperationFromBcs | fun idOperationFromBcs(bcs: ByteArray): IdOperation Create this type from BCS encoded bytes. |
| idOperationFromJson | fun idOperationFromJson(json: String): IdOperation Create this type from JSON encoded string. |
| idOperationToBcs | fun idOperationToBcs(data: IdOperation): ByteArray Convert this type to BCS encoded bytes. |
| idOperationToJson | fun idOperationToJson(data: IdOperation): String Convert this type to JSON encoded string. |
| inputFromBcs | fun inputFromBcs(bcs: ByteArray): Input Create this type from BCS encoded bytes. |
| inputFromJson | fun inputFromJson(json: String): Input Create this type from JSON encoded string. |
| inputToBcs | fun inputToBcs(data: Input): ByteArray Convert this type to BCS encoded bytes. |
| inputToJson | fun inputToJson(data: Input): String Convert this type to JSON encoded string. |
| makeMoveVectorFromBcs | fun makeMoveVectorFromBcs(bcs: ByteArray): MakeMoveVector Create this type from BCS encoded bytes. |
| makeMoveVectorFromJson | fun makeMoveVectorFromJson(json: String): MakeMoveVector Create this type from JSON encoded string. |
| makeMoveVectorToBcs | fun makeMoveVectorToBcs(data: MakeMoveVector): ByteArray Convert this type to BCS encoded bytes. |
| makeMoveVectorToJson | fun makeMoveVectorToJson(data: MakeMoveVector): String Convert this type to JSON encoded string. |
| mergeCoinsFromBcs | fun mergeCoinsFromBcs(bcs: ByteArray): MergeCoins Create this type from BCS encoded bytes. |
| mergeCoinsFromJson | fun mergeCoinsFromJson(json: String): MergeCoins Create this type from JSON encoded string. |
| mergeCoinsToBcs | fun mergeCoinsToBcs(data: MergeCoins): ByteArray Convert this type to BCS encoded bytes. |
| mergeCoinsToJson | fun mergeCoinsToJson(data: MergeCoins): String Convert this type to JSON encoded string. |
| misbehaviorReportDigestFromBcs | fun misbehaviorReportDigestFromBcs(bcs: ByteArray): MisbehaviorReportDigest Create this type from BCS encoded bytes. |
| misbehaviorReportDigestFromJson | fun misbehaviorReportDigestFromJson(json: String): MisbehaviorReportDigest Create this type from JSON encoded string. |
| misbehaviorReportDigestToBcs | fun misbehaviorReportDigestToBcs(data: MisbehaviorReportDigest): ByteArray Convert this type to BCS encoded bytes. |
| misbehaviorReportDigestToJson | fun misbehaviorReportDigestToJson(data: MisbehaviorReportDigest): String Convert this type to JSON encoded string. |
| moveAuthenticatorDigestFromBcs | fun moveAuthenticatorDigestFromBcs(bcs: ByteArray): MoveAuthenticatorDigest Create this type from BCS encoded bytes. |
| moveAuthenticatorDigestFromJson | fun moveAuthenticatorDigestFromJson(json: String): MoveAuthenticatorDigest Create this type from JSON encoded string. |
| moveAuthenticatorDigestToBcs | fun moveAuthenticatorDigestToBcs(data: MoveAuthenticatorDigest): ByteArray Convert this type to BCS encoded bytes. |
| moveAuthenticatorDigestToJson | fun moveAuthenticatorDigestToJson(data: MoveAuthenticatorDigest): String Convert this type to JSON encoded string. |
| moveCallFromBcs | fun moveCallFromBcs(bcs: ByteArray): MoveCall Create this type from BCS encoded bytes. |
| moveCallFromJson | fun moveCallFromJson(json: String): MoveCall Create this type from JSON encoded string. |
| moveCallToBcs | fun moveCallToBcs(data: MoveCall): ByteArray Convert this type to BCS encoded bytes. |
| moveCallToJson | fun moveCallToJson(data: MoveCall): String Convert this type to JSON encoded string. |
| moveLocationFromBcs | fun moveLocationFromBcs(bcs: ByteArray): MoveLocation Create this type from BCS encoded bytes. |
| moveLocationFromJson | fun moveLocationFromJson(json: String): MoveLocation Create this type from JSON encoded string. |
| moveLocationToBcs | fun moveLocationToBcs(data: MoveLocation): ByteArray Convert this type to BCS encoded bytes. |
| moveLocationToJson | fun moveLocationToJson(data: MoveLocation): String Convert this type to JSON encoded string. |
| movePackageFromBcs | fun movePackageFromBcs(bcs: ByteArray): MovePackage Create this type from BCS encoded bytes. |
| movePackageFromJson | fun movePackageFromJson(json: String): MovePackage Create this type from JSON encoded string. |
| movePackageToBcs | fun movePackageToBcs(data: MovePackage): ByteArray Convert this type to BCS encoded bytes. |
| movePackageToJson | fun movePackageToJson(data: MovePackage): String Convert this type to JSON encoded string. |
| moveStructFromBcs | fun moveStructFromBcs(bcs: ByteArray): MoveStruct Create this type from BCS encoded bytes. |
| moveStructFromJson | fun moveStructFromJson(json: String): MoveStruct Create this type from JSON encoded string. |
| moveStructToBcs | fun moveStructToBcs(data: MoveStruct): ByteArray Convert this type to BCS encoded bytes. |
| moveStructToJson | fun moveStructToJson(data: MoveStruct): String Convert this type to JSON encoded string. |
| multisigAggregatedSignatureFromBcs | fun multisigAggregatedSignatureFromBcs(bcs: ByteArray): MultisigAggregatedSignature Create this type from BCS encoded bytes. |
| multisigAggregatedSignatureFromJson | fun multisigAggregatedSignatureFromJson(json: String): MultisigAggregatedSignature Create this type from JSON encoded string. |
| multisigAggregatedSignatureToBcs | fun multisigAggregatedSignatureToBcs(data: MultisigAggregatedSignature): ByteArray Convert this type to BCS encoded bytes. |
| multisigAggregatedSignatureToJson | fun multisigAggregatedSignatureToJson(data: MultisigAggregatedSignature): String Convert this type to JSON encoded string. |
| multisigCommitteeFromBcs | fun multisigCommitteeFromBcs(bcs: ByteArray): MultisigCommittee Create this type from BCS encoded bytes. |
| multisigCommitteeFromJson | fun multisigCommitteeFromJson(json: String): MultisigCommittee Create this type from JSON encoded string. |
| multisigCommitteeToBcs | fun multisigCommitteeToBcs(data: MultisigCommittee): ByteArray Convert this type to BCS encoded bytes. |
| multisigCommitteeToJson | fun multisigCommitteeToJson(data: MultisigCommittee): String Convert this type to JSON encoded string. |
| multisigMemberFromBcs | fun multisigMemberFromBcs(bcs: ByteArray): MultisigMember Create this type from BCS encoded bytes. |
| multisigMemberFromJson | fun multisigMemberFromJson(json: String): MultisigMember Create this type from JSON encoded string. |
| multisigMemberSignatureFromBcs | fun multisigMemberSignatureFromBcs(bcs: ByteArray): MultisigMemberSignature Create this type from BCS encoded bytes. |
| multisigMemberSignatureFromJson | fun multisigMemberSignatureFromJson(json: String): MultisigMemberSignature Create this type from JSON encoded string. |
| multisigMemberSignatureToBcs | fun multisigMemberSignatureToBcs(data: MultisigMemberSignature): ByteArray Convert this type to BCS encoded bytes. |
| multisigMemberSignatureToJson | fun multisigMemberSignatureToJson(data: MultisigMemberSignature): String Convert this type to JSON encoded string. |
| multisigMemberToBcs | fun multisigMemberToBcs(data: MultisigMember): ByteArray Convert this type to BCS encoded bytes. |
| multisigMemberToJson | fun multisigMemberToJson(data: MultisigMember): String Convert this type to JSON encoded string. |
| objectDataFromBcs | fun objectDataFromBcs(bcs: ByteArray): ObjectData Create this type from BCS encoded bytes. |
| objectDataFromJson | fun objectDataFromJson(json: String): ObjectData Create this type from JSON encoded string. |
| objectDataToBcs | fun objectDataToBcs(data: ObjectData): ByteArray Convert this type to BCS encoded bytes. |
| objectDataToJson | fun objectDataToJson(data: ObjectData): String Convert this type to JSON encoded string. |
| objectDigestFromBcs | fun objectDigestFromBcs(bcs: ByteArray): ObjectDigest Create this type from BCS encoded bytes. |
| objectDigestFromJson | fun objectDigestFromJson(json: String): ObjectDigest Create this type from JSON encoded string. |
| objectDigestToBcs | fun objectDigestToBcs(data: ObjectDigest): ByteArray Convert this type to BCS encoded bytes. |
| objectDigestToJson | fun objectDigestToJson(data: ObjectDigest): String Convert this type to JSON encoded string. |
| objectFromBcs | fun objectFromBcs(bcs: ByteArray): Object Create this type from BCS encoded bytes. |
| objectFromJson | fun objectFromJson(json: String): Object Create this type from JSON encoded string. |
| objectIdFromBcs | fun objectIdFromBcs(bcs: ByteArray): ObjectId Create this type from BCS encoded bytes. |
| objectIdFromJson | fun objectIdFromJson(json: String): ObjectId Create this type from JSON encoded string. |
| objectIdToBcs | fun objectIdToBcs(data: ObjectId): ByteArray Convert this type to BCS encoded bytes. |
| objectIdToJson | fun objectIdToJson(data: ObjectId): String Convert this type to JSON encoded string. |
| objectInFromBcs | fun objectInFromBcs(bcs: ByteArray): ObjectIn Create this type from BCS encoded bytes. |
| objectInFromJson | fun objectInFromJson(json: String): ObjectIn Create this type from JSON encoded string. |
| objectInToBcs | fun objectInToBcs(data: ObjectIn): ByteArray Convert this type to BCS encoded bytes. |
| objectInToJson | fun objectInToJson(data: ObjectIn): String Convert this type to JSON encoded string. |
| objectOutFromBcs | fun objectOutFromBcs(bcs: ByteArray): ObjectOut Create this type from BCS encoded bytes. |
| objectOutFromJson | fun objectOutFromJson(json: String): ObjectOut Create this type from JSON encoded string. |
| objectOutToBcs | fun objectOutToBcs(data: ObjectOut): ByteArray Convert this type to BCS encoded bytes. |
| objectOutToJson | fun objectOutToJson(data: ObjectOut): String Convert this type to JSON encoded string. |
| objectReferenceFromBcs | fun objectReferenceFromBcs(bcs: ByteArray): ObjectReference Create this type from BCS encoded bytes. |
| objectReferenceFromJson | fun objectReferenceFromJson(json: String): ObjectReference Create this type from JSON encoded string. |
| objectReferenceToBcs | fun objectReferenceToBcs(data: ObjectReference): ByteArray Convert this type to BCS encoded bytes. |
| objectReferenceToJson | fun objectReferenceToJson(data: ObjectReference): String Convert this type to JSON encoded string. |
| objectToBcs | fun objectToBcs(data: Object): ByteArray Convert this type to BCS encoded bytes. |
| objectToJson | fun objectToJson(data: Object): String Convert this type to JSON encoded string. |
| ownerFromBcs | fun ownerFromBcs(bcs: ByteArray): Owner Create this type from BCS encoded bytes. |
| ownerFromJson | fun ownerFromJson(json: String): Owner Create this type from JSON encoded string. |
| ownerToBcs | fun ownerToBcs(data: Owner): ByteArray Convert this type to BCS encoded bytes. |
| ownerToJson | fun ownerToJson(data: Owner): String Convert this type to JSON encoded string. |
| packageUpgradeErrorFromBcs | fun packageUpgradeErrorFromBcs(bcs: ByteArray): PackageUpgradeError Create this type from BCS encoded bytes. |
| packageUpgradeErrorFromJson | fun packageUpgradeErrorFromJson(json: String): PackageUpgradeError Create this type from JSON encoded string. |
| packageUpgradeErrorToBcs | fun packageUpgradeErrorToBcs(data: PackageUpgradeError): ByteArray Convert this type to BCS encoded bytes. |
| packageUpgradeErrorToJson | fun packageUpgradeErrorToJson(data: PackageUpgradeError): String Convert this type to JSON encoded string. |
| passkeyAuthenticatorFromBcs | fun passkeyAuthenticatorFromBcs(bcs: ByteArray): PasskeyAuthenticator Create this type from BCS encoded bytes. |
| passkeyAuthenticatorFromJson | fun passkeyAuthenticatorFromJson(json: String): PasskeyAuthenticator Create this type from JSON encoded string. |
| passkeyAuthenticatorToBcs | fun passkeyAuthenticatorToBcs(data: PasskeyAuthenticator): ByteArray Convert this type to BCS encoded bytes. |
| passkeyAuthenticatorToJson | fun passkeyAuthenticatorToJson(data: PasskeyAuthenticator): String Convert this type to JSON encoded string. |
| programmableTransactionFromBcs | fun programmableTransactionFromBcs(bcs: ByteArray): ProgrammableTransaction Create this type from BCS encoded bytes. |
| programmableTransactionFromJson | fun programmableTransactionFromJson(json: String): ProgrammableTransaction Create this type from JSON encoded string. |
| programmableTransactionToBcs | fun programmableTransactionToBcs(data: ProgrammableTransaction): ByteArray Convert this type to BCS encoded bytes. |
| programmableTransactionToJson | fun programmableTransactionToJson(data: ProgrammableTransaction): String Convert this type to JSON encoded string. |
| publicKeyFromBcs | fun publicKeyFromBcs(bcs: ByteArray): PublicKey Create this type from BCS encoded bytes. |
| publicKeyFromJson | fun publicKeyFromJson(json: String): PublicKey Create this type from JSON encoded string. |
| publicKeyToBcs | fun publicKeyToBcs(data: PublicKey): ByteArray Convert this type to BCS encoded bytes. |
| publicKeyToJson | fun publicKeyToJson(data: PublicKey): String Convert this type to JSON encoded string. |
| publishFromBcs | fun publishFromBcs(bcs: ByteArray): Publish Create this type from BCS encoded bytes. |
| publishFromJson | fun publishFromJson(json: String): Publish Create this type from JSON encoded string. |
| publishToBcs | fun publishToBcs(data: Publish): ByteArray Convert this type to BCS encoded bytes. |
| publishToJson | fun publishToJson(data: Publish): String Convert this type to JSON encoded string. |
| randomnessStateUpdateFromBcs | fun randomnessStateUpdateFromBcs(bcs: ByteArray): RandomnessStateUpdate Create this type from BCS encoded bytes. |
| randomnessStateUpdateFromJson | fun randomnessStateUpdateFromJson(json: String): RandomnessStateUpdate Create this type from JSON encoded string. |
| randomnessStateUpdateToBcs | fun randomnessStateUpdateToBcs(data: RandomnessStateUpdate): ByteArray Convert this type to BCS encoded bytes. |
| randomnessStateUpdateToJson | fun randomnessStateUpdateToJson(data: RandomnessStateUpdate): String Convert this type to JSON encoded string. |
| secp256k1PublicKeyFromBcs | fun secp256k1PublicKeyFromBcs(bcs: ByteArray): Secp256k1PublicKey Create this type from BCS encoded bytes. |
| secp256k1PublicKeyFromJson | fun secp256k1PublicKeyFromJson(json: String): Secp256k1PublicKey Create this type from JSON encoded string. |
| secp256k1PublicKeyToBcs | fun secp256k1PublicKeyToBcs(data: Secp256k1PublicKey): ByteArray Convert this type to BCS encoded bytes. |
| secp256k1PublicKeyToJson | fun secp256k1PublicKeyToJson(data: Secp256k1PublicKey): String Convert this type to JSON encoded string. |
| secp256k1SignatureFromBcs | fun secp256k1SignatureFromBcs(bcs: ByteArray): Secp256k1Signature Create this type from BCS encoded bytes. |
| secp256k1SignatureFromJson | fun secp256k1SignatureFromJson(json: String): Secp256k1Signature Create this type from JSON encoded string. |
| secp256k1SignatureToBcs | fun secp256k1SignatureToBcs(data: Secp256k1Signature): ByteArray Convert this type to BCS encoded bytes. |
| secp256k1SignatureToJson | fun secp256k1SignatureToJson(data: Secp256k1Signature): String Convert this type to JSON encoded string. |
| secp256r1PublicKeyFromBcs | fun secp256r1PublicKeyFromBcs(bcs: ByteArray): Secp256r1PublicKey Create this type from BCS encoded bytes. |
| secp256r1PublicKeyFromJson | fun secp256r1PublicKeyFromJson(json: String): Secp256r1PublicKey Create this type from JSON encoded string. |
| secp256r1PublicKeyToBcs | fun secp256r1PublicKeyToBcs(data: Secp256r1PublicKey): ByteArray Convert this type to BCS encoded bytes. |
| secp256r1PublicKeyToJson | fun secp256r1PublicKeyToJson(data: Secp256r1PublicKey): String Convert this type to JSON encoded string. |
| secp256r1SignatureFromBcs | fun secp256r1SignatureFromBcs(bcs: ByteArray): Secp256r1Signature Create this type from BCS encoded bytes. |
| secp256r1SignatureFromJson | fun secp256r1SignatureFromJson(json: String): Secp256r1Signature Create this type from JSON encoded string. |
| secp256r1SignatureToBcs | fun secp256r1SignatureToBcs(data: Secp256r1Signature): ByteArray Convert this type to BCS encoded bytes. |
| secp256r1SignatureToJson | fun secp256r1SignatureToJson(data: Secp256r1Signature): String Convert this type to JSON encoded string. |
| senderSignedDataDigestFromBcs | fun senderSignedDataDigestFromBcs(bcs: ByteArray): SenderSignedDataDigest Create this type from BCS encoded bytes. |
| senderSignedDataDigestFromJson | fun senderSignedDataDigestFromJson(json: String): SenderSignedDataDigest Create this type from JSON encoded string. |
| senderSignedDataDigestToBcs | fun senderSignedDataDigestToBcs(data: SenderSignedDataDigest): ByteArray Convert this type to BCS encoded bytes. |
| senderSignedDataDigestToJson | fun senderSignedDataDigestToJson(data: SenderSignedDataDigest): String Convert this type to JSON encoded string. |
| signedTransactionFromBcs | fun signedTransactionFromBcs(bcs: ByteArray): SignedTransaction Create this type from BCS encoded bytes. |
| signedTransactionFromJson | fun signedTransactionFromJson(json: String): SignedTransaction Create this type from JSON encoded string. |
| signedTransactionToBcs | fun signedTransactionToBcs(data: SignedTransaction): ByteArray Convert this type to BCS encoded bytes. |
| signedTransactionToJson | fun signedTransactionToJson(data: SignedTransaction): String Convert this type to JSON encoded string. |
| simpleSignatureFromBcs | fun simpleSignatureFromBcs(bcs: ByteArray): SimpleSignature Create this type from BCS encoded bytes. |
| simpleSignatureFromJson | fun simpleSignatureFromJson(json: String): SimpleSignature Create this type from JSON encoded string. |
| simpleSignatureToBcs | fun simpleSignatureToBcs(data: SimpleSignature): ByteArray Convert this type to BCS encoded bytes. |
| simpleSignatureToJson | fun simpleSignatureToJson(data: SimpleSignature): String Convert this type to JSON encoded string. |
| splitCoinsFromBcs | fun splitCoinsFromBcs(bcs: ByteArray): SplitCoins Create this type from BCS encoded bytes. |
| splitCoinsFromJson | fun splitCoinsFromJson(json: String): SplitCoins Create this type from JSON encoded string. |
| splitCoinsToBcs | fun splitCoinsToBcs(data: SplitCoins): ByteArray Convert this type to BCS encoded bytes. |
| splitCoinsToJson | fun splitCoinsToJson(data: SplitCoins): String Convert this type to JSON encoded string. |
| stringFromBcs | fun stringFromBcs(input: ByteArray): String Create a String from BCS encoded bytes. |
| stringFromJson | fun stringFromJson(input: String): String Create a String from JSON encoded string. |
| stringToBcs | fun stringToBcs(input: String): ByteArray Convert this String to BCS encoded bytes. |
| stringToJson | fun stringToJson(input: String): String Convert this String to JSON encoded string. |
| structTagFromBcs | fun structTagFromBcs(bcs: ByteArray): StructTag Create this type from BCS encoded bytes. |
| structTagFromJson | fun structTagFromJson(json: String): StructTag Create this type from JSON encoded string. |
| structTagToBcs | fun structTagToBcs(data: StructTag): ByteArray Convert this type to BCS encoded bytes. |
| structTagToJson | fun structTagToJson(data: StructTag): String Convert this type to JSON encoded string. |
| systemPackageFromBcs | fun systemPackageFromBcs(bcs: ByteArray): SystemPackage Create this type from BCS encoded bytes. |
| systemPackageFromJson | fun systemPackageFromJson(json: String): SystemPackage Create this type from JSON encoded string. |
| systemPackageToBcs | fun systemPackageToBcs(data: SystemPackage): ByteArray Convert this type to BCS encoded bytes. |
| systemPackageToJson | fun systemPackageToJson(data: SystemPackage): String Convert this type to JSON encoded string. |
| transactionDenyRulesUpdateFromBcs | fun transactionDenyRulesUpdateFromBcs(bcs: ByteArray): TransactionDenyRulesUpdate Create this type from BCS encoded bytes. |
| transactionDenyRulesUpdateFromJson | fun transactionDenyRulesUpdateFromJson(json: String): TransactionDenyRulesUpdate Create this type from JSON encoded string. |
| transactionDenyRulesUpdateToBcs | fun transactionDenyRulesUpdateToBcs(data: TransactionDenyRulesUpdate): ByteArray Convert this type to BCS encoded bytes. |
| transactionDenyRulesUpdateToJson | fun transactionDenyRulesUpdateToJson(data: TransactionDenyRulesUpdate): String Convert this type to JSON encoded string. |
| transactionDigestFromBcs | fun transactionDigestFromBcs(bcs: ByteArray): TransactionDigest Create this type from BCS encoded bytes. |
| transactionDigestFromJson | fun transactionDigestFromJson(json: String): TransactionDigest Create this type from JSON encoded string. |
| transactionDigestToBcs | fun transactionDigestToBcs(data: TransactionDigest): ByteArray Convert this type to BCS encoded bytes. |
| transactionDigestToJson | fun transactionDigestToJson(data: TransactionDigest): String Convert this type to JSON encoded string. |
| transactionEffectsDigestFromBcs | fun transactionEffectsDigestFromBcs(bcs: ByteArray): TransactionEffectsDigest Create this type from BCS encoded bytes. |
| transactionEffectsDigestFromJson | fun transactionEffectsDigestFromJson(json: String): TransactionEffectsDigest Create this type from JSON encoded string. |
| transactionEffectsDigestToBcs | fun transactionEffectsDigestToBcs(data: TransactionEffectsDigest): ByteArray Convert this type to BCS encoded bytes. |
| transactionEffectsDigestToJson | fun transactionEffectsDigestToJson(data: TransactionEffectsDigest): String Convert this type to JSON encoded string. |
| transactionEffectsFromBcs | fun transactionEffectsFromBcs(bcs: ByteArray): TransactionEffects Create this type from BCS encoded bytes. |
| transactionEffectsFromJson | fun transactionEffectsFromJson(json: String): TransactionEffects Create this type from JSON encoded string. |
| transactionEffectsToBcs | fun transactionEffectsToBcs(data: TransactionEffects): ByteArray Convert this type to BCS encoded bytes. |
| transactionEffectsToJson | fun transactionEffectsToJson(data: TransactionEffects): String Convert this type to JSON encoded string. |
| transactionEffectsV1FromBcs | fun transactionEffectsV1FromBcs(bcs: ByteArray): TransactionEffectsV1 Create this type from BCS encoded bytes. |
| transactionEffectsV1FromJson | fun transactionEffectsV1FromJson(json: String): TransactionEffectsV1 Create this type from JSON encoded string. |
| transactionEffectsV1ToBcs | fun transactionEffectsV1ToBcs(data: TransactionEffectsV1): ByteArray Convert this type to BCS encoded bytes. |
| transactionEffectsV1ToJson | fun transactionEffectsV1ToJson(data: TransactionEffectsV1): String Convert this type to JSON encoded string. |
| transactionEventsDigestFromBcs | fun transactionEventsDigestFromBcs(bcs: ByteArray): TransactionEventsDigest Create this type from BCS encoded bytes. |
| transactionEventsDigestFromJson | fun transactionEventsDigestFromJson(json: String): TransactionEventsDigest Create this type from JSON encoded string. |
| transactionEventsDigestToBcs | fun transactionEventsDigestToBcs(data: TransactionEventsDigest): ByteArray Convert this type to BCS encoded bytes. |
| transactionEventsDigestToJson | fun transactionEventsDigestToJson(data: TransactionEventsDigest): String Convert this type to JSON encoded string. |
| transactionEventsFromBcs | fun transactionEventsFromBcs(bcs: ByteArray): TransactionEvents Create this type from BCS encoded bytes. |
| transactionEventsFromJson | fun transactionEventsFromJson(json: String): TransactionEvents Create this type from JSON encoded string. |
| transactionEventsToBcs | fun transactionEventsToBcs(data: TransactionEvents): ByteArray Convert this type to BCS encoded bytes. |
| transactionEventsToJson | fun transactionEventsToJson(data: TransactionEvents): String Convert this type to JSON encoded string. |
| transactionExpirationFromBcs | fun transactionExpirationFromBcs(bcs: ByteArray): TransactionExpiration Create this type from BCS encoded bytes. |
| transactionExpirationFromJson | fun transactionExpirationFromJson(json: String): TransactionExpiration Create this type from JSON encoded string. |
| transactionExpirationToBcs | fun transactionExpirationToBcs(data: TransactionExpiration): ByteArray Convert this type to BCS encoded bytes. |
| transactionExpirationToJson | fun transactionExpirationToJson(data: TransactionExpiration): String Convert this type to JSON encoded string. |
| transactionFromBcs | fun transactionFromBcs(bcs: ByteArray): Transaction Create this type from BCS encoded bytes. |
| transactionFromJson | fun transactionFromJson(json: String): Transaction Create this type from JSON encoded string. |
| transactionKindFromBcs | fun transactionKindFromBcs(bcs: ByteArray): TransactionKind Create this type from BCS encoded bytes. |
| transactionKindFromJson | fun transactionKindFromJson(json: String): TransactionKind Create this type from JSON encoded string. |
| transactionKindToBcs | fun transactionKindToBcs(data: TransactionKind): ByteArray Convert this type to BCS encoded bytes. |
| transactionKindToJson | fun transactionKindToJson(data: TransactionKind): String Convert this type to JSON encoded string. |
| transactionToBcs | fun transactionToBcs(data: Transaction): ByteArray Convert this type to BCS encoded bytes. |
| transactionToJson | fun transactionToJson(data: Transaction): String Convert this type to JSON encoded string. |
| transactionV1FromBcs | fun transactionV1FromBcs(bcs: ByteArray): TransactionV1 Create this type from BCS encoded bytes. |
| transactionV1FromJson | fun transactionV1FromJson(json: String): TransactionV1 Create this type from JSON encoded string. |
| transactionV1ToBcs | fun transactionV1ToBcs(data: TransactionV1): ByteArray Convert this type to BCS encoded bytes. |
| transactionV1ToJson | fun transactionV1ToJson(data: TransactionV1): String Convert this type to JSON encoded string. |
| transferObjectsFromBcs | fun transferObjectsFromBcs(bcs: ByteArray): TransferObjects Create this type from BCS encoded bytes. |
| transferObjectsFromJson | fun transferObjectsFromJson(json: String): TransferObjects Create this type from JSON encoded string. |
| transferObjectsToBcs | fun transferObjectsToBcs(data: TransferObjects): ByteArray Convert this type to BCS encoded bytes. |
| transferObjectsToJson | fun transferObjectsToJson(data: TransferObjects): String Convert this type to JSON encoded string. |
| typeArgumentErrorFromBcs | fun typeArgumentErrorFromBcs(bcs: ByteArray): TypeArgumentError Create this type from BCS encoded bytes. |
| typeArgumentErrorFromJson | fun typeArgumentErrorFromJson(json: String): TypeArgumentError Create this type from JSON encoded string. |
| typeArgumentErrorToBcs | fun typeArgumentErrorToBcs(data: TypeArgumentError): ByteArray Convert this type to BCS encoded bytes. |
| typeArgumentErrorToJson | fun typeArgumentErrorToJson(data: TypeArgumentError): String Convert this type to JSON encoded string. |
| typeOriginFromBcs | fun typeOriginFromBcs(bcs: ByteArray): TypeOrigin Create this type from BCS encoded bytes. |
| typeOriginFromJson | fun typeOriginFromJson(json: String): TypeOrigin Create this type from JSON encoded string. |
| typeOriginToBcs | fun typeOriginToBcs(data: TypeOrigin): ByteArray Convert this type to BCS encoded bytes. |
| typeOriginToJson | fun typeOriginToJson(data: TypeOrigin): String Convert this type to JSON encoded string. |
| typeTagFromBcs | fun typeTagFromBcs(bcs: ByteArray): TypeTag Create this type from BCS encoded bytes. |
| typeTagFromJson | fun typeTagFromJson(json: String): TypeTag Create this type from JSON encoded string. |
| typeTagToBcs | fun typeTagToBcs(data: TypeTag): ByteArray Convert this type to BCS encoded bytes. |
| typeTagToJson | fun typeTagToJson(data: TypeTag): String Convert this type to JSON encoded string. |
| u16FromBcs | fun u16FromBcs(input: ByteArray): UShort Create a u16 from BCS encoded bytes. |
| u16FromJson | fun u16FromJson(input: String): UShort Create a u16 from JSON encoded string. |
| u16ToBcs | fun u16ToBcs(input: UShort): ByteArray Convert this u16 to BCS encoded bytes. |
| u16ToJson | fun u16ToJson(input: UShort): String Convert this u16 to JSON encoded string. |
| u32FromBcs | fun u32FromBcs(input: ByteArray): UInt Create a u32 from BCS encoded bytes. |
| u32FromJson | fun u32FromJson(input: String): UInt Create a u32 from JSON encoded string. |
| u32ToBcs | fun u32ToBcs(input: UInt): ByteArray Convert this u32 to BCS encoded bytes. |
| u32ToJson | fun u32ToJson(input: UInt): String Convert this u32 to JSON encoded string. |
| u64FromBcs | fun u64FromBcs(input: ByteArray): ULong Create a u64 from BCS encoded bytes. |
| u64FromJson | fun u64FromJson(input: String): ULong Create a u64 from JSON encoded string. |
| u64ToBcs | fun u64ToBcs(input: ULong): ByteArray Convert this u64 to BCS encoded bytes. |
| u64ToJson | fun u64ToJson(input: ULong): String Convert this u64 to JSON encoded string. |
| u8FromBcs | fun u8FromBcs(input: ByteArray): UByte Create a u8 from BCS encoded bytes. |
| u8FromJson | fun u8FromJson(input: String): UByte Create a u8 from JSON encoded string. |
| u8ToBcs | fun u8ToBcs(input: UByte): ByteArray Convert this u8 to BCS encoded bytes. |
| u8ToJson | fun u8ToJson(input: UByte): String Convert this u8 to JSON encoded string. |
| unchangedSharedKindFromBcs | fun unchangedSharedKindFromBcs(bcs: ByteArray): UnchangedSharedKind Create this type from BCS encoded bytes. |
| unchangedSharedKindFromJson | fun unchangedSharedKindFromJson(json: String): UnchangedSharedKind Create this type from JSON encoded string. |
| unchangedSharedKindToBcs | fun unchangedSharedKindToBcs(data: UnchangedSharedKind): ByteArray Convert this type to BCS encoded bytes. |
| unchangedSharedKindToJson | fun unchangedSharedKindToJson(data: UnchangedSharedKind): String Convert this type to JSON encoded string. |
| unchangedSharedObjectFromBcs | fun unchangedSharedObjectFromBcs(bcs: ByteArray): UnchangedSharedObject Create this type from BCS encoded bytes. |
| unchangedSharedObjectFromJson | fun unchangedSharedObjectFromJson(json: String): UnchangedSharedObject Create this type from JSON encoded string. |
| unchangedSharedObjectToBcs | fun unchangedSharedObjectToBcs(data: UnchangedSharedObject): ByteArray Convert this type to BCS encoded bytes. |
| unchangedSharedObjectToJson | fun unchangedSharedObjectToJson(data: UnchangedSharedObject): String Convert this type to JSON encoded string. |
| uniffiForeignFutureHandleCount | fun uniffiForeignFutureHandleCount(): Int |
| upgradeFromBcs | fun upgradeFromBcs(bcs: ByteArray): Upgrade Create this type from BCS encoded bytes. |
| upgradeFromJson | fun upgradeFromJson(json: String): Upgrade Create this type from JSON encoded string. |
| upgradeInfoFromBcs | fun upgradeInfoFromBcs(bcs: ByteArray): UpgradeInfo Create this type from BCS encoded bytes. |
| upgradeInfoFromJson | fun upgradeInfoFromJson(json: String): UpgradeInfo Create this type from JSON encoded string. |
| upgradeInfoToBcs | fun upgradeInfoToBcs(data: UpgradeInfo): ByteArray Convert this type to BCS encoded bytes. |
| upgradeInfoToJson | fun upgradeInfoToJson(data: UpgradeInfo): String Convert this type to JSON encoded string. |
| upgradeToBcs | fun upgradeToBcs(data: Upgrade): ByteArray Convert this type to BCS encoded bytes. |
| upgradeToJson | fun upgradeToJson(data: Upgrade): String Convert this type to JSON encoded string. |
| userSignatureFromBcs | fun userSignatureFromBcs(bcs: ByteArray): UserSignature Create this type from BCS encoded bytes. |
| userSignatureFromJson | fun userSignatureFromJson(json: String): UserSignature Create this type from JSON encoded string. |
| userSignatureToBcs | fun userSignatureToBcs(data: UserSignature): ByteArray Convert this type to BCS encoded bytes. |
| userSignatureToJson | fun userSignatureToJson(data: UserSignature): String Convert this type to JSON encoded string. |
| validatorAggregatedSignatureFromBcs | fun validatorAggregatedSignatureFromBcs(bcs: ByteArray): ValidatorAggregatedSignature Create this type from BCS encoded bytes. |
| validatorAggregatedSignatureFromJson | fun validatorAggregatedSignatureFromJson(json: String): ValidatorAggregatedSignature Create this type from JSON encoded string. |
| validatorAggregatedSignatureToBcs | fun validatorAggregatedSignatureToBcs(data: ValidatorAggregatedSignature): ByteArray Convert this type to BCS encoded bytes. |
| validatorAggregatedSignatureToJson | fun validatorAggregatedSignatureToJson(data: ValidatorAggregatedSignature): String Convert this type to JSON encoded string. |
| validatorCommitteeFromBcs | fun validatorCommitteeFromBcs(bcs: ByteArray): ValidatorCommittee Create this type from BCS encoded bytes. |
| validatorCommitteeFromJson | fun validatorCommitteeFromJson(json: String): ValidatorCommittee Create this type from JSON encoded string. |
| validatorCommitteeMemberFromBcs | fun validatorCommitteeMemberFromBcs(bcs: ByteArray): ValidatorCommitteeMember Create this type from BCS encoded bytes. |
| validatorCommitteeMemberFromJson | fun validatorCommitteeMemberFromJson(json: String): ValidatorCommitteeMember Create this type from JSON encoded string. |
| validatorCommitteeMemberToBcs | fun validatorCommitteeMemberToBcs(data: ValidatorCommitteeMember): ByteArray Convert this type to BCS encoded bytes. |
| validatorCommitteeMemberToJson | fun validatorCommitteeMemberToJson(data: ValidatorCommitteeMember): String Convert this type to JSON encoded string. |
| validatorCommitteeToBcs | fun validatorCommitteeToBcs(data: ValidatorCommittee): ByteArray Convert this type to BCS encoded bytes. |
| validatorCommitteeToJson | fun validatorCommitteeToJson(data: ValidatorCommittee): String Convert this type to JSON encoded string. |
| validatorSignatureFromBcs | fun validatorSignatureFromBcs(bcs: ByteArray): ValidatorSignature Create this type from BCS encoded bytes. |
| validatorSignatureFromJson | fun validatorSignatureFromJson(json: String): ValidatorSignature Create this type from JSON encoded string. |
| validatorSignatureToBcs | fun validatorSignatureToBcs(data: ValidatorSignature): ByteArray Convert this type to BCS encoded bytes. |
| validatorSignatureToJson | fun validatorSignatureToJson(data: ValidatorSignature): String Convert this type to JSON encoded string. |
| versionAssignmentFromBcs | fun versionAssignmentFromBcs(bcs: ByteArray): VersionAssignment Create this type from BCS encoded bytes. |
| versionAssignmentFromJson | fun versionAssignmentFromJson(json: String): VersionAssignment Create this type from JSON encoded string. |
| versionAssignmentToBcs | fun versionAssignmentToBcs(data: VersionAssignment): ByteArray Convert this type to BCS encoded bytes. |
| versionAssignmentToJson | fun versionAssignmentToJson(data: VersionAssignment): String Convert this type to JSON encoded string. |