pbsui

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_sf_sui_type_v1_type_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ActiveJwk

type ActiveJwk struct {
	JwkId *JwkId `protobuf:"bytes,1,opt,name=jwk_id,json=jwkId,proto3" json:"jwk_id,omitempty"`
	Jwk   *JWK   `protobuf:"bytes,2,opt,name=jwk,proto3" json:"jwk,omitempty"`
	// the most recent epoch in which the jwk was validated
	Epoch uint64 `protobuf:"varint,3,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// contains filtered or unexported fields
}

func (*ActiveJwk) Descriptor deprecated

func (*ActiveJwk) Descriptor() ([]byte, []int)

Deprecated: Use ActiveJwk.ProtoReflect.Descriptor instead.

func (*ActiveJwk) GetEpoch

func (x *ActiveJwk) GetEpoch() uint64

func (*ActiveJwk) GetJwk

func (x *ActiveJwk) GetJwk() *JWK

func (*ActiveJwk) GetJwkId

func (x *ActiveJwk) GetJwkId() *JwkId

func (*ActiveJwk) ProtoMessage

func (*ActiveJwk) ProtoMessage()

func (*ActiveJwk) ProtoReflect

func (x *ActiveJwk) ProtoReflect() protoreflect.Message

func (*ActiveJwk) Reset

func (x *ActiveJwk) Reset()

func (*ActiveJwk) String

func (x *ActiveJwk) String() string

type AppId

type AppId struct {

	// Types that are assignable to AppId:
	//
	//	*AppId_Sui
	//	*AppId_Narwhal
	//	*AppId_Consensus
	AppId isAppId_AppId `protobuf_oneof:"app_id"`
	// contains filtered or unexported fields
}

func (*AppId) Descriptor deprecated

func (*AppId) Descriptor() ([]byte, []int)

Deprecated: Use AppId.ProtoReflect.Descriptor instead.

func (*AppId) GetAppId

func (m *AppId) GetAppId() isAppId_AppId

func (*AppId) GetConsensus

func (x *AppId) GetConsensus() *emptypb.Empty

func (*AppId) GetNarwhal

func (x *AppId) GetNarwhal() *emptypb.Empty

func (*AppId) GetSui

func (x *AppId) GetSui() *emptypb.Empty

func (*AppId) ProtoMessage

func (*AppId) ProtoMessage()

func (*AppId) ProtoReflect

func (x *AppId) ProtoReflect() protoreflect.Message

func (*AppId) Reset

func (x *AppId) Reset()

func (*AppId) String

func (x *AppId) String() string

type AppId_Consensus

type AppId_Consensus struct {
	Consensus *emptypb.Empty `protobuf:"bytes,3,opt,name=consensus,proto3,oneof"`
}

type AppId_Narwhal

type AppId_Narwhal struct {
	Narwhal *emptypb.Empty `protobuf:"bytes,2,opt,name=narwhal,proto3,oneof"`
}

type AppId_Sui

type AppId_Sui struct {
	Sui *emptypb.Empty `protobuf:"bytes,1,opt,name=sui,proto3,oneof"`
}

type AuthenticatorStateExpire

type AuthenticatorStateExpire struct {

	// / expire JWKs that have a lower epoch than this
	MinEpoch uint64 `protobuf:"varint,1,opt,name=min_epoch,json=minEpoch,proto3" json:"min_epoch,omitempty"`
	// / The initial version of the authenticator object that it was shared at.
	AuthenticatorObjInitialSharedVersion uint64 `` /* 176-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AuthenticatorStateExpire) Descriptor deprecated

func (*AuthenticatorStateExpire) Descriptor() ([]byte, []int)

Deprecated: Use AuthenticatorStateExpire.ProtoReflect.Descriptor instead.

func (*AuthenticatorStateExpire) GetAuthenticatorObjInitialSharedVersion

func (x *AuthenticatorStateExpire) GetAuthenticatorObjInitialSharedVersion() uint64

func (*AuthenticatorStateExpire) GetMinEpoch

func (x *AuthenticatorStateExpire) GetMinEpoch() uint64

func (*AuthenticatorStateExpire) ProtoMessage

func (*AuthenticatorStateExpire) ProtoMessage()

func (*AuthenticatorStateExpire) ProtoReflect

func (x *AuthenticatorStateExpire) ProtoReflect() protoreflect.Message

func (*AuthenticatorStateExpire) Reset

func (x *AuthenticatorStateExpire) Reset()

func (*AuthenticatorStateExpire) String

func (x *AuthenticatorStateExpire) String() string

type AuthenticatorStateUpdate

type AuthenticatorStateUpdate struct {

	// / Epoch of the authenticator state update transaction
	Epoch uint64 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// / Consensus round of the authenticator state update
	Round uint64 `protobuf:"varint,2,opt,name=round,proto3" json:"round,omitempty"`
	// / newly active jwks
	NewActiveJwks []*ActiveJwk `protobuf:"bytes,3,rep,name=new_active_jwks,json=newActiveJwks,proto3" json:"new_active_jwks,omitempty"`
	// / The initial version of the authenticator object that it was shared at.
	AuthenticatorObjInitialSharedVersion uint64 `` /* 176-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AuthenticatorStateUpdate) Descriptor deprecated

func (*AuthenticatorStateUpdate) Descriptor() ([]byte, []int)

Deprecated: Use AuthenticatorStateUpdate.ProtoReflect.Descriptor instead.

func (*AuthenticatorStateUpdate) GetAuthenticatorObjInitialSharedVersion

func (x *AuthenticatorStateUpdate) GetAuthenticatorObjInitialSharedVersion() uint64

func (*AuthenticatorStateUpdate) GetEpoch

func (x *AuthenticatorStateUpdate) GetEpoch() uint64

func (*AuthenticatorStateUpdate) GetNewActiveJwks

func (x *AuthenticatorStateUpdate) GetNewActiveJwks() []*ActiveJwk

func (*AuthenticatorStateUpdate) GetRound

func (x *AuthenticatorStateUpdate) GetRound() uint64

func (*AuthenticatorStateUpdate) ProtoMessage

func (*AuthenticatorStateUpdate) ProtoMessage()

func (*AuthenticatorStateUpdate) ProtoReflect

func (x *AuthenticatorStateUpdate) ProtoReflect() protoreflect.Message

func (*AuthenticatorStateUpdate) Reset

func (x *AuthenticatorStateUpdate) Reset()

func (*AuthenticatorStateUpdate) String

func (x *AuthenticatorStateUpdate) String() string

type BalanceChange

type BalanceChange struct {

	// / Owner of the balance change
	Owner    *Owner   `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	CoinType *TypeTag `protobuf:"bytes,2,opt,name=coin_type,json=coinType,proto3" json:"coin_type,omitempty"`
	// / The amount indicate the balance value changes,
	// / negative amount means spending coin value and positive means receiving coin value.
	// / covnert this to i128 later on
	Amount string `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*BalanceChange) Descriptor deprecated

func (*BalanceChange) Descriptor() ([]byte, []int)

Deprecated: Use BalanceChange.ProtoReflect.Descriptor instead.

func (*BalanceChange) GetAmount

func (x *BalanceChange) GetAmount() string

func (*BalanceChange) GetCoinType

func (x *BalanceChange) GetCoinType() *TypeTag

func (*BalanceChange) GetOwner

func (x *BalanceChange) GetOwner() *Owner

func (*BalanceChange) ProtoMessage

func (*BalanceChange) ProtoMessage()

func (*BalanceChange) ProtoReflect

func (x *BalanceChange) ProtoReflect() protoreflect.Message

func (*BalanceChange) Reset

func (x *BalanceChange) Reset()

func (*BalanceChange) String

func (x *BalanceChange) String() string

type CallArg

type CallArg struct {

	// Types that are assignable to CallArg:
	//
	//	*CallArg_Object
	//	*CallArg_Pure
	CallArg isCallArg_CallArg `protobuf_oneof:"call_arg"`
	// contains filtered or unexported fields
}

func (*CallArg) Descriptor deprecated

func (*CallArg) Descriptor() ([]byte, []int)

Deprecated: Use CallArg.ProtoReflect.Descriptor instead.

func (*CallArg) GetCallArg

func (m *CallArg) GetCallArg() isCallArg_CallArg

func (*CallArg) GetObject

func (x *CallArg) GetObject() *SuiObjectArg

func (*CallArg) GetPure

func (x *CallArg) GetPure() []byte

func (*CallArg) ProtoMessage

func (*CallArg) ProtoMessage()

func (*CallArg) ProtoReflect

func (x *CallArg) ProtoReflect() protoreflect.Message

func (*CallArg) Reset

func (x *CallArg) Reset()

func (*CallArg) String

func (x *CallArg) String() string

type CallArg_Object

type CallArg_Object struct {
	// Needs to become an Object Ref or Object ID, depending on object type
	Object *SuiObjectArg `protobuf:"bytes,1,opt,name=object,proto3,oneof"`
}

type CallArg_Pure

type CallArg_Pure struct {
	// pure value, bcs encoded
	Pure []byte `protobuf:"bytes,2,opt,name=pure,proto3,oneof"`
}

type ChangeEpoch

type ChangeEpoch struct {
	Epoch                 uint64 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	StorageCharge         uint64 `protobuf:"varint,2,opt,name=storage_charge,json=storageCharge,proto3" json:"storage_charge,omitempty"`
	ComputationCharge     uint64 `protobuf:"varint,3,opt,name=computation_charge,json=computationCharge,proto3" json:"computation_charge,omitempty"`
	StorageRebate         uint64 `protobuf:"varint,4,opt,name=storage_rebate,json=storageRebate,proto3" json:"storage_rebate,omitempty"`
	EpochStartTimestampMs uint64 `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ChangeEpoch) Descriptor deprecated

func (*ChangeEpoch) Descriptor() ([]byte, []int)

Deprecated: Use ChangeEpoch.ProtoReflect.Descriptor instead.

func (*ChangeEpoch) GetComputationCharge

func (x *ChangeEpoch) GetComputationCharge() uint64

func (*ChangeEpoch) GetEpoch

func (x *ChangeEpoch) GetEpoch() uint64

func (*ChangeEpoch) GetEpochStartTimestampMs

func (x *ChangeEpoch) GetEpochStartTimestampMs() uint64

func (*ChangeEpoch) GetStorageCharge

func (x *ChangeEpoch) GetStorageCharge() uint64

func (*ChangeEpoch) GetStorageRebate

func (x *ChangeEpoch) GetStorageRebate() uint64

func (*ChangeEpoch) ProtoMessage

func (*ChangeEpoch) ProtoMessage()

func (*ChangeEpoch) ProtoReflect

func (x *ChangeEpoch) ProtoReflect() protoreflect.Message

func (*ChangeEpoch) Reset

func (x *ChangeEpoch) Reset()

func (*ChangeEpoch) String

func (x *ChangeEpoch) String() string

type ChangedObjectV2

type ChangedObjectV2 struct {
	ObjectId *ObjectID            `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	Effects  *EffectsObjectChange `protobuf:"bytes,2,opt,name=effects,proto3" json:"effects,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangedObjectV2) Descriptor deprecated

func (*ChangedObjectV2) Descriptor() ([]byte, []int)

Deprecated: Use ChangedObjectV2.ProtoReflect.Descriptor instead.

func (*ChangedObjectV2) GetEffects

func (x *ChangedObjectV2) GetEffects() *EffectsObjectChange

func (*ChangedObjectV2) GetObjectId

func (x *ChangedObjectV2) GetObjectId() *ObjectID

func (*ChangedObjectV2) ProtoMessage

func (*ChangedObjectV2) ProtoMessage()

func (*ChangedObjectV2) ProtoReflect

func (x *ChangedObjectV2) ProtoReflect() protoreflect.Message

func (*ChangedObjectV2) Reset

func (x *ChangedObjectV2) Reset()

func (*ChangedObjectV2) String

func (x *ChangedObjectV2) String() string

type Checkpoint

type Checkpoint struct {

	// Checkpoint's epoch ID
	Epoch uint64 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// Checkpoint sequence number
	SequenceNumber uint64 `protobuf:"varint,2,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"`
	// Checkpoint digest (base58 encoded)
	Digest string `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"`
	// Total number of transactions committed since genesis, including those in this checkpoint.
	NetworkTotalTransactions uint64 `` /* 136-byte string literal not displayed */
	// Digest of the previous checkpoint
	PreviousDigest *string `protobuf:"bytes,5,opt,name=previous_digest,json=previousDigest,proto3,oneof" json:"previous_digest,omitempty"`
	// The running total gas costs of all transactions included in the current epoch so far until this checkpoint.
	GasCostSummary *GasCostSummary `protobuf:"bytes,6,opt,name=gas_cost_summary,json=gasCostSummary,proto3" json:"gas_cost_summary,omitempty"`
	// Timestamp of the checkpoint - number of milliseconds from the Unix epoch
	// Checkpoint timestamps are monotonic, but not strongly monotonic - subsequent
	// checkpoints can have same timestamp if they originate from the same underlining consensus commit
	TimestampMs uint64 `protobuf:"varint,7,opt,name=timestamp_ms,json=timestampMs,proto3" json:"timestamp_ms,omitempty"`
	// Present only on the final checkpoint of the epoch.
	EndOfEpochData *EndOfEpochData `protobuf:"bytes,8,opt,name=end_of_epoch_data,json=endOfEpochData,proto3,oneof" json:"end_of_epoch_data,omitempty"`
	// Commitments to checkpoint state
	CheckpointCommitments []*CheckpointCommitment `protobuf:"bytes,9,rep,name=checkpoint_commitments,json=checkpointCommitments,proto3" json:"checkpoint_commitments,omitempty"`
	// Validator Signature (base64  encoded). This is a BLS signature
	ValidatorSignature []byte `protobuf:"bytes,10,opt,name=validator_signature,json=validatorSignature,proto3" json:"validator_signature,omitempty"`
	SuccessfulTxNum    uint64 `protobuf:"varint,11,opt,name=successful_tx_num,json=successfulTxNum,proto3" json:"successful_tx_num,omitempty"`
	EndOfEpoch         bool   `protobuf:"varint,12,opt,name=end_of_epoch,json=endOfEpoch,proto3" json:"end_of_epoch,omitempty"`
	// contains filtered or unexported fields
}

func (*Checkpoint) Descriptor deprecated

func (*Checkpoint) Descriptor() ([]byte, []int)

Deprecated: Use Checkpoint.ProtoReflect.Descriptor instead.

func (*Checkpoint) GetCheckpointCommitments

func (x *Checkpoint) GetCheckpointCommitments() []*CheckpointCommitment

func (*Checkpoint) GetDigest

func (x *Checkpoint) GetDigest() string

func (*Checkpoint) GetEndOfEpoch

func (x *Checkpoint) GetEndOfEpoch() bool

func (*Checkpoint) GetEndOfEpochData

func (x *Checkpoint) GetEndOfEpochData() *EndOfEpochData

func (*Checkpoint) GetEpoch

func (x *Checkpoint) GetEpoch() uint64

func (*Checkpoint) GetGasCostSummary

func (x *Checkpoint) GetGasCostSummary() *GasCostSummary

func (*Checkpoint) GetNetworkTotalTransactions

func (x *Checkpoint) GetNetworkTotalTransactions() uint64

func (*Checkpoint) GetPreviousDigest

func (x *Checkpoint) GetPreviousDigest() string

func (*Checkpoint) GetSequenceNumber

func (x *Checkpoint) GetSequenceNumber() uint64

func (*Checkpoint) GetSuccessfulTxNum

func (x *Checkpoint) GetSuccessfulTxNum() uint64

func (*Checkpoint) GetTimestampMs

func (x *Checkpoint) GetTimestampMs() uint64

func (*Checkpoint) GetValidatorSignature

func (x *Checkpoint) GetValidatorSignature() []byte

func (*Checkpoint) ProtoMessage

func (*Checkpoint) ProtoMessage()

func (*Checkpoint) ProtoReflect

func (x *Checkpoint) ProtoReflect() protoreflect.Message

func (*Checkpoint) Reset

func (x *Checkpoint) Reset()

func (*Checkpoint) String

func (x *Checkpoint) String() string

type CheckpointCommitment

type CheckpointCommitment struct {

	// Types that are assignable to CheckpointCommitment:
	//
	//	*CheckpointCommitment_ECMHLiveObjectSetDigest
	CheckpointCommitment isCheckpointCommitment_CheckpointCommitment `protobuf_oneof:"checkpoint_commitment"`
	// contains filtered or unexported fields
}

func (*CheckpointCommitment) Descriptor deprecated

func (*CheckpointCommitment) Descriptor() ([]byte, []int)

Deprecated: Use CheckpointCommitment.ProtoReflect.Descriptor instead.

func (*CheckpointCommitment) GetCheckpointCommitment

func (m *CheckpointCommitment) GetCheckpointCommitment() isCheckpointCommitment_CheckpointCommitment

func (*CheckpointCommitment) GetECMHLiveObjectSetDigest

func (x *CheckpointCommitment) GetECMHLiveObjectSetDigest() *ECMHLiveObjectSetDigest

func (*CheckpointCommitment) ProtoMessage

func (*CheckpointCommitment) ProtoMessage()

func (*CheckpointCommitment) ProtoReflect

func (x *CheckpointCommitment) ProtoReflect() protoreflect.Message

func (*CheckpointCommitment) Reset

func (x *CheckpointCommitment) Reset()

func (*CheckpointCommitment) String

func (x *CheckpointCommitment) String() string

type CheckpointCommitment_ECMHLiveObjectSetDigest

type CheckpointCommitment_ECMHLiveObjectSetDigest struct {
	ECMHLiveObjectSetDigest *ECMHLiveObjectSetDigest `protobuf:"bytes,1,opt,name=ECMH_live_object_set_digest,json=ECMHLiveObjectSetDigest,proto3,oneof"`
}

type CheckpointData

type CheckpointData struct {
	Checkpoint     *Checkpoint              `protobuf:"bytes,1,opt,name=checkpoint,proto3" json:"checkpoint,omitempty"`
	Transactions   []*Transaction           `protobuf:"bytes,2,rep,name=transactions,proto3" json:"transactions,omitempty"`
	Events         []*IndexedEvent          `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"`
	ObjectChange   *TransactionObjectChange `protobuf:"bytes,4,opt,name=object_change,json=objectChange,proto3" json:"object_change,omitempty"`
	TxIndices      []*TxIndex               `protobuf:"bytes,5,rep,name=tx_indices,json=txIndices,proto3" json:"tx_indices,omitempty"`
	DisplayUpdates []*StoredDisplay         `protobuf:"bytes,6,rep,name=display_updates,json=displayUpdates,proto3" json:"display_updates,omitempty"`
	Packages       *IndexedPackage          `protobuf:"bytes,7,opt,name=packages,proto3" json:"packages,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckpointData) AsRef

func (b *CheckpointData) AsRef() pbbstream.BlockRef

func (*CheckpointData) Descriptor deprecated

func (*CheckpointData) Descriptor() ([]byte, []int)

Deprecated: Use CheckpointData.ProtoReflect.Descriptor instead.

func (*CheckpointData) GetCheckpoint

func (x *CheckpointData) GetCheckpoint() *Checkpoint

func (*CheckpointData) GetDisplayUpdates

func (x *CheckpointData) GetDisplayUpdates() []*StoredDisplay

func (*CheckpointData) GetEvents

func (x *CheckpointData) GetEvents() []*IndexedEvent

func (*CheckpointData) GetFirehoseBlockID

func (b *CheckpointData) GetFirehoseBlockID() string

func (*CheckpointData) GetFirehoseBlockLIBNum

func (b *CheckpointData) GetFirehoseBlockLIBNum() uint64

func (*CheckpointData) GetFirehoseBlockNumber

func (b *CheckpointData) GetFirehoseBlockNumber() uint64

func (*CheckpointData) GetFirehoseBlockParentID

func (b *CheckpointData) GetFirehoseBlockParentID() string

func (*CheckpointData) GetFirehoseBlockParentNumber

func (b *CheckpointData) GetFirehoseBlockParentNumber() uint64

func (*CheckpointData) GetFirehoseBlockTime

func (b *CheckpointData) GetFirehoseBlockTime() time.Time

func (*CheckpointData) GetObjectChange

func (x *CheckpointData) GetObjectChange() *TransactionObjectChange

func (*CheckpointData) GetPackages

func (x *CheckpointData) GetPackages() *IndexedPackage

func (*CheckpointData) GetTransactions

func (x *CheckpointData) GetTransactions() []*Transaction

func (*CheckpointData) GetTxIndices

func (x *CheckpointData) GetTxIndices() []*TxIndex

func (*CheckpointData) ProtoMessage

func (*CheckpointData) ProtoMessage()

func (*CheckpointData) ProtoReflect

func (x *CheckpointData) ProtoReflect() protoreflect.Message

func (*CheckpointData) Reset

func (x *CheckpointData) Reset()

func (*CheckpointData) String

func (x *CheckpointData) String() string

type Command

type Command struct {

	// Types that are assignable to SuiCommand:
	//
	//	*Command_MoveCall
	//	*Command_TransferObjects
	//	*Command_SplitCoins
	//	*Command_MergeCoins
	//	*Command_Publish
	//	*Command_Upgrade
	//	*Command_MakeMoveVec
	SuiCommand isCommand_SuiCommand `protobuf_oneof:"sui_command"`
	// contains filtered or unexported fields
}

func (*Command) Descriptor deprecated

func (*Command) Descriptor() ([]byte, []int)

Deprecated: Use Command.ProtoReflect.Descriptor instead.

func (*Command) GetMakeMoveVec

func (x *Command) GetMakeMoveVec() *MakeMoveVecPair

func (*Command) GetMergeCoins

func (x *Command) GetMergeCoins() *MergeCoinsPair

func (*Command) GetMoveCall

func (x *Command) GetMoveCall() *SuiProgrammableMoveCall

func (*Command) GetPublish

func (x *Command) GetPublish() *PublishCommand

func (*Command) GetSplitCoins

func (x *Command) GetSplitCoins() *SplitCoinsPair

func (*Command) GetSuiCommand

func (m *Command) GetSuiCommand() isCommand_SuiCommand

func (*Command) GetTransferObjects

func (x *Command) GetTransferObjects() *TransferObjectsPair

func (*Command) GetUpgrade

func (x *Command) GetUpgrade() *UpgradeComand

func (*Command) ProtoMessage

func (*Command) ProtoMessage()

func (*Command) ProtoReflect

func (x *Command) ProtoReflect() protoreflect.Message

func (*Command) Reset

func (x *Command) Reset()

func (*Command) String

func (x *Command) String() string

type CommandArgumentError

type CommandArgumentError struct {

	// Types that are assignable to CommandArgumentError:
	//
	//	*CommandArgumentError_TypeMismatch
	//	*CommandArgumentError_InvalidBcsBytes
	//	*CommandArgumentError_InvalidUsageOfPureArg
	//	*CommandArgumentError_InvalidArgumentToPrivateEntryFunction
	//	*CommandArgumentError_IndexOutOfBounds_
	//	*CommandArgumentError_SecondaryIndexOutOfBounds_
	//	*CommandArgumentError_InvalidResultArity_
	//	*CommandArgumentError_InvalidGasCoinUsage
	//	*CommandArgumentError_InvalidValueUsage
	//	*CommandArgumentError_InvalidObjectByValue
	//	*CommandArgumentError_InvalidObjectByMutRef
	//	*CommandArgumentError_SharedObjectOperationNotAllowed
	CommandArgumentError isCommandArgumentError_CommandArgumentError `protobuf_oneof:"command_argument_error"`
	// contains filtered or unexported fields
}

func (*CommandArgumentError) Descriptor deprecated

func (*CommandArgumentError) Descriptor() ([]byte, []int)

Deprecated: Use CommandArgumentError.ProtoReflect.Descriptor instead.

func (*CommandArgumentError) GetCommandArgumentError

func (m *CommandArgumentError) GetCommandArgumentError() isCommandArgumentError_CommandArgumentError

func (*CommandArgumentError) GetIndexOutOfBounds

func (*CommandArgumentError) GetInvalidArgumentToPrivateEntryFunction

func (x *CommandArgumentError) GetInvalidArgumentToPrivateEntryFunction() *emptypb.Empty

func (*CommandArgumentError) GetInvalidBcsBytes

func (x *CommandArgumentError) GetInvalidBcsBytes() *emptypb.Empty

func (*CommandArgumentError) GetInvalidGasCoinUsage

func (x *CommandArgumentError) GetInvalidGasCoinUsage() *emptypb.Empty

func (*CommandArgumentError) GetInvalidObjectByMutRef

func (x *CommandArgumentError) GetInvalidObjectByMutRef() *emptypb.Empty

func (*CommandArgumentError) GetInvalidObjectByValue

func (x *CommandArgumentError) GetInvalidObjectByValue() *emptypb.Empty

func (*CommandArgumentError) GetInvalidResultArity

func (*CommandArgumentError) GetInvalidUsageOfPureArg

func (x *CommandArgumentError) GetInvalidUsageOfPureArg() *emptypb.Empty

func (*CommandArgumentError) GetInvalidValueUsage

func (x *CommandArgumentError) GetInvalidValueUsage() *emptypb.Empty

func (*CommandArgumentError) GetSecondaryIndexOutOfBounds

func (x *CommandArgumentError) GetSecondaryIndexOutOfBounds() *CommandArgumentError_SecondaryIndexOutOfBounds

func (*CommandArgumentError) GetSharedObjectOperationNotAllowed

func (x *CommandArgumentError) GetSharedObjectOperationNotAllowed() *emptypb.Empty

func (*CommandArgumentError) GetTypeMismatch

func (x *CommandArgumentError) GetTypeMismatch() *emptypb.Empty

func (*CommandArgumentError) ProtoMessage

func (*CommandArgumentError) ProtoMessage()

func (*CommandArgumentError) ProtoReflect

func (x *CommandArgumentError) ProtoReflect() protoreflect.Message

func (*CommandArgumentError) Reset

func (x *CommandArgumentError) Reset()

func (*CommandArgumentError) String

func (x *CommandArgumentError) String() string

type CommandArgumentError_IndexOutOfBounds

type CommandArgumentError_IndexOutOfBounds struct {
	Idx uint32 `protobuf:"varint,1,opt,name=idx,proto3" json:"idx,omitempty"`
	// contains filtered or unexported fields
}

func (*CommandArgumentError_IndexOutOfBounds) Descriptor deprecated

func (*CommandArgumentError_IndexOutOfBounds) Descriptor() ([]byte, []int)

Deprecated: Use CommandArgumentError_IndexOutOfBounds.ProtoReflect.Descriptor instead.

func (*CommandArgumentError_IndexOutOfBounds) GetIdx

func (*CommandArgumentError_IndexOutOfBounds) ProtoMessage

func (*CommandArgumentError_IndexOutOfBounds) ProtoMessage()

func (*CommandArgumentError_IndexOutOfBounds) ProtoReflect

func (*CommandArgumentError_IndexOutOfBounds) Reset

func (*CommandArgumentError_IndexOutOfBounds) String

type CommandArgumentError_IndexOutOfBounds_

type CommandArgumentError_IndexOutOfBounds_ struct {
	IndexOutOfBounds *CommandArgumentError_IndexOutOfBounds `protobuf:"bytes,5,opt,name=index_out_of_bounds,json=indexOutOfBounds,proto3,oneof"`
}

type CommandArgumentError_InvalidArgumentToPrivateEntryFunction

type CommandArgumentError_InvalidArgumentToPrivateEntryFunction struct {
	InvalidArgumentToPrivateEntryFunction *emptypb.Empty `` /* 126-byte string literal not displayed */
}

type CommandArgumentError_InvalidBcsBytes

type CommandArgumentError_InvalidBcsBytes struct {
	InvalidBcsBytes *emptypb.Empty `protobuf:"bytes,2,opt,name=invalid_bcs_bytes,json=invalidBcsBytes,proto3,oneof"`
}

type CommandArgumentError_InvalidGasCoinUsage

type CommandArgumentError_InvalidGasCoinUsage struct {
	InvalidGasCoinUsage *emptypb.Empty `protobuf:"bytes,8,opt,name=invalid_gas_coin_usage,json=invalidGasCoinUsage,proto3,oneof"`
}

type CommandArgumentError_InvalidObjectByMutRef

type CommandArgumentError_InvalidObjectByMutRef struct {
	InvalidObjectByMutRef *emptypb.Empty `protobuf:"bytes,11,opt,name=invalid_object_by_mut_ref,json=invalidObjectByMutRef,proto3,oneof"`
}

type CommandArgumentError_InvalidObjectByValue

type CommandArgumentError_InvalidObjectByValue struct {
	InvalidObjectByValue *emptypb.Empty `protobuf:"bytes,10,opt,name=invalid_object_by_value,json=invalidObjectByValue,proto3,oneof"`
}

type CommandArgumentError_InvalidResultArity

type CommandArgumentError_InvalidResultArity struct {
	ResultIdx uint32 `protobuf:"varint,1,opt,name=result_idx,json=resultIdx,proto3" json:"result_idx,omitempty"`
	// contains filtered or unexported fields
}

func (*CommandArgumentError_InvalidResultArity) Descriptor deprecated

func (*CommandArgumentError_InvalidResultArity) Descriptor() ([]byte, []int)

Deprecated: Use CommandArgumentError_InvalidResultArity.ProtoReflect.Descriptor instead.

func (*CommandArgumentError_InvalidResultArity) GetResultIdx

func (*CommandArgumentError_InvalidResultArity) ProtoMessage

func (*CommandArgumentError_InvalidResultArity) ProtoReflect

func (*CommandArgumentError_InvalidResultArity) Reset

func (*CommandArgumentError_InvalidResultArity) String

type CommandArgumentError_InvalidResultArity_

type CommandArgumentError_InvalidResultArity_ struct {
	InvalidResultArity *CommandArgumentError_InvalidResultArity `protobuf:"bytes,7,opt,name=invalid_result_arity,json=invalidResultArity,proto3,oneof"`
}

type CommandArgumentError_InvalidUsageOfPureArg

type CommandArgumentError_InvalidUsageOfPureArg struct {
	InvalidUsageOfPureArg *emptypb.Empty `protobuf:"bytes,3,opt,name=invalid_usage_of_pure_arg,json=invalidUsageOfPureArg,proto3,oneof"`
}

type CommandArgumentError_InvalidValueUsage

type CommandArgumentError_InvalidValueUsage struct {
	InvalidValueUsage *emptypb.Empty `protobuf:"bytes,9,opt,name=invalid_value_usage,json=invalidValueUsage,proto3,oneof"`
}

type CommandArgumentError_SecondaryIndexOutOfBounds

type CommandArgumentError_SecondaryIndexOutOfBounds struct {
	ResultIdx    uint32 `protobuf:"varint,1,opt,name=result_idx,json=resultIdx,proto3" json:"result_idx,omitempty"`
	SecondaryIdx uint32 `protobuf:"varint,2,opt,name=secondary_idx,json=secondaryIdx,proto3" json:"secondary_idx,omitempty"`
	// contains filtered or unexported fields
}

func (*CommandArgumentError_SecondaryIndexOutOfBounds) Descriptor deprecated

Deprecated: Use CommandArgumentError_SecondaryIndexOutOfBounds.ProtoReflect.Descriptor instead.

func (*CommandArgumentError_SecondaryIndexOutOfBounds) GetResultIdx

func (*CommandArgumentError_SecondaryIndexOutOfBounds) GetSecondaryIdx

func (*CommandArgumentError_SecondaryIndexOutOfBounds) ProtoMessage

func (*CommandArgumentError_SecondaryIndexOutOfBounds) ProtoReflect

func (*CommandArgumentError_SecondaryIndexOutOfBounds) Reset

func (*CommandArgumentError_SecondaryIndexOutOfBounds) String

type CommandArgumentError_SecondaryIndexOutOfBounds_

type CommandArgumentError_SecondaryIndexOutOfBounds_ struct {
	SecondaryIndexOutOfBounds *CommandArgumentError_SecondaryIndexOutOfBounds `protobuf:"bytes,6,opt,name=secondary_index_out_of_bounds,json=secondaryIndexOutOfBounds,proto3,oneof"`
}

type CommandArgumentError_SharedObjectOperationNotAllowed

type CommandArgumentError_SharedObjectOperationNotAllowed struct {
	SharedObjectOperationNotAllowed *emptypb.Empty `protobuf:"bytes,12,opt,name=shared_object_operation_not_allowed,json=sharedObjectOperationNotAllowed,proto3,oneof"`
}

type CommandArgumentError_TypeMismatch

type CommandArgumentError_TypeMismatch struct {
	TypeMismatch *emptypb.Empty `protobuf:"bytes,1,opt,name=type_mismatch,json=typeMismatch,proto3,oneof"`
}

type Command_MakeMoveVec

type Command_MakeMoveVec struct {
	// `forall T: Vec<T> -> vector<T>`
	// Given n-values of the same type, it constructs a vector. For non objects or an empty vector,
	// the type tag must be specified.
	MakeMoveVec *MakeMoveVecPair `protobuf:"bytes,7,opt,name=make_move_vec,json=makeMoveVec,proto3,oneof"`
}

type Command_MergeCoins

type Command_MergeCoins struct {
	// `(&mut Coin<T>, Vec<Coin<T>>)`
	// It merges n-coins into the first coin
	MergeCoins *MergeCoinsPair `protobuf:"bytes,4,opt,name=merge_coins,json=mergeCoins,proto3,oneof"`
}

type Command_MoveCall

type Command_MoveCall struct {
	// A call to either an entry or a public Move function
	MoveCall *SuiProgrammableMoveCall `protobuf:"bytes,1,opt,name=move_call,json=moveCall,proto3,oneof"`
}

type Command_Publish

type Command_Publish struct {
	// Publishes a Move package. It takes the package bytes and a list of the package's transitive
	// dependencies to link against on-chain.
	Publish *PublishCommand `protobuf:"bytes,5,opt,name=publish,proto3,oneof"`
}

type Command_SplitCoins

type Command_SplitCoins struct {
	// `(&mut Coin<T>, Vec<u64>)` -> `Vec<Coin<T>>`
	// It splits off some amounts into a new coins with those amounts
	SplitCoins *SplitCoinsPair `protobuf:"bytes,3,opt,name=split_coins,json=splitCoins,proto3,oneof"`
}

type Command_TransferObjects

type Command_TransferObjects struct {
	// `(Vec<forall T:key+store. T>, address)`
	// It sends n-objects to the specified address. These objects must have store
	// (public transfer) and either the previous owner must be an address or the object must
	// be newly created.
	TransferObjects *TransferObjectsPair `protobuf:"bytes,2,opt,name=transfer_objects,json=transferObjects,proto3,oneof"`
}

type Command_Upgrade

type Command_Upgrade struct {
	// Upgrades a Move package
	Upgrade *UpgradeComand `protobuf:"bytes,6,opt,name=upgrade,proto3,oneof"`
}

type ConsensusCommitPrologue

type ConsensusCommitPrologue struct {
	Epoch             uint64 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Round             uint64 `protobuf:"varint,2,opt,name=round,proto3" json:"round,omitempty"`
	CommitTimestampMs uint64 `protobuf:"varint,3,opt,name=commit_timestamp_ms,json=commitTimestampMs,proto3" json:"commit_timestamp_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsensusCommitPrologue) Descriptor deprecated

func (*ConsensusCommitPrologue) Descriptor() ([]byte, []int)

Deprecated: Use ConsensusCommitPrologue.ProtoReflect.Descriptor instead.

func (*ConsensusCommitPrologue) GetCommitTimestampMs

func (x *ConsensusCommitPrologue) GetCommitTimestampMs() uint64

func (*ConsensusCommitPrologue) GetEpoch

func (x *ConsensusCommitPrologue) GetEpoch() uint64

func (*ConsensusCommitPrologue) GetRound

func (x *ConsensusCommitPrologue) GetRound() uint64

func (*ConsensusCommitPrologue) ProtoMessage

func (*ConsensusCommitPrologue) ProtoMessage()

func (*ConsensusCommitPrologue) ProtoReflect

func (x *ConsensusCommitPrologue) ProtoReflect() protoreflect.Message

func (*ConsensusCommitPrologue) Reset

func (x *ConsensusCommitPrologue) Reset()

func (*ConsensusCommitPrologue) String

func (x *ConsensusCommitPrologue) String() string

type ConsensusCommitPrologueV2

type ConsensusCommitPrologueV2 struct {

	// / Epoch of the commit prologue transaction
	Epoch uint64 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// / Consensus round of the commit
	Round uint64 `protobuf:"varint,2,opt,name=round,proto3" json:"round,omitempty"`
	// / Unix timestamp from consensus
	CommitTimestampMs uint64 `protobuf:"varint,3,opt,name=commit_timestamp_ms,json=commitTimestampMs,proto3" json:"commit_timestamp_ms,omitempty"`
	// / Digest of consensus output
	ConsensusCommitDigest string `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConsensusCommitPrologueV2) Descriptor deprecated

func (*ConsensusCommitPrologueV2) Descriptor() ([]byte, []int)

Deprecated: Use ConsensusCommitPrologueV2.ProtoReflect.Descriptor instead.

func (*ConsensusCommitPrologueV2) GetCommitTimestampMs

func (x *ConsensusCommitPrologueV2) GetCommitTimestampMs() uint64

func (*ConsensusCommitPrologueV2) GetConsensusCommitDigest

func (x *ConsensusCommitPrologueV2) GetConsensusCommitDigest() string

func (*ConsensusCommitPrologueV2) GetEpoch

func (x *ConsensusCommitPrologueV2) GetEpoch() uint64

func (*ConsensusCommitPrologueV2) GetRound

func (x *ConsensusCommitPrologueV2) GetRound() uint64

func (*ConsensusCommitPrologueV2) ProtoMessage

func (*ConsensusCommitPrologueV2) ProtoMessage()

func (*ConsensusCommitPrologueV2) ProtoReflect

func (*ConsensusCommitPrologueV2) Reset

func (x *ConsensusCommitPrologueV2) Reset()

func (*ConsensusCommitPrologueV2) String

func (x *ConsensusCommitPrologueV2) String() string

type Created

type Created struct {
	Sender     string     `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"`
	Owner      *Owner     `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	ObjectType *StructTag `protobuf:"bytes,3,opt,name=object_type,json=objectType,proto3" json:"object_type,omitempty"`
	ObjectId   *ObjectID  `protobuf:"bytes,4,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	Version    uint64     `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"`
	Digest     string     `protobuf:"bytes,6,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

func (*Created) Descriptor deprecated

func (*Created) Descriptor() ([]byte, []int)

Deprecated: Use Created.ProtoReflect.Descriptor instead.

func (*Created) GetDigest

func (x *Created) GetDigest() string

func (*Created) GetObjectId

func (x *Created) GetObjectId() *ObjectID

func (*Created) GetObjectType

func (x *Created) GetObjectType() *StructTag

func (*Created) GetOwner

func (x *Created) GetOwner() *Owner

func (*Created) GetSender

func (x *Created) GetSender() string

func (*Created) GetVersion

func (x *Created) GetVersion() uint64

func (*Created) ProtoMessage

func (*Created) ProtoMessage()

func (*Created) ProtoReflect

func (x *Created) ProtoReflect() protoreflect.Message

func (*Created) Reset

func (x *Created) Reset()

func (*Created) String

func (x *Created) String() string

type Data

type Data struct {

	// Types that are assignable to Data:
	//
	//	*Data_Move
	//	*Data_Package
	Data isData_Data `protobuf_oneof:"data"`
	// contains filtered or unexported fields
}

func (*Data) Descriptor deprecated

func (*Data) Descriptor() ([]byte, []int)

Deprecated: Use Data.ProtoReflect.Descriptor instead.

func (*Data) GetData

func (m *Data) GetData() isData_Data

func (*Data) GetMove

func (x *Data) GetMove() *MoveObject

func (*Data) GetPackage

func (x *Data) GetPackage() *MovePackage

func (*Data) ProtoMessage

func (*Data) ProtoMessage()

func (*Data) ProtoReflect

func (x *Data) ProtoReflect() protoreflect.Message

func (*Data) Reset

func (x *Data) Reset()

func (*Data) String

func (x *Data) String() string

type Data_Move

type Data_Move struct {
	Move *MoveObject `protobuf:"bytes,1,opt,name=move,proto3,oneof"`
}

type Data_Package

type Data_Package struct {
	Package *MovePackage `protobuf:"bytes,2,opt,name=package,proto3,oneof"`
}

type Deleted

type Deleted struct {
	Sender     string     `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"`
	ObjectType *StructTag `protobuf:"bytes,2,opt,name=object_type,json=objectType,proto3" json:"object_type,omitempty"`
	ObjectId   *ObjectID  `protobuf:"bytes,3,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	Version    uint64     `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*Deleted) Descriptor deprecated

func (*Deleted) Descriptor() ([]byte, []int)

Deprecated: Use Deleted.ProtoReflect.Descriptor instead.

func (*Deleted) GetObjectId

func (x *Deleted) GetObjectId() *ObjectID

func (*Deleted) GetObjectType

func (x *Deleted) GetObjectType() *StructTag

func (*Deleted) GetSender

func (x *Deleted) GetSender() string

func (*Deleted) GetVersion

func (x *Deleted) GetVersion() uint64

func (*Deleted) ProtoMessage

func (*Deleted) ProtoMessage()

func (*Deleted) ProtoReflect

func (x *Deleted) ProtoReflect() protoreflect.Message

func (*Deleted) Reset

func (x *Deleted) Reset()

func (*Deleted) String

func (x *Deleted) String() string

type DynamicFieldInfo

type DynamicFieldInfo struct {
	Name       *DynamicFieldName `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	BcsName    []byte            `protobuf:"bytes,2,opt,name=bcs_name,json=bcsName,proto3" json:"bcs_name,omitempty"`
	Type       *DynamicFieldType `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	ObjectType string            `protobuf:"bytes,4,opt,name=object_type,json=objectType,proto3" json:"object_type,omitempty"`
	ObjectId   *ObjectID         `protobuf:"bytes,5,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	Version    uint64            `protobuf:"varint,6,opt,name=version,proto3" json:"version,omitempty"`
	Digest     string            `protobuf:"bytes,7,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

func (*DynamicFieldInfo) Descriptor deprecated

func (*DynamicFieldInfo) Descriptor() ([]byte, []int)

Deprecated: Use DynamicFieldInfo.ProtoReflect.Descriptor instead.

func (*DynamicFieldInfo) GetBcsName

func (x *DynamicFieldInfo) GetBcsName() []byte

func (*DynamicFieldInfo) GetDigest

func (x *DynamicFieldInfo) GetDigest() string

func (*DynamicFieldInfo) GetName

func (x *DynamicFieldInfo) GetName() *DynamicFieldName

func (*DynamicFieldInfo) GetObjectId

func (x *DynamicFieldInfo) GetObjectId() *ObjectID

func (*DynamicFieldInfo) GetObjectType

func (x *DynamicFieldInfo) GetObjectType() string

func (*DynamicFieldInfo) GetType

func (x *DynamicFieldInfo) GetType() *DynamicFieldType

func (*DynamicFieldInfo) GetVersion

func (x *DynamicFieldInfo) GetVersion() uint64

func (*DynamicFieldInfo) ProtoMessage

func (*DynamicFieldInfo) ProtoMessage()

func (*DynamicFieldInfo) ProtoReflect

func (x *DynamicFieldInfo) ProtoReflect() protoreflect.Message

func (*DynamicFieldInfo) Reset

func (x *DynamicFieldInfo) Reset()

func (*DynamicFieldInfo) String

func (x *DynamicFieldInfo) String() string

type DynamicFieldName

type DynamicFieldName struct {
	Type  *TypeTag `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Value *Value   `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*DynamicFieldName) Descriptor deprecated

func (*DynamicFieldName) Descriptor() ([]byte, []int)

Deprecated: Use DynamicFieldName.ProtoReflect.Descriptor instead.

func (*DynamicFieldName) GetType

func (x *DynamicFieldName) GetType() *TypeTag

func (*DynamicFieldName) GetValue

func (x *DynamicFieldName) GetValue() *Value

func (*DynamicFieldName) ProtoMessage

func (*DynamicFieldName) ProtoMessage()

func (*DynamicFieldName) ProtoReflect

func (x *DynamicFieldName) ProtoReflect() protoreflect.Message

func (*DynamicFieldName) Reset

func (x *DynamicFieldName) Reset()

func (*DynamicFieldName) String

func (x *DynamicFieldName) String() string

type DynamicFieldType

type DynamicFieldType struct {

	// Types that are assignable to DynamicFieldType:
	//
	//	*DynamicFieldType_DynamicField
	//	*DynamicFieldType_DynamicObject
	DynamicFieldType isDynamicFieldType_DynamicFieldType `protobuf_oneof:"dynamic_field_type"`
	// contains filtered or unexported fields
}

func (*DynamicFieldType) Descriptor deprecated

func (*DynamicFieldType) Descriptor() ([]byte, []int)

Deprecated: Use DynamicFieldType.ProtoReflect.Descriptor instead.

func (*DynamicFieldType) GetDynamicField

func (x *DynamicFieldType) GetDynamicField() *emptypb.Empty

func (*DynamicFieldType) GetDynamicFieldType

func (m *DynamicFieldType) GetDynamicFieldType() isDynamicFieldType_DynamicFieldType

func (*DynamicFieldType) GetDynamicObject

func (x *DynamicFieldType) GetDynamicObject() *emptypb.Empty

func (*DynamicFieldType) ProtoMessage

func (*DynamicFieldType) ProtoMessage()

func (*DynamicFieldType) ProtoReflect

func (x *DynamicFieldType) ProtoReflect() protoreflect.Message

func (*DynamicFieldType) Reset

func (x *DynamicFieldType) Reset()

func (*DynamicFieldType) String

func (x *DynamicFieldType) String() string

type DynamicFieldType_DynamicField

type DynamicFieldType_DynamicField struct {
	DynamicField *emptypb.Empty `protobuf:"bytes,1,opt,name=dynamic_field,json=dynamicField,proto3,oneof"`
}

type DynamicFieldType_DynamicObject

type DynamicFieldType_DynamicObject struct {
	DynamicObject *emptypb.Empty `protobuf:"bytes,2,opt,name=dynamic_object,json=dynamicObject,proto3,oneof"`
}

type ECMHLiveObjectSetDigest

type ECMHLiveObjectSetDigest struct {

	// base58 encoded
	Digest string `protobuf:"bytes,1,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

func (*ECMHLiveObjectSetDigest) Descriptor deprecated

func (*ECMHLiveObjectSetDigest) Descriptor() ([]byte, []int)

Deprecated: Use ECMHLiveObjectSetDigest.ProtoReflect.Descriptor instead.

func (*ECMHLiveObjectSetDigest) GetDigest

func (x *ECMHLiveObjectSetDigest) GetDigest() string

func (*ECMHLiveObjectSetDigest) ProtoMessage

func (*ECMHLiveObjectSetDigest) ProtoMessage()

func (*ECMHLiveObjectSetDigest) ProtoReflect

func (x *ECMHLiveObjectSetDigest) ProtoReflect() protoreflect.Message

func (*ECMHLiveObjectSetDigest) Reset

func (x *ECMHLiveObjectSetDigest) Reset()

func (*ECMHLiveObjectSetDigest) String

func (x *ECMHLiveObjectSetDigest) String() string

type EffectsObjectChange

type EffectsObjectChange struct {

	// input_state and output_state are the core fields that's required by
	// the protocol as it tells how an object changes on-chain.
	// / State of the object in the store prior to this transaction.
	InputState *ObjectIn `protobuf:"bytes,1,opt,name=input_state,json=inputState,proto3" json:"input_state,omitempty"`
	// / State of the object in the store after this transaction.
	OutputState *ObjectOut `protobuf:"bytes,2,opt,name=output_state,json=outputState,proto3" json:"output_state,omitempty"`
	// / Whether this object ID is created or deleted in this transaction.
	// / This information isn't required by the protocol but is useful for providing more detailed
	// / semantics on object changes.
	IdOperation *IDOperation `protobuf:"bytes,3,opt,name=id_operation,json=idOperation,proto3" json:"id_operation,omitempty"`
	// contains filtered or unexported fields
}

func (*EffectsObjectChange) Descriptor deprecated

func (*EffectsObjectChange) Descriptor() ([]byte, []int)

Deprecated: Use EffectsObjectChange.ProtoReflect.Descriptor instead.

func (*EffectsObjectChange) GetIdOperation

func (x *EffectsObjectChange) GetIdOperation() *IDOperation

func (*EffectsObjectChange) GetInputState

func (x *EffectsObjectChange) GetInputState() *ObjectIn

func (*EffectsObjectChange) GetOutputState

func (x *EffectsObjectChange) GetOutputState() *ObjectOut

func (*EffectsObjectChange) ProtoMessage

func (*EffectsObjectChange) ProtoMessage()

func (*EffectsObjectChange) ProtoReflect

func (x *EffectsObjectChange) ProtoReflect() protoreflect.Message

func (*EffectsObjectChange) Reset

func (x *EffectsObjectChange) Reset()

func (*EffectsObjectChange) String

func (x *EffectsObjectChange) String() string

type EndOfEpochData

type EndOfEpochData struct {

	// next_epoch_committee is `Some` if and only if the current checkpoint is
	// the last checkpoint of an epoch.
	// Therefore next_epoch_committee can be used to pick the last checkpoint of an epoch,
	// which is often useful to get epoch level summary stats like total gas cost of an epoch,
	// or the total number of transactions from genesis to the end of an epoch.
	// he committee is stored as a vector of validator pub key and stake pairs. The vector
	// should be sorted based on the Committee data structure.
	NextEpochCommittee []*NextEpochCommittee `protobuf:"bytes,1,rep,name=next_epoch_committee,json=nextEpochCommittee,proto3" json:"next_epoch_committee,omitempty"`
	// The protocol version that is in effect during the epoch that starts immediately after this checkpoint.
	NextEpochProtocolVersion uint64 `` /* 138-byte string literal not displayed */
	// Commitments to epoch specific state (e.g. live object set)
	EpochCommitments []*CheckpointCommitment `protobuf:"bytes,3,rep,name=epoch_commitments,json=epochCommitments,proto3" json:"epoch_commitments,omitempty"`
	// contains filtered or unexported fields
}

func (*EndOfEpochData) Descriptor deprecated

func (*EndOfEpochData) Descriptor() ([]byte, []int)

Deprecated: Use EndOfEpochData.ProtoReflect.Descriptor instead.

func (*EndOfEpochData) GetEpochCommitments

func (x *EndOfEpochData) GetEpochCommitments() []*CheckpointCommitment

func (*EndOfEpochData) GetNextEpochCommittee

func (x *EndOfEpochData) GetNextEpochCommittee() []*NextEpochCommittee

func (*EndOfEpochData) GetNextEpochProtocolVersion

func (x *EndOfEpochData) GetNextEpochProtocolVersion() uint64

func (*EndOfEpochData) ProtoMessage

func (*EndOfEpochData) ProtoMessage()

func (*EndOfEpochData) ProtoReflect

func (x *EndOfEpochData) ProtoReflect() protoreflect.Message

func (*EndOfEpochData) Reset

func (x *EndOfEpochData) Reset()

func (*EndOfEpochData) String

func (x *EndOfEpochData) String() string

type EndOfEpochTransaction

type EndOfEpochTransaction struct {
	EndOfEpochTransactionKind []*EndOfEpochTransactionKind `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EndOfEpochTransaction) Descriptor deprecated

func (*EndOfEpochTransaction) Descriptor() ([]byte, []int)

Deprecated: Use EndOfEpochTransaction.ProtoReflect.Descriptor instead.

func (*EndOfEpochTransaction) GetEndOfEpochTransactionKind

func (x *EndOfEpochTransaction) GetEndOfEpochTransactionKind() []*EndOfEpochTransactionKind

func (*EndOfEpochTransaction) ProtoMessage

func (*EndOfEpochTransaction) ProtoMessage()

func (*EndOfEpochTransaction) ProtoReflect

func (x *EndOfEpochTransaction) ProtoReflect() protoreflect.Message

func (*EndOfEpochTransaction) Reset

func (x *EndOfEpochTransaction) Reset()

func (*EndOfEpochTransaction) String

func (x *EndOfEpochTransaction) String() string

type EndOfEpochTransactionKind

type EndOfEpochTransactionKind struct {

	// Types that are assignable to Kind:
	//
	//	*EndOfEpochTransactionKind_ChangeEpoch
	//	*EndOfEpochTransactionKind_AuthenticatorStateCreate
	//	*EndOfEpochTransactionKind_AuthenticatorStateExpire
	//	*EndOfEpochTransactionKind_RandomnessStateCreate
	//	*EndOfEpochTransactionKind_DenyListStateCreate
	Kind isEndOfEpochTransactionKind_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

func (*EndOfEpochTransactionKind) Descriptor deprecated

func (*EndOfEpochTransactionKind) Descriptor() ([]byte, []int)

Deprecated: Use EndOfEpochTransactionKind.ProtoReflect.Descriptor instead.

func (*EndOfEpochTransactionKind) GetAuthenticatorStateCreate

func (x *EndOfEpochTransactionKind) GetAuthenticatorStateCreate() *emptypb.Empty

func (*EndOfEpochTransactionKind) GetAuthenticatorStateExpire

func (x *EndOfEpochTransactionKind) GetAuthenticatorStateExpire() *AuthenticatorStateExpire

func (*EndOfEpochTransactionKind) GetChangeEpoch

func (x *EndOfEpochTransactionKind) GetChangeEpoch() *ChangeEpoch

func (*EndOfEpochTransactionKind) GetDenyListStateCreate

func (x *EndOfEpochTransactionKind) GetDenyListStateCreate() *emptypb.Empty

func (*EndOfEpochTransactionKind) GetKind

func (m *EndOfEpochTransactionKind) GetKind() isEndOfEpochTransactionKind_Kind

func (*EndOfEpochTransactionKind) GetRandomnessStateCreate

func (x *EndOfEpochTransactionKind) GetRandomnessStateCreate() *emptypb.Empty

func (*EndOfEpochTransactionKind) ProtoMessage

func (*EndOfEpochTransactionKind) ProtoMessage()

func (*EndOfEpochTransactionKind) ProtoReflect

func (*EndOfEpochTransactionKind) Reset

func (x *EndOfEpochTransactionKind) Reset()

func (*EndOfEpochTransactionKind) String

func (x *EndOfEpochTransactionKind) String() string

type EndOfEpochTransactionKind_AuthenticatorStateCreate

type EndOfEpochTransactionKind_AuthenticatorStateCreate struct {
	AuthenticatorStateCreate *emptypb.Empty `protobuf:"bytes,2,opt,name=authenticator_state_create,json=authenticatorStateCreate,proto3,oneof"`
}

type EndOfEpochTransactionKind_AuthenticatorStateExpire

type EndOfEpochTransactionKind_AuthenticatorStateExpire struct {
	AuthenticatorStateExpire *AuthenticatorStateExpire `protobuf:"bytes,3,opt,name=authenticator_state_expire,json=authenticatorStateExpire,proto3,oneof"`
}

type EndOfEpochTransactionKind_ChangeEpoch

type EndOfEpochTransactionKind_ChangeEpoch struct {
	ChangeEpoch *ChangeEpoch `protobuf:"bytes,1,opt,name=change_epoch,json=changeEpoch,proto3,oneof"`
}

type EndOfEpochTransactionKind_DenyListStateCreate

type EndOfEpochTransactionKind_DenyListStateCreate struct {
	DenyListStateCreate *emptypb.Empty `protobuf:"bytes,5,opt,name=deny_list_state_create,json=denyListStateCreate,proto3,oneof"`
}

type EndOfEpochTransactionKind_RandomnessStateCreate

type EndOfEpochTransactionKind_RandomnessStateCreate struct {
	RandomnessStateCreate *emptypb.Empty `protobuf:"bytes,4,opt,name=randomness_state_create,json=randomnessStateCreate,proto3,oneof"`
}

type Event

type Event struct {
	PackageId         *ObjectID  `protobuf:"bytes,1,opt,name=package_id,json=packageId,proto3" json:"package_id,omitempty"`
	TransactionModule string     `protobuf:"bytes,2,opt,name=transaction_module,json=transactionModule,proto3" json:"transaction_module,omitempty"`
	Sender            string     `protobuf:"bytes,3,opt,name=sender,proto3" json:"sender,omitempty"`
	Type              *StructTag `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	Contents          []byte     `protobuf:"bytes,5,opt,name=contents,proto3" json:"contents,omitempty"`
	// contains filtered or unexported fields
}

func (*Event) Descriptor deprecated

func (*Event) Descriptor() ([]byte, []int)

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetContents

func (x *Event) GetContents() []byte

func (*Event) GetPackageId

func (x *Event) GetPackageId() *ObjectID

func (*Event) GetSender

func (x *Event) GetSender() string

func (*Event) GetTransactionModule

func (x *Event) GetTransactionModule() string

func (*Event) GetType

func (x *Event) GetType() *StructTag

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

func (x *Event) ProtoReflect() protoreflect.Message

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

type ExecutionFailureStatus

type ExecutionFailureStatus struct {

	// Types that are assignable to ExecutionFailureStatus:
	//
	//	*ExecutionFailureStatus_InsufficientGas
	//	*ExecutionFailureStatus_InvalidGasObject
	//	*ExecutionFailureStatus_InvariantViolation
	//	*ExecutionFailureStatus_FeatureNotYetSupported
	//	*ExecutionFailureStatus_MoveObjectTooBig_
	//	*ExecutionFailureStatus_MovePackageTooBig_
	//	*ExecutionFailureStatus_CircularObjectOwnership_
	//	*ExecutionFailureStatus_InsufficientCoinBalance
	//	*ExecutionFailureStatus_CoinBalanceOverflow
	//	*ExecutionFailureStatus_PublishErrorNonZeroAddress
	//	*ExecutionFailureStatus_SuiMoveVerificationError
	//	*ExecutionFailureStatus_MovePrimitiveRuntimeError
	//	*ExecutionFailureStatus_MoveAbort_
	//	*ExecutionFailureStatus_VmVerificationOrDeserializationError
	//	*ExecutionFailureStatus_VmInvariantViolation
	//	*ExecutionFailureStatus_FunctionNotFound
	//	*ExecutionFailureStatus_ArityMismatch
	//	*ExecutionFailureStatus_TypeArityMismatch
	//	*ExecutionFailureStatus_NonEntryFunctionInvoked
	//	*ExecutionFailureStatus_CommandArgError
	//	*ExecutionFailureStatus_TypeArgumentError
	//	*ExecutionFailureStatus_UnusedValueWithoutDrop_
	//	*ExecutionFailureStatus_InvalidPublicFunctionReturnType_
	//	*ExecutionFailureStatus_InvalidTransferObject
	//	*ExecutionFailureStatus_EffectsTooLarge_
	//	*ExecutionFailureStatus_PublishUpgradeMissingDependency
	//	*ExecutionFailureStatus_PublishUpgradeDependencyDowngrade
	//	*ExecutionFailureStatus_PackageUpgradeError
	//	*ExecutionFailureStatus_WrittenObjectsTooLarge_
	//	*ExecutionFailureStatus_CertificateDenied
	//	*ExecutionFailureStatus_SuiMoveVerificationTimedout
	//	*ExecutionFailureStatus_SharedObjectOperationNotAllowed
	//	*ExecutionFailureStatus_InputObjectDeleted
	ExecutionFailureStatus isExecutionFailureStatus_ExecutionFailureStatus `protobuf_oneof:"execution_failure_status"`
	// contains filtered or unexported fields
}

func (*ExecutionFailureStatus) Descriptor deprecated

func (*ExecutionFailureStatus) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionFailureStatus.ProtoReflect.Descriptor instead.

func (*ExecutionFailureStatus) GetArityMismatch

func (x *ExecutionFailureStatus) GetArityMismatch() *emptypb.Empty

func (*ExecutionFailureStatus) GetCertificateDenied

func (x *ExecutionFailureStatus) GetCertificateDenied() *emptypb.Empty

func (*ExecutionFailureStatus) GetCircularObjectOwnership

func (*ExecutionFailureStatus) GetCoinBalanceOverflow

func (x *ExecutionFailureStatus) GetCoinBalanceOverflow() *emptypb.Empty

func (*ExecutionFailureStatus) GetCommandArgError

func (*ExecutionFailureStatus) GetEffectsTooLarge

func (*ExecutionFailureStatus) GetExecutionFailureStatus

func (m *ExecutionFailureStatus) GetExecutionFailureStatus() isExecutionFailureStatus_ExecutionFailureStatus

func (*ExecutionFailureStatus) GetFeatureNotYetSupported

func (x *ExecutionFailureStatus) GetFeatureNotYetSupported() *emptypb.Empty

func (*ExecutionFailureStatus) GetFunctionNotFound

func (x *ExecutionFailureStatus) GetFunctionNotFound() *emptypb.Empty

func (*ExecutionFailureStatus) GetInputObjectDeleted

func (x *ExecutionFailureStatus) GetInputObjectDeleted() *emptypb.Empty

func (*ExecutionFailureStatus) GetInsufficientCoinBalance

func (x *ExecutionFailureStatus) GetInsufficientCoinBalance() *emptypb.Empty

func (*ExecutionFailureStatus) GetInsufficientGas

func (x *ExecutionFailureStatus) GetInsufficientGas() *emptypb.Empty

func (*ExecutionFailureStatus) GetInvalidGasObject

func (x *ExecutionFailureStatus) GetInvalidGasObject() *emptypb.Empty

func (*ExecutionFailureStatus) GetInvalidPublicFunctionReturnType

func (x *ExecutionFailureStatus) GetInvalidPublicFunctionReturnType() *ExecutionFailureStatus_InvalidPublicFunctionReturnType

func (*ExecutionFailureStatus) GetInvalidTransferObject

func (x *ExecutionFailureStatus) GetInvalidTransferObject() *emptypb.Empty

func (*ExecutionFailureStatus) GetInvariantViolation

func (x *ExecutionFailureStatus) GetInvariantViolation() *emptypb.Empty

func (*ExecutionFailureStatus) GetMoveAbort

func (*ExecutionFailureStatus) GetMoveObjectTooBig

func (*ExecutionFailureStatus) GetMovePackageTooBig

func (*ExecutionFailureStatus) GetMovePrimitiveRuntimeError

func (x *ExecutionFailureStatus) GetMovePrimitiveRuntimeError() *ExecutionFailureStatus_MoveLocationOpt

func (*ExecutionFailureStatus) GetNonEntryFunctionInvoked

func (x *ExecutionFailureStatus) GetNonEntryFunctionInvoked() *emptypb.Empty

func (*ExecutionFailureStatus) GetPackageUpgradeError

func (*ExecutionFailureStatus) GetPublishErrorNonZeroAddress

func (x *ExecutionFailureStatus) GetPublishErrorNonZeroAddress() *emptypb.Empty

func (*ExecutionFailureStatus) GetPublishUpgradeDependencyDowngrade

func (x *ExecutionFailureStatus) GetPublishUpgradeDependencyDowngrade() *emptypb.Empty

func (*ExecutionFailureStatus) GetPublishUpgradeMissingDependency

func (x *ExecutionFailureStatus) GetPublishUpgradeMissingDependency() *emptypb.Empty

func (*ExecutionFailureStatus) GetSharedObjectOperationNotAllowed

func (x *ExecutionFailureStatus) GetSharedObjectOperationNotAllowed() *emptypb.Empty

func (*ExecutionFailureStatus) GetSuiMoveVerificationError

func (x *ExecutionFailureStatus) GetSuiMoveVerificationError() *emptypb.Empty

func (*ExecutionFailureStatus) GetSuiMoveVerificationTimedout

func (x *ExecutionFailureStatus) GetSuiMoveVerificationTimedout() *emptypb.Empty

func (*ExecutionFailureStatus) GetTypeArgumentError

func (*ExecutionFailureStatus) GetTypeArityMismatch

func (x *ExecutionFailureStatus) GetTypeArityMismatch() *emptypb.Empty

func (*ExecutionFailureStatus) GetUnusedValueWithoutDrop

func (*ExecutionFailureStatus) GetVmInvariantViolation

func (x *ExecutionFailureStatus) GetVmInvariantViolation() *emptypb.Empty

func (*ExecutionFailureStatus) GetVmVerificationOrDeserializationError

func (x *ExecutionFailureStatus) GetVmVerificationOrDeserializationError() *emptypb.Empty

func (*ExecutionFailureStatus) GetWrittenObjectsTooLarge

func (*ExecutionFailureStatus) ProtoMessage

func (*ExecutionFailureStatus) ProtoMessage()

func (*ExecutionFailureStatus) ProtoReflect

func (x *ExecutionFailureStatus) ProtoReflect() protoreflect.Message

func (*ExecutionFailureStatus) Reset

func (x *ExecutionFailureStatus) Reset()

func (*ExecutionFailureStatus) String

func (x *ExecutionFailureStatus) String() string

type ExecutionFailureStatus_ArityMismatch

type ExecutionFailureStatus_ArityMismatch struct {
	ArityMismatch *emptypb.Empty `protobuf:"bytes,17,opt,name=arity_mismatch,json=arityMismatch,proto3,oneof"`
}

type ExecutionFailureStatus_CertificateDenied

type ExecutionFailureStatus_CertificateDenied struct {
	CertificateDenied *emptypb.Empty `protobuf:"bytes,30,opt,name=certificate_denied,json=certificateDenied,proto3,oneof"`
}

type ExecutionFailureStatus_CircularObjectOwnership

type ExecutionFailureStatus_CircularObjectOwnership struct {
	Object *ObjectID `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionFailureStatus_CircularObjectOwnership) Descriptor deprecated

Deprecated: Use ExecutionFailureStatus_CircularObjectOwnership.ProtoReflect.Descriptor instead.

func (*ExecutionFailureStatus_CircularObjectOwnership) GetObject

func (*ExecutionFailureStatus_CircularObjectOwnership) ProtoMessage

func (*ExecutionFailureStatus_CircularObjectOwnership) ProtoReflect

func (*ExecutionFailureStatus_CircularObjectOwnership) Reset

func (*ExecutionFailureStatus_CircularObjectOwnership) String

type ExecutionFailureStatus_CircularObjectOwnership_

type ExecutionFailureStatus_CircularObjectOwnership_ struct {
	CircularObjectOwnership *ExecutionFailureStatus_CircularObjectOwnership `protobuf:"bytes,7,opt,name=circular_object_ownership,json=circularObjectOwnership,proto3,oneof"`
}

type ExecutionFailureStatus_CoinBalanceOverflow

type ExecutionFailureStatus_CoinBalanceOverflow struct {
	CoinBalanceOverflow *emptypb.Empty `protobuf:"bytes,9,opt,name=coin_balance_overflow,json=coinBalanceOverflow,proto3,oneof"`
}

type ExecutionFailureStatus_CommandArgError

type ExecutionFailureStatus_CommandArgError struct {
	CommandArgError *ExecutionFailureStatus_CommandArgumentError_ `protobuf:"bytes,20,opt,name=command_arg_error,json=commandArgError,proto3,oneof"`
}

type ExecutionFailureStatus_CommandArgumentError_

type ExecutionFailureStatus_CommandArgumentError_ struct {
	ArgIdx uint32                `protobuf:"varint,1,opt,name=arg_idx,json=argIdx,proto3" json:"arg_idx,omitempty"`
	Kind   *CommandArgumentError `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionFailureStatus_CommandArgumentError_) Descriptor deprecated

Deprecated: Use ExecutionFailureStatus_CommandArgumentError_.ProtoReflect.Descriptor instead.

func (*ExecutionFailureStatus_CommandArgumentError_) GetArgIdx

func (*ExecutionFailureStatus_CommandArgumentError_) GetKind

func (*ExecutionFailureStatus_CommandArgumentError_) ProtoMessage

func (*ExecutionFailureStatus_CommandArgumentError_) ProtoReflect

func (*ExecutionFailureStatus_CommandArgumentError_) Reset

func (*ExecutionFailureStatus_CommandArgumentError_) String

type ExecutionFailureStatus_EffectsTooLarge

type ExecutionFailureStatus_EffectsTooLarge struct {
	CurrentSize uint64 `protobuf:"varint,1,opt,name=current_size,json=currentSize,proto3" json:"current_size,omitempty"`
	MaxSize     uint64 `protobuf:"varint,2,opt,name=max_size,json=maxSize,proto3" json:"max_size,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionFailureStatus_EffectsTooLarge) Descriptor deprecated

func (*ExecutionFailureStatus_EffectsTooLarge) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionFailureStatus_EffectsTooLarge.ProtoReflect.Descriptor instead.

func (*ExecutionFailureStatus_EffectsTooLarge) GetCurrentSize

func (x *ExecutionFailureStatus_EffectsTooLarge) GetCurrentSize() uint64

func (*ExecutionFailureStatus_EffectsTooLarge) GetMaxSize

func (*ExecutionFailureStatus_EffectsTooLarge) ProtoMessage

func (*ExecutionFailureStatus_EffectsTooLarge) ProtoReflect

func (*ExecutionFailureStatus_EffectsTooLarge) Reset

func (*ExecutionFailureStatus_EffectsTooLarge) String

type ExecutionFailureStatus_EffectsTooLarge_

type ExecutionFailureStatus_EffectsTooLarge_ struct {
	EffectsTooLarge *ExecutionFailureStatus_EffectsTooLarge `protobuf:"bytes,25,opt,name=effects_too_large,json=effectsTooLarge,proto3,oneof"`
}

type ExecutionFailureStatus_FeatureNotYetSupported

type ExecutionFailureStatus_FeatureNotYetSupported struct {
	FeatureNotYetSupported *emptypb.Empty `protobuf:"bytes,4,opt,name=feature_not_yet_supported,json=featureNotYetSupported,proto3,oneof"`
}

type ExecutionFailureStatus_FunctionNotFound

type ExecutionFailureStatus_FunctionNotFound struct {
	FunctionNotFound *emptypb.Empty `protobuf:"bytes,16,opt,name=function_not_found,json=functionNotFound,proto3,oneof"`
}

type ExecutionFailureStatus_InputObjectDeleted

type ExecutionFailureStatus_InputObjectDeleted struct {
	InputObjectDeleted *emptypb.Empty `protobuf:"bytes,33,opt,name=Input_object_deleted,json=InputObjectDeleted,proto3,oneof"`
}

type ExecutionFailureStatus_InsufficientCoinBalance

type ExecutionFailureStatus_InsufficientCoinBalance struct {
	InsufficientCoinBalance *emptypb.Empty `protobuf:"bytes,8,opt,name=insufficient_coin_balance,json=insufficientCoinBalance,proto3,oneof"`
}

type ExecutionFailureStatus_InsufficientGas

type ExecutionFailureStatus_InsufficientGas struct {
	InsufficientGas *emptypb.Empty `protobuf:"bytes,1,opt,name=insufficient_gas,json=insufficientGas,proto3,oneof"`
}

type ExecutionFailureStatus_InvalidGasObject

type ExecutionFailureStatus_InvalidGasObject struct {
	InvalidGasObject *emptypb.Empty `protobuf:"bytes,2,opt,name=invalid_gas_object,json=invalidGasObject,proto3,oneof"`
}

type ExecutionFailureStatus_InvalidPublicFunctionReturnType

type ExecutionFailureStatus_InvalidPublicFunctionReturnType struct {
	Idx uint32 `protobuf:"varint,1,opt,name=idx,proto3" json:"idx,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionFailureStatus_InvalidPublicFunctionReturnType) Descriptor deprecated

Deprecated: Use ExecutionFailureStatus_InvalidPublicFunctionReturnType.ProtoReflect.Descriptor instead.

func (*ExecutionFailureStatus_InvalidPublicFunctionReturnType) GetIdx

func (*ExecutionFailureStatus_InvalidPublicFunctionReturnType) ProtoMessage

func (*ExecutionFailureStatus_InvalidPublicFunctionReturnType) ProtoReflect

func (*ExecutionFailureStatus_InvalidPublicFunctionReturnType) Reset

func (*ExecutionFailureStatus_InvalidPublicFunctionReturnType) String

type ExecutionFailureStatus_InvalidPublicFunctionReturnType_

type ExecutionFailureStatus_InvalidPublicFunctionReturnType_ struct {
	InvalidPublicFunctionReturnType *ExecutionFailureStatus_InvalidPublicFunctionReturnType `protobuf:"bytes,23,opt,name=invalid_public_function_return_type,json=invalidPublicFunctionReturnType,proto3,oneof"`
}

type ExecutionFailureStatus_InvalidTransferObject

type ExecutionFailureStatus_InvalidTransferObject struct {
	InvalidTransferObject *emptypb.Empty `protobuf:"bytes,24,opt,name=invalid_transfer_object,json=invalidTransferObject,proto3,oneof"`
}

type ExecutionFailureStatus_InvariantViolation

type ExecutionFailureStatus_InvariantViolation struct {
	InvariantViolation *emptypb.Empty `protobuf:"bytes,3,opt,name=invariant_violation,json=invariantViolation,proto3,oneof"`
}

type ExecutionFailureStatus_MoveAbort

type ExecutionFailureStatus_MoveAbort struct {
	MoveLocation *ExecutionFailureStatus_MoveLocation `protobuf:"bytes,1,opt,name=move_location,json=moveLocation,proto3" json:"move_location,omitempty"`
	AbortCode    uint64                               `protobuf:"varint,2,opt,name=abort_code,json=abortCode,proto3" json:"abort_code,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionFailureStatus_MoveAbort) Descriptor deprecated

func (*ExecutionFailureStatus_MoveAbort) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionFailureStatus_MoveAbort.ProtoReflect.Descriptor instead.

func (*ExecutionFailureStatus_MoveAbort) GetAbortCode

func (x *ExecutionFailureStatus_MoveAbort) GetAbortCode() uint64

func (*ExecutionFailureStatus_MoveAbort) GetMoveLocation

func (*ExecutionFailureStatus_MoveAbort) ProtoMessage

func (*ExecutionFailureStatus_MoveAbort) ProtoMessage()

func (*ExecutionFailureStatus_MoveAbort) ProtoReflect

func (*ExecutionFailureStatus_MoveAbort) Reset

func (*ExecutionFailureStatus_MoveAbort) String

type ExecutionFailureStatus_MoveAbort_

type ExecutionFailureStatus_MoveAbort_ struct {
	MoveAbort *ExecutionFailureStatus_MoveAbort `protobuf:"bytes,13,opt,name=move_abort,json=moveAbort,proto3,oneof"`
}

type ExecutionFailureStatus_MoveLocation

type ExecutionFailureStatus_MoveLocation struct {
	Module       *ModuleId `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"`
	Function     uint32    `protobuf:"varint,2,opt,name=function,proto3" json:"function,omitempty"`
	Instruction  uint32    `protobuf:"varint,3,opt,name=instruction,proto3" json:"instruction,omitempty"`
	FunctionName *string   `protobuf:"bytes,4,opt,name=function_name,json=functionName,proto3,oneof" json:"function_name,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionFailureStatus_MoveLocation) Descriptor deprecated

func (*ExecutionFailureStatus_MoveLocation) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionFailureStatus_MoveLocation.ProtoReflect.Descriptor instead.

func (*ExecutionFailureStatus_MoveLocation) GetFunction

func (*ExecutionFailureStatus_MoveLocation) GetFunctionName

func (x *ExecutionFailureStatus_MoveLocation) GetFunctionName() string

func (*ExecutionFailureStatus_MoveLocation) GetInstruction

func (x *ExecutionFailureStatus_MoveLocation) GetInstruction() uint32

func (*ExecutionFailureStatus_MoveLocation) GetModule

func (*ExecutionFailureStatus_MoveLocation) ProtoMessage

func (*ExecutionFailureStatus_MoveLocation) ProtoMessage()

func (*ExecutionFailureStatus_MoveLocation) ProtoReflect

func (*ExecutionFailureStatus_MoveLocation) Reset

func (*ExecutionFailureStatus_MoveLocation) String

type ExecutionFailureStatus_MoveLocationOpt

type ExecutionFailureStatus_MoveLocationOpt struct {
	MoveLocation *ExecutionFailureStatus_MoveLocation `protobuf:"bytes,1,opt,name=move_location,json=moveLocation,proto3,oneof" json:"move_location,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionFailureStatus_MoveLocationOpt) Descriptor deprecated

func (*ExecutionFailureStatus_MoveLocationOpt) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionFailureStatus_MoveLocationOpt.ProtoReflect.Descriptor instead.

func (*ExecutionFailureStatus_MoveLocationOpt) GetMoveLocation

func (*ExecutionFailureStatus_MoveLocationOpt) ProtoMessage

func (*ExecutionFailureStatus_MoveLocationOpt) ProtoReflect

func (*ExecutionFailureStatus_MoveLocationOpt) Reset

func (*ExecutionFailureStatus_MoveLocationOpt) String

type ExecutionFailureStatus_MoveObjectTooBig

type ExecutionFailureStatus_MoveObjectTooBig struct {
	ObjectSize    uint64 `protobuf:"varint,1,opt,name=object_size,json=objectSize,proto3" json:"object_size,omitempty"`
	MaxObjectSize uint64 `protobuf:"varint,2,opt,name=max_object_size,json=maxObjectSize,proto3" json:"max_object_size,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionFailureStatus_MoveObjectTooBig) Descriptor deprecated

func (*ExecutionFailureStatus_MoveObjectTooBig) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionFailureStatus_MoveObjectTooBig.ProtoReflect.Descriptor instead.

func (*ExecutionFailureStatus_MoveObjectTooBig) GetMaxObjectSize

func (x *ExecutionFailureStatus_MoveObjectTooBig) GetMaxObjectSize() uint64

func (*ExecutionFailureStatus_MoveObjectTooBig) GetObjectSize

func (*ExecutionFailureStatus_MoveObjectTooBig) ProtoMessage

func (*ExecutionFailureStatus_MoveObjectTooBig) ProtoReflect

func (*ExecutionFailureStatus_MoveObjectTooBig) Reset

func (*ExecutionFailureStatus_MoveObjectTooBig) String

type ExecutionFailureStatus_MoveObjectTooBig_

type ExecutionFailureStatus_MoveObjectTooBig_ struct {
	MoveObjectTooBig *ExecutionFailureStatus_MoveObjectTooBig `protobuf:"bytes,5,opt,name=move_object_too_big,json=moveObjectTooBig,proto3,oneof"`
}

type ExecutionFailureStatus_MovePackageTooBig

type ExecutionFailureStatus_MovePackageTooBig struct {
	ObjectSize    uint64 `protobuf:"varint,1,opt,name=object_size,json=objectSize,proto3" json:"object_size,omitempty"`
	MaxObjectSize uint64 `protobuf:"varint,2,opt,name=max_object_size,json=maxObjectSize,proto3" json:"max_object_size,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionFailureStatus_MovePackageTooBig) Descriptor deprecated

func (*ExecutionFailureStatus_MovePackageTooBig) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionFailureStatus_MovePackageTooBig.ProtoReflect.Descriptor instead.

func (*ExecutionFailureStatus_MovePackageTooBig) GetMaxObjectSize

func (x *ExecutionFailureStatus_MovePackageTooBig) GetMaxObjectSize() uint64

func (*ExecutionFailureStatus_MovePackageTooBig) GetObjectSize

func (*ExecutionFailureStatus_MovePackageTooBig) ProtoMessage

func (*ExecutionFailureStatus_MovePackageTooBig) ProtoReflect

func (*ExecutionFailureStatus_MovePackageTooBig) Reset

func (*ExecutionFailureStatus_MovePackageTooBig) String

type ExecutionFailureStatus_MovePackageTooBig_

type ExecutionFailureStatus_MovePackageTooBig_ struct {
	MovePackageTooBig *ExecutionFailureStatus_MovePackageTooBig `protobuf:"bytes,6,opt,name=move_package_too_big,json=movePackageTooBig,proto3,oneof"`
}

type ExecutionFailureStatus_MovePrimitiveRuntimeError

type ExecutionFailureStatus_MovePrimitiveRuntimeError struct {
	MovePrimitiveRuntimeError *ExecutionFailureStatus_MoveLocationOpt `protobuf:"bytes,12,opt,name=move_primitive_runtime_error,json=movePrimitiveRuntimeError,proto3,oneof"`
}

type ExecutionFailureStatus_NonEntryFunctionInvoked

type ExecutionFailureStatus_NonEntryFunctionInvoked struct {
	NonEntryFunctionInvoked *emptypb.Empty `protobuf:"bytes,19,opt,name=non_entry_function_invoked,json=nonEntryFunctionInvoked,proto3,oneof"`
}

type ExecutionFailureStatus_PackageUpgradeError

type ExecutionFailureStatus_PackageUpgradeError struct {
	PackageUpgradeError *ExecutionFailureStatus_PackageUpgradeError_ `protobuf:"bytes,28,opt,name=package_upgrade_error,json=packageUpgradeError,proto3,oneof"`
}

type ExecutionFailureStatus_PackageUpgradeError_

type ExecutionFailureStatus_PackageUpgradeError_ struct {
	UpgradeError *PackageUpgradeError `protobuf:"bytes,1,opt,name=upgrade_error,json=upgradeError,proto3" json:"upgrade_error,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionFailureStatus_PackageUpgradeError_) Descriptor deprecated

Deprecated: Use ExecutionFailureStatus_PackageUpgradeError_.ProtoReflect.Descriptor instead.

func (*ExecutionFailureStatus_PackageUpgradeError_) GetUpgradeError

func (*ExecutionFailureStatus_PackageUpgradeError_) ProtoMessage

func (*ExecutionFailureStatus_PackageUpgradeError_) ProtoReflect

func (*ExecutionFailureStatus_PackageUpgradeError_) Reset

func (*ExecutionFailureStatus_PackageUpgradeError_) String

type ExecutionFailureStatus_PublishErrorNonZeroAddress

type ExecutionFailureStatus_PublishErrorNonZeroAddress struct {
	PublishErrorNonZeroAddress *emptypb.Empty `protobuf:"bytes,10,opt,name=publish_error_non_zero_address,json=publishErrorNonZeroAddress,proto3,oneof"`
}

type ExecutionFailureStatus_PublishUpgradeDependencyDowngrade

type ExecutionFailureStatus_PublishUpgradeDependencyDowngrade struct {
	PublishUpgradeDependencyDowngrade *emptypb.Empty `protobuf:"bytes,27,opt,name=publish_upgrade_dependency_downgrade,json=publishUpgradeDependencyDowngrade,proto3,oneof"`
}

type ExecutionFailureStatus_PublishUpgradeMissingDependency

type ExecutionFailureStatus_PublishUpgradeMissingDependency struct {
	PublishUpgradeMissingDependency *emptypb.Empty `protobuf:"bytes,26,opt,name=publish_upgrade_missing_dependency,json=publishUpgradeMissingDependency,proto3,oneof"`
}

type ExecutionFailureStatus_SharedObjectOperationNotAllowed

type ExecutionFailureStatus_SharedObjectOperationNotAllowed struct {
	SharedObjectOperationNotAllowed *emptypb.Empty `protobuf:"bytes,32,opt,name=shared_object_operation_not_allowed,json=sharedObjectOperationNotAllowed,proto3,oneof"`
}

type ExecutionFailureStatus_SuiMoveVerificationError

type ExecutionFailureStatus_SuiMoveVerificationError struct {
	SuiMoveVerificationError *emptypb.Empty `protobuf:"bytes,11,opt,name=sui_move_verification_error,json=suiMoveVerificationError,proto3,oneof"`
}

type ExecutionFailureStatus_SuiMoveVerificationTimedout

type ExecutionFailureStatus_SuiMoveVerificationTimedout struct {
	SuiMoveVerificationTimedout *emptypb.Empty `protobuf:"bytes,31,opt,name=sui_move_verification_timedout,json=suiMoveVerificationTimedout,proto3,oneof"`
}

type ExecutionFailureStatus_TypeArgumentError

type ExecutionFailureStatus_TypeArgumentError struct {
	TypeArgumentError *ExecutionFailureStatus_TypeArgumentError_ `protobuf:"bytes,21,opt,name=type_argument_error,json=typeArgumentError,proto3,oneof"`
}

type ExecutionFailureStatus_TypeArgumentError_

type ExecutionFailureStatus_TypeArgumentError_ struct {
	ArgumentIdx uint32             `protobuf:"varint,1,opt,name=argument_idx,json=argumentIdx,proto3" json:"argument_idx,omitempty"`
	Kind        *TypeArgumentError `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionFailureStatus_TypeArgumentError_) Descriptor deprecated

func (*ExecutionFailureStatus_TypeArgumentError_) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionFailureStatus_TypeArgumentError_.ProtoReflect.Descriptor instead.

func (*ExecutionFailureStatus_TypeArgumentError_) GetArgumentIdx

func (*ExecutionFailureStatus_TypeArgumentError_) GetKind

func (*ExecutionFailureStatus_TypeArgumentError_) ProtoMessage

func (*ExecutionFailureStatus_TypeArgumentError_) ProtoReflect

func (*ExecutionFailureStatus_TypeArgumentError_) Reset

func (*ExecutionFailureStatus_TypeArgumentError_) String

type ExecutionFailureStatus_TypeArityMismatch

type ExecutionFailureStatus_TypeArityMismatch struct {
	TypeArityMismatch *emptypb.Empty `protobuf:"bytes,18,opt,name=type_arity_mismatch,json=typeArityMismatch,proto3,oneof"`
}

type ExecutionFailureStatus_UnusedValueWithoutDrop

type ExecutionFailureStatus_UnusedValueWithoutDrop struct {
	ResultIdx    uint32 `protobuf:"varint,1,opt,name=result_idx,json=resultIdx,proto3" json:"result_idx,omitempty"`
	SecondaryIdx uint32 `protobuf:"varint,2,opt,name=secondary_idx,json=secondaryIdx,proto3" json:"secondary_idx,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionFailureStatus_UnusedValueWithoutDrop) Descriptor deprecated

Deprecated: Use ExecutionFailureStatus_UnusedValueWithoutDrop.ProtoReflect.Descriptor instead.

func (*ExecutionFailureStatus_UnusedValueWithoutDrop) GetResultIdx

func (*ExecutionFailureStatus_UnusedValueWithoutDrop) GetSecondaryIdx

func (*ExecutionFailureStatus_UnusedValueWithoutDrop) ProtoMessage

func (*ExecutionFailureStatus_UnusedValueWithoutDrop) ProtoReflect

func (*ExecutionFailureStatus_UnusedValueWithoutDrop) Reset

func (*ExecutionFailureStatus_UnusedValueWithoutDrop) String

type ExecutionFailureStatus_UnusedValueWithoutDrop_

type ExecutionFailureStatus_UnusedValueWithoutDrop_ struct {
	UnusedValueWithoutDrop *ExecutionFailureStatus_UnusedValueWithoutDrop `protobuf:"bytes,22,opt,name=unused_value_without_drop,json=unusedValueWithoutDrop,proto3,oneof"`
}

type ExecutionFailureStatus_VmInvariantViolation

type ExecutionFailureStatus_VmInvariantViolation struct {
	VmInvariantViolation *emptypb.Empty `protobuf:"bytes,15,opt,name=vm_invariant_violation,json=vmInvariantViolation,proto3,oneof"`
}

type ExecutionFailureStatus_VmVerificationOrDeserializationError

type ExecutionFailureStatus_VmVerificationOrDeserializationError struct {
	VmVerificationOrDeserializationError *emptypb.Empty `protobuf:"bytes,14,opt,name=vm_verification_or_deserialization_error,json=vmVerificationOrDeserializationError,proto3,oneof"`
}

type ExecutionFailureStatus_WrittenObjectsTooLarge

type ExecutionFailureStatus_WrittenObjectsTooLarge struct {
	CurrentSize uint64 `protobuf:"varint,1,opt,name=current_size,json=currentSize,proto3" json:"current_size,omitempty"`
	MaxSize     uint64 `protobuf:"varint,2,opt,name=max_size,json=maxSize,proto3" json:"max_size,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionFailureStatus_WrittenObjectsTooLarge) Descriptor deprecated

Deprecated: Use ExecutionFailureStatus_WrittenObjectsTooLarge.ProtoReflect.Descriptor instead.

func (*ExecutionFailureStatus_WrittenObjectsTooLarge) GetCurrentSize

func (*ExecutionFailureStatus_WrittenObjectsTooLarge) GetMaxSize

func (*ExecutionFailureStatus_WrittenObjectsTooLarge) ProtoMessage

func (*ExecutionFailureStatus_WrittenObjectsTooLarge) ProtoReflect

func (*ExecutionFailureStatus_WrittenObjectsTooLarge) Reset

func (*ExecutionFailureStatus_WrittenObjectsTooLarge) String

type ExecutionFailureStatus_WrittenObjectsTooLarge_

type ExecutionFailureStatus_WrittenObjectsTooLarge_ struct {
	WrittenObjectsTooLarge *ExecutionFailureStatus_WrittenObjectsTooLarge `protobuf:"bytes,29,opt,name=written_objects_too_large,json=writtenObjectsTooLarge,proto3,oneof"`
}

type ExecutionStatus

type ExecutionStatus struct {

	// Types that are assignable to ExecutionStatus:
	//
	//	*ExecutionStatus_Success
	//	*ExecutionStatus_Failure
	ExecutionStatus isExecutionStatus_ExecutionStatus `protobuf_oneof:"execution_status"`
	// contains filtered or unexported fields
}

func (*ExecutionStatus) Descriptor deprecated

func (*ExecutionStatus) Descriptor() ([]byte, []int)

Deprecated: Use ExecutionStatus.ProtoReflect.Descriptor instead.

func (*ExecutionStatus) GetExecutionStatus

func (m *ExecutionStatus) GetExecutionStatus() isExecutionStatus_ExecutionStatus

func (*ExecutionStatus) GetFailure

func (x *ExecutionStatus) GetFailure() *Failure

func (*ExecutionStatus) GetSuccess

func (x *ExecutionStatus) GetSuccess() *emptypb.Empty

func (*ExecutionStatus) ProtoMessage

func (*ExecutionStatus) ProtoMessage()

func (*ExecutionStatus) ProtoReflect

func (x *ExecutionStatus) ProtoReflect() protoreflect.Message

func (*ExecutionStatus) Reset

func (x *ExecutionStatus) Reset()

func (*ExecutionStatus) String

func (x *ExecutionStatus) String() string

type ExecutionStatus_Failure

type ExecutionStatus_Failure struct {
	// Gas used in the failed case, and the error.
	Failure *Failure `protobuf:"bytes,2,opt,name=failure,proto3,oneof"`
}

type ExecutionStatus_Success

type ExecutionStatus_Success struct {
	// Gas used in the success case.
	Success *emptypb.Empty `protobuf:"bytes,1,opt,name=success,proto3,oneof"`
}

type Failure

type Failure struct {
	Error *ExecutionFailureStatus `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
	// / Which command the error occurred
	CommandIndex *uint32 `protobuf:"varint,2,opt,name=command_index,json=commandIndex,proto3,oneof" json:"command_index,omitempty"`
	// contains filtered or unexported fields
}

func (*Failure) Descriptor deprecated

func (*Failure) Descriptor() ([]byte, []int)

Deprecated: Use Failure.ProtoReflect.Descriptor instead.

func (*Failure) GetCommandIndex

func (x *Failure) GetCommandIndex() uint32

func (*Failure) GetError

func (x *Failure) GetError() *ExecutionFailureStatus

func (*Failure) ProtoMessage

func (*Failure) ProtoMessage()

func (*Failure) ProtoReflect

func (x *Failure) ProtoReflect() protoreflect.Message

func (*Failure) Reset

func (x *Failure) Reset()

func (*Failure) String

func (x *Failure) String() string

type GasCostSummary

type GasCostSummary struct {

	// Cost of computation/execution
	ComputationCost uint64 `protobuf:"varint,1,opt,name=computation_cost,json=computationCost,proto3" json:"computation_cost,omitempty"`
	// Storage cost, it's the sum of all storage cost for all objects created or mutated.
	StorageCost uint64 `protobuf:"varint,2,opt,name=storage_cost,json=storageCost,proto3" json:"storage_cost,omitempty"`
	// The amount of storage cost refunded to the user for all objects deleted or mutated in the transaction.
	StorageRebate uint64 `protobuf:"varint,3,opt,name=storage_rebate,json=storageRebate,proto3" json:"storage_rebate,omitempty"`
	// The fee for the rebate. The portion of the storage rebate kept by the system.
	NonRefundableStorageFee uint64 `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GasCostSummary) Descriptor deprecated

func (*GasCostSummary) Descriptor() ([]byte, []int)

Deprecated: Use GasCostSummary.ProtoReflect.Descriptor instead.

func (*GasCostSummary) GetComputationCost

func (x *GasCostSummary) GetComputationCost() uint64

func (*GasCostSummary) GetNonRefundableStorageFee

func (x *GasCostSummary) GetNonRefundableStorageFee() uint64

func (*GasCostSummary) GetStorageCost

func (x *GasCostSummary) GetStorageCost() uint64

func (*GasCostSummary) GetStorageRebate

func (x *GasCostSummary) GetStorageRebate() uint64

func (*GasCostSummary) ProtoMessage

func (*GasCostSummary) ProtoMessage()

func (*GasCostSummary) ProtoReflect

func (x *GasCostSummary) ProtoReflect() protoreflect.Message

func (*GasCostSummary) Reset

func (x *GasCostSummary) Reset()

func (*GasCostSummary) String

func (x *GasCostSummary) String() string

type GasData

type GasData struct {
	Payment []*ObjectRef `protobuf:"bytes,1,rep,name=payment,proto3" json:"payment,omitempty"`
	Owner   string       `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	Price   uint64       `protobuf:"varint,3,opt,name=price,proto3" json:"price,omitempty"`
	Budget  uint64       `protobuf:"varint,4,opt,name=budget,proto3" json:"budget,omitempty"`
	// contains filtered or unexported fields
}

func (*GasData) Descriptor deprecated

func (*GasData) Descriptor() ([]byte, []int)

Deprecated: Use GasData.ProtoReflect.Descriptor instead.

func (*GasData) GetBudget

func (x *GasData) GetBudget() uint64

func (*GasData) GetOwner

func (x *GasData) GetOwner() string

func (*GasData) GetPayment

func (x *GasData) GetPayment() []*ObjectRef

func (*GasData) GetPrice

func (x *GasData) GetPrice() uint64

func (*GasData) ProtoMessage

func (*GasData) ProtoMessage()

func (*GasData) ProtoReflect

func (x *GasData) ProtoReflect() protoreflect.Message

func (*GasData) Reset

func (x *GasData) Reset()

func (*GasData) String

func (x *GasData) String() string

type GenericTransactionKind

type GenericTransactionKind struct {

	// Types that are assignable to Kind:
	//
	//	*GenericTransactionKind_SystemTransaction
	//	*GenericTransactionKind_ProgrammableTransaction
	Kind isGenericTransactionKind_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

func (*GenericTransactionKind) Descriptor deprecated

func (*GenericTransactionKind) Descriptor() ([]byte, []int)

Deprecated: Use GenericTransactionKind.ProtoReflect.Descriptor instead.

func (*GenericTransactionKind) GetKind

func (m *GenericTransactionKind) GetKind() isGenericTransactionKind_Kind

func (*GenericTransactionKind) GetProgrammableTransaction

func (x *GenericTransactionKind) GetProgrammableTransaction() *emptypb.Empty

func (*GenericTransactionKind) GetSystemTransaction

func (x *GenericTransactionKind) GetSystemTransaction() *emptypb.Empty

func (*GenericTransactionKind) ProtoMessage

func (*GenericTransactionKind) ProtoMessage()

func (*GenericTransactionKind) ProtoReflect

func (x *GenericTransactionKind) ProtoReflect() protoreflect.Message

func (*GenericTransactionKind) Reset

func (x *GenericTransactionKind) Reset()

func (*GenericTransactionKind) String

func (x *GenericTransactionKind) String() string

type GenericTransactionKind_ProgrammableTransaction

type GenericTransactionKind_ProgrammableTransaction struct {
	ProgrammableTransaction *emptypb.Empty `protobuf:"bytes,2,opt,name=programmable_transaction,json=programmableTransaction,proto3,oneof"`
}

type GenericTransactionKind_SystemTransaction

type GenericTransactionKind_SystemTransaction struct {
	SystemTransaction *emptypb.Empty `protobuf:"bytes,1,opt,name=system_transaction,json=systemTransaction,proto3,oneof"`
}

type GenesisObject

type GenesisObject struct {

	// Types that are assignable to GenesisObject:
	//
	//	*GenesisObject_RawObject_
	GenesisObject isGenesisObject_GenesisObject `protobuf_oneof:"genesis_object"`
	// contains filtered or unexported fields
}

func (*GenesisObject) Descriptor deprecated

func (*GenesisObject) Descriptor() ([]byte, []int)

Deprecated: Use GenesisObject.ProtoReflect.Descriptor instead.

func (*GenesisObject) GetGenesisObject

func (m *GenesisObject) GetGenesisObject() isGenesisObject_GenesisObject

func (*GenesisObject) GetRawObject

func (x *GenesisObject) GetRawObject() *GenesisObject_RawObject

func (*GenesisObject) ProtoMessage

func (*GenesisObject) ProtoMessage()

func (*GenesisObject) ProtoReflect

func (x *GenesisObject) ProtoReflect() protoreflect.Message

func (*GenesisObject) Reset

func (x *GenesisObject) Reset()

func (*GenesisObject) String

func (x *GenesisObject) String() string

type GenesisObject_RawObject

type GenesisObject_RawObject struct {
	Data  *Data  `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	Owner *Owner `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	// contains filtered or unexported fields
}

func (*GenesisObject_RawObject) Descriptor deprecated

func (*GenesisObject_RawObject) Descriptor() ([]byte, []int)

Deprecated: Use GenesisObject_RawObject.ProtoReflect.Descriptor instead.

func (*GenesisObject_RawObject) GetData

func (x *GenesisObject_RawObject) GetData() *Data

func (*GenesisObject_RawObject) GetOwner

func (x *GenesisObject_RawObject) GetOwner() *Owner

func (*GenesisObject_RawObject) ProtoMessage

func (*GenesisObject_RawObject) ProtoMessage()

func (*GenesisObject_RawObject) ProtoReflect

func (x *GenesisObject_RawObject) ProtoReflect() protoreflect.Message

func (*GenesisObject_RawObject) Reset

func (x *GenesisObject_RawObject) Reset()

func (*GenesisObject_RawObject) String

func (x *GenesisObject_RawObject) String() string

type GenesisObject_RawObject_

type GenesisObject_RawObject_ struct {
	RawObject *GenesisObject_RawObject `protobuf:"bytes,1,opt,name=raw_object,json=rawObject,proto3,oneof"`
}

type GenesisTransaction

type GenesisTransaction struct {
	Objects []*GenesisObject `protobuf:"bytes,1,rep,name=objects,proto3" json:"objects,omitempty"`
	// contains filtered or unexported fields
}

func (*GenesisTransaction) Descriptor deprecated

func (*GenesisTransaction) Descriptor() ([]byte, []int)

Deprecated: Use GenesisTransaction.ProtoReflect.Descriptor instead.

func (*GenesisTransaction) GetObjects

func (x *GenesisTransaction) GetObjects() []*GenesisObject

func (*GenesisTransaction) ProtoMessage

func (*GenesisTransaction) ProtoMessage()

func (*GenesisTransaction) ProtoReflect

func (x *GenesisTransaction) ProtoReflect() protoreflect.Message

func (*GenesisTransaction) Reset

func (x *GenesisTransaction) Reset()

func (*GenesisTransaction) String

func (x *GenesisTransaction) String() string

type IDOperation

type IDOperation struct {

	// Types that are assignable to IdOperation:
	//
	//	*IDOperation_None
	//	*IDOperation_Created
	//	*IDOperation_Deleted
	IdOperation isIDOperation_IdOperation `protobuf_oneof:"id_operation"`
	// contains filtered or unexported fields
}

func (*IDOperation) Descriptor deprecated

func (*IDOperation) Descriptor() ([]byte, []int)

Deprecated: Use IDOperation.ProtoReflect.Descriptor instead.

func (*IDOperation) GetCreated

func (x *IDOperation) GetCreated() *emptypb.Empty

func (*IDOperation) GetDeleted

func (x *IDOperation) GetDeleted() *emptypb.Empty

func (*IDOperation) GetIdOperation

func (m *IDOperation) GetIdOperation() isIDOperation_IdOperation

func (*IDOperation) GetNone

func (x *IDOperation) GetNone() *emptypb.Empty

func (*IDOperation) ProtoMessage

func (*IDOperation) ProtoMessage()

func (*IDOperation) ProtoReflect

func (x *IDOperation) ProtoReflect() protoreflect.Message

func (*IDOperation) Reset

func (x *IDOperation) Reset()

func (*IDOperation) String

func (x *IDOperation) String() string

type IDOperation_Created

type IDOperation_Created struct {
	Created *emptypb.Empty `protobuf:"bytes,2,opt,name=created,proto3,oneof"`
}

type IDOperation_Deleted

type IDOperation_Deleted struct {
	Deleted *emptypb.Empty `protobuf:"bytes,3,opt,name=deleted,proto3,oneof"`
}

type IDOperation_None

type IDOperation_None struct {
	None *emptypb.Empty `protobuf:"bytes,1,opt,name=none,proto3,oneof"`
}

type IndexedDeletedObject

type IndexedDeletedObject struct {
	ObjectId                 *ObjectID `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	ObjectVersion            uint64    `protobuf:"varint,2,opt,name=object_version,json=objectVersion,proto3" json:"object_version,omitempty"`
	CheckpointSequenceNumber uint64    `` /* 136-byte string literal not displayed */
	TxDigest                 string    `protobuf:"bytes,4,opt,name=tx_digest,json=txDigest,proto3" json:"tx_digest,omitempty"`
	// contains filtered or unexported fields
}

func (*IndexedDeletedObject) Descriptor deprecated

func (*IndexedDeletedObject) Descriptor() ([]byte, []int)

Deprecated: Use IndexedDeletedObject.ProtoReflect.Descriptor instead.

func (*IndexedDeletedObject) GetCheckpointSequenceNumber

func (x *IndexedDeletedObject) GetCheckpointSequenceNumber() uint64

func (*IndexedDeletedObject) GetObjectId

func (x *IndexedDeletedObject) GetObjectId() *ObjectID

func (*IndexedDeletedObject) GetObjectVersion

func (x *IndexedDeletedObject) GetObjectVersion() uint64

func (*IndexedDeletedObject) GetTxDigest

func (x *IndexedDeletedObject) GetTxDigest() string

func (*IndexedDeletedObject) ProtoMessage

func (*IndexedDeletedObject) ProtoMessage()

func (*IndexedDeletedObject) ProtoReflect

func (x *IndexedDeletedObject) ProtoReflect() protoreflect.Message

func (*IndexedDeletedObject) Reset

func (x *IndexedDeletedObject) Reset()

func (*IndexedDeletedObject) String

func (x *IndexedDeletedObject) String() string

type IndexedEvent

type IndexedEvent struct {
	TxSequenceNumber         uint64    `protobuf:"varint,1,opt,name=tx_sequence_number,json=txSequenceNumber,proto3" json:"tx_sequence_number,omitempty"`
	EventSequenceNumber      uint64    `protobuf:"varint,2,opt,name=event_sequence_number,json=eventSequenceNumber,proto3" json:"event_sequence_number,omitempty"`
	CheckpointSequenceNumber uint64    `` /* 136-byte string literal not displayed */
	TransactionDigest        string    `protobuf:"bytes,4,opt,name=transaction_digest,json=transactionDigest,proto3" json:"transaction_digest,omitempty"`
	Senders                  []string  `protobuf:"bytes,5,rep,name=senders,proto3" json:"senders,omitempty"`
	Package                  *ObjectID `protobuf:"bytes,6,opt,name=package,proto3" json:"package,omitempty"`
	Module                   string    `protobuf:"bytes,7,opt,name=module,proto3" json:"module,omitempty"`
	EventType                string    `protobuf:"bytes,8,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"`
	Bsc                      []byte    `protobuf:"bytes,9,opt,name=bsc,proto3" json:"bsc,omitempty"`
	TimestampMs              uint64    `protobuf:"varint,10,opt,name=timestamp_ms,json=timestampMs,proto3" json:"timestamp_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*IndexedEvent) Descriptor deprecated

func (*IndexedEvent) Descriptor() ([]byte, []int)

Deprecated: Use IndexedEvent.ProtoReflect.Descriptor instead.

func (*IndexedEvent) GetBsc

func (x *IndexedEvent) GetBsc() []byte

func (*IndexedEvent) GetCheckpointSequenceNumber

func (x *IndexedEvent) GetCheckpointSequenceNumber() uint64

func (*IndexedEvent) GetEventSequenceNumber

func (x *IndexedEvent) GetEventSequenceNumber() uint64

func (*IndexedEvent) GetEventType

func (x *IndexedEvent) GetEventType() string

func (*IndexedEvent) GetModule

func (x *IndexedEvent) GetModule() string

func (*IndexedEvent) GetPackage

func (x *IndexedEvent) GetPackage() *ObjectID

func (*IndexedEvent) GetSenders

func (x *IndexedEvent) GetSenders() []string

func (*IndexedEvent) GetTimestampMs

func (x *IndexedEvent) GetTimestampMs() uint64

func (*IndexedEvent) GetTransactionDigest

func (x *IndexedEvent) GetTransactionDigest() string

func (*IndexedEvent) GetTxSequenceNumber

func (x *IndexedEvent) GetTxSequenceNumber() uint64

func (*IndexedEvent) ProtoMessage

func (*IndexedEvent) ProtoMessage()

func (*IndexedEvent) ProtoReflect

func (x *IndexedEvent) ProtoReflect() protoreflect.Message

func (*IndexedEvent) Reset

func (x *IndexedEvent) Reset()

func (*IndexedEvent) String

func (x *IndexedEvent) String() string

type IndexedObject

type IndexedObject struct {
	ObjectId                 *ObjectID  `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	ObjectVersion            uint64     `protobuf:"varint,2,opt,name=object_version,json=objectVersion,proto3" json:"object_version,omitempty"`
	ObjectDigest             string     `protobuf:"bytes,3,opt,name=object_digest,json=objectDigest,proto3" json:"object_digest,omitempty"`
	CheckpointSequenceNumber uint64     `` /* 136-byte string literal not displayed */
	TxDigest                 string     `protobuf:"bytes,5,opt,name=tx_digest,json=txDigest,proto3" json:"tx_digest,omitempty"`
	OwnerType                *OwnerType `protobuf:"bytes,6,opt,name=owner_type,json=ownerType,proto3" json:"owner_type,omitempty"`
	OwnerId                  *string    `protobuf:"bytes,7,opt,name=owner_id,json=ownerId,proto3,oneof" json:"owner_id,omitempty"`
	Object                   *Object    `protobuf:"bytes,8,opt,name=object,proto3" json:"object,omitempty"`
	CoinType                 *string    `protobuf:"bytes,9,opt,name=coin_type,json=coinType,proto3,oneof" json:"coin_type,omitempty"`
	CoinBalance              *uint64    `protobuf:"varint,10,opt,name=coin_balance,json=coinBalance,proto3,oneof" json:"coin_balance,omitempty"`
	// contains filtered or unexported fields
}

func (*IndexedObject) Descriptor deprecated

func (*IndexedObject) Descriptor() ([]byte, []int)

Deprecated: Use IndexedObject.ProtoReflect.Descriptor instead.

func (*IndexedObject) GetCheckpointSequenceNumber

func (x *IndexedObject) GetCheckpointSequenceNumber() uint64

func (*IndexedObject) GetCoinBalance

func (x *IndexedObject) GetCoinBalance() uint64

func (*IndexedObject) GetCoinType

func (x *IndexedObject) GetCoinType() string

func (*IndexedObject) GetObject

func (x *IndexedObject) GetObject() *Object

func (*IndexedObject) GetObjectDigest

func (x *IndexedObject) GetObjectDigest() string

func (*IndexedObject) GetObjectId

func (x *IndexedObject) GetObjectId() *ObjectID

func (*IndexedObject) GetObjectVersion

func (x *IndexedObject) GetObjectVersion() uint64

func (*IndexedObject) GetOwnerId

func (x *IndexedObject) GetOwnerId() string

func (*IndexedObject) GetOwnerType

func (x *IndexedObject) GetOwnerType() *OwnerType

func (*IndexedObject) GetTxDigest

func (x *IndexedObject) GetTxDigest() string

func (*IndexedObject) ProtoMessage

func (*IndexedObject) ProtoMessage()

func (*IndexedObject) ProtoReflect

func (x *IndexedObject) ProtoReflect() protoreflect.Message

func (*IndexedObject) Reset

func (x *IndexedObject) Reset()

func (*IndexedObject) String

func (x *IndexedObject) String() string

type IndexedPackage

type IndexedPackage struct {
	PackageId                *ObjectID    `protobuf:"bytes,1,opt,name=package_id,json=packageId,proto3" json:"package_id,omitempty"`
	MovePackage              *MovePackage `protobuf:"bytes,2,opt,name=move_package,json=movePackage,proto3" json:"move_package,omitempty"`
	CheckpointSequenceNumber uint64       `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*IndexedPackage) Descriptor deprecated

func (*IndexedPackage) Descriptor() ([]byte, []int)

Deprecated: Use IndexedPackage.ProtoReflect.Descriptor instead.

func (*IndexedPackage) GetCheckpointSequenceNumber

func (x *IndexedPackage) GetCheckpointSequenceNumber() uint64

func (*IndexedPackage) GetMovePackage

func (x *IndexedPackage) GetMovePackage() *MovePackage

func (*IndexedPackage) GetPackageId

func (x *IndexedPackage) GetPackageId() *ObjectID

func (*IndexedPackage) ProtoMessage

func (*IndexedPackage) ProtoMessage()

func (*IndexedPackage) ProtoReflect

func (x *IndexedPackage) ProtoReflect() protoreflect.Message

func (*IndexedPackage) Reset

func (x *IndexedPackage) Reset()

func (*IndexedPackage) String

func (x *IndexedPackage) String() string

type Intent

type Intent struct {
	Scope   *IntentScope   `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	Version *IntentVersion `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	AppId   *AppId         `protobuf:"bytes,3,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Intent) Descriptor deprecated

func (*Intent) Descriptor() ([]byte, []int)

Deprecated: Use Intent.ProtoReflect.Descriptor instead.

func (*Intent) GetAppId

func (x *Intent) GetAppId() *AppId

func (*Intent) GetScope

func (x *Intent) GetScope() *IntentScope

func (*Intent) GetVersion

func (x *Intent) GetVersion() *IntentVersion

func (*Intent) ProtoMessage

func (*Intent) ProtoMessage()

func (*Intent) ProtoReflect

func (x *Intent) ProtoReflect() protoreflect.Message

func (*Intent) Reset

func (x *Intent) Reset()

func (*Intent) String

func (x *Intent) String() string

type IntentMessage

type IntentMessage struct {
	Intent *Intent          `protobuf:"bytes,1,opt,name=intent,proto3" json:"intent,omitempty"`
	Value  *TransactionData `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*IntentMessage) Descriptor deprecated

func (*IntentMessage) Descriptor() ([]byte, []int)

Deprecated: Use IntentMessage.ProtoReflect.Descriptor instead.

func (*IntentMessage) GetIntent

func (x *IntentMessage) GetIntent() *Intent

func (*IntentMessage) GetValue

func (x *IntentMessage) GetValue() *TransactionData

func (*IntentMessage) ProtoMessage

func (*IntentMessage) ProtoMessage()

func (*IntentMessage) ProtoReflect

func (x *IntentMessage) ProtoReflect() protoreflect.Message

func (*IntentMessage) Reset

func (x *IntentMessage) Reset()

func (*IntentMessage) String

func (x *IntentMessage) String() string

type IntentScope

type IntentScope struct {

	// Types that are assignable to IntentScope:
	//
	//	*IntentScope_TransactionData
	//	*IntentScope_TransactionEffects
	//	*IntentScope_CheckpointSummary
	//	*IntentScope_PersonalMessage
	//	*IntentScope_SenderSignedTransaction
	//	*IntentScope_ProofOfPossession
	//	*IntentScope_HeaderDigest
	//	*IntentScope_BridgeEventUnused
	//	*IntentScope_ConsensusBlock
	IntentScope isIntentScope_IntentScope `protobuf_oneof:"intent_scope"`
	// contains filtered or unexported fields
}

func (*IntentScope) Descriptor deprecated

func (*IntentScope) Descriptor() ([]byte, []int)

Deprecated: Use IntentScope.ProtoReflect.Descriptor instead.

func (*IntentScope) GetBridgeEventUnused

func (x *IntentScope) GetBridgeEventUnused() *emptypb.Empty

func (*IntentScope) GetCheckpointSummary

func (x *IntentScope) GetCheckpointSummary() *emptypb.Empty

func (*IntentScope) GetConsensusBlock

func (x *IntentScope) GetConsensusBlock() *emptypb.Empty

func (*IntentScope) GetHeaderDigest

func (x *IntentScope) GetHeaderDigest() *emptypb.Empty

func (*IntentScope) GetIntentScope

func (m *IntentScope) GetIntentScope() isIntentScope_IntentScope

func (*IntentScope) GetPersonalMessage

func (x *IntentScope) GetPersonalMessage() *emptypb.Empty

func (*IntentScope) GetProofOfPossession

func (x *IntentScope) GetProofOfPossession() *emptypb.Empty

func (*IntentScope) GetSenderSignedTransaction

func (x *IntentScope) GetSenderSignedTransaction() *emptypb.Empty

func (*IntentScope) GetTransactionData

func (x *IntentScope) GetTransactionData() *emptypb.Empty

func (*IntentScope) GetTransactionEffects

func (x *IntentScope) GetTransactionEffects() *emptypb.Empty

func (*IntentScope) ProtoMessage

func (*IntentScope) ProtoMessage()

func (*IntentScope) ProtoReflect

func (x *IntentScope) ProtoReflect() protoreflect.Message

func (*IntentScope) Reset

func (x *IntentScope) Reset()

func (*IntentScope) String

func (x *IntentScope) String() string

type IntentScope_BridgeEventUnused

type IntentScope_BridgeEventUnused struct {
	// for bridge purposes but it's currently not included in messages.
	BridgeEventUnused *emptypb.Empty `protobuf:"bytes,8,opt,name=bridge_event_unused,json=bridgeEventUnused,proto3,oneof"`
}

type IntentScope_CheckpointSummary

type IntentScope_CheckpointSummary struct {
	// Used for an authority signature on a checkpoint summary.
	CheckpointSummary *emptypb.Empty `protobuf:"bytes,3,opt,name=checkpoint_summary,json=checkpointSummary,proto3,oneof"`
}

type IntentScope_ConsensusBlock

type IntentScope_ConsensusBlock struct {
	// Used for consensus authority signature on block's digest
	ConsensusBlock *emptypb.Empty `protobuf:"bytes,9,opt,name=consensus_block,json=consensusBlock,proto3,oneof"`
}

type IntentScope_HeaderDigest

type IntentScope_HeaderDigest struct {
	// Used for narwhal authority signature on header digest.
	HeaderDigest *emptypb.Empty `protobuf:"bytes,7,opt,name=header_digest,json=headerDigest,proto3,oneof"`
}

type IntentScope_PersonalMessage

type IntentScope_PersonalMessage struct {
	// Used for a user signature on a personal message.
	PersonalMessage *emptypb.Empty `protobuf:"bytes,4,opt,name=personal_message,json=personalMessage,proto3,oneof"`
}

type IntentScope_ProofOfPossession

type IntentScope_ProofOfPossession struct {
	// Used as a signature representing an authority's proof of possession of its authority protocol key.
	ProofOfPossession *emptypb.Empty `protobuf:"bytes,6,opt,name=proof_of_possession,json=proofOfPossession,proto3,oneof"`
}

type IntentScope_SenderSignedTransaction

type IntentScope_SenderSignedTransaction struct {
	// Used for an authority signature on a user signed transaction.
	SenderSignedTransaction *emptypb.Empty `protobuf:"bytes,5,opt,name=sender_signed_transaction,json=senderSignedTransaction,proto3,oneof"`
}

type IntentScope_TransactionData

type IntentScope_TransactionData struct {
	// Used for a user signature on a transaction data.
	TransactionData *emptypb.Empty `protobuf:"bytes,1,opt,name=transaction_data,json=transactionData,proto3,oneof"`
}

type IntentScope_TransactionEffects

type IntentScope_TransactionEffects struct {
	// Used for an authority signature on transaction effects.
	TransactionEffects *emptypb.Empty `protobuf:"bytes,2,opt,name=transaction_effects,json=transactionEffects,proto3,oneof"`
}

type IntentVersion

type IntentVersion struct {

	// Types that are assignable to IntentVersion:
	//
	//	*IntentVersion_V0
	IntentVersion isIntentVersion_IntentVersion `protobuf_oneof:"intent_version"`
	// contains filtered or unexported fields
}

func (*IntentVersion) Descriptor deprecated

func (*IntentVersion) Descriptor() ([]byte, []int)

Deprecated: Use IntentVersion.ProtoReflect.Descriptor instead.

func (*IntentVersion) GetIntentVersion

func (m *IntentVersion) GetIntentVersion() isIntentVersion_IntentVersion

func (*IntentVersion) GetV0

func (x *IntentVersion) GetV0() *emptypb.Empty

func (*IntentVersion) ProtoMessage

func (*IntentVersion) ProtoMessage()

func (*IntentVersion) ProtoReflect

func (x *IntentVersion) ProtoReflect() protoreflect.Message

func (*IntentVersion) Reset

func (x *IntentVersion) Reset()

func (*IntentVersion) String

func (x *IntentVersion) String() string

type IntentVersion_V0

type IntentVersion_V0 struct {
	V0 *emptypb.Empty `protobuf:"bytes,1,opt,name=v0,proto3,oneof"`
}

type JWK

type JWK struct {

	// / Key type parameter, https://datatracker.ietf.org/doc/html/rfc7517#section-4.1
	Kty string `protobuf:"bytes,1,opt,name=kty,proto3" json:"kty,omitempty"`
	// / RSA public exponent, https://datatracker.ietf.org/doc/html/rfc7517#section-9.3
	E string `protobuf:"bytes,2,opt,name=e,proto3" json:"e,omitempty"`
	// / RSA modulus, https://datatracker.ietf.org/doc/html/rfc7517#section-9.3
	N string `protobuf:"bytes,3,opt,name=n,proto3" json:"n,omitempty"`
	// / Algorithm parameter, https://datatracker.ietf.org/doc/html/rfc7517#section-4.4
	Alg string `protobuf:"bytes,4,opt,name=alg,proto3" json:"alg,omitempty"`
	// contains filtered or unexported fields
}

func (*JWK) Descriptor deprecated

func (*JWK) Descriptor() ([]byte, []int)

Deprecated: Use JWK.ProtoReflect.Descriptor instead.

func (*JWK) GetAlg

func (x *JWK) GetAlg() string

func (*JWK) GetE

func (x *JWK) GetE() string

func (*JWK) GetKty

func (x *JWK) GetKty() string

func (*JWK) GetN

func (x *JWK) GetN() string

func (*JWK) ProtoMessage

func (*JWK) ProtoMessage()

func (*JWK) ProtoReflect

func (x *JWK) ProtoReflect() protoreflect.Message

func (*JWK) Reset

func (x *JWK) Reset()

func (*JWK) String

func (x *JWK) String() string

type JwkId

type JwkId struct {

	// / iss string that identifies the OIDC provider.
	Iss string `protobuf:"bytes,1,opt,name=iss,proto3" json:"iss,omitempty"`
	// / kid string that identifies the JWK.
	Kid string `protobuf:"bytes,2,opt,name=kid,proto3" json:"kid,omitempty"`
	// contains filtered or unexported fields
}

func (*JwkId) Descriptor deprecated

func (*JwkId) Descriptor() ([]byte, []int)

Deprecated: Use JwkId.ProtoReflect.Descriptor instead.

func (*JwkId) GetIss

func (x *JwkId) GetIss() string

func (*JwkId) GetKid

func (x *JwkId) GetKid() string

func (*JwkId) ProtoMessage

func (*JwkId) ProtoMessage()

func (*JwkId) ProtoReflect

func (x *JwkId) ProtoReflect() protoreflect.Message

func (*JwkId) Reset

func (x *JwkId) Reset()

func (*JwkId) String

func (x *JwkId) String() string

type LinkageTablePair

type LinkageTablePair struct {
	Key   *ObjectID    `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value *UpgradeInfo `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkageTablePair) Descriptor deprecated

func (*LinkageTablePair) Descriptor() ([]byte, []int)

Deprecated: Use LinkageTablePair.ProtoReflect.Descriptor instead.

func (*LinkageTablePair) GetKey

func (x *LinkageTablePair) GetKey() *ObjectID

func (*LinkageTablePair) GetValue

func (x *LinkageTablePair) GetValue() *UpgradeInfo

func (*LinkageTablePair) ProtoMessage

func (*LinkageTablePair) ProtoMessage()

func (*LinkageTablePair) ProtoReflect

func (x *LinkageTablePair) ProtoReflect() protoreflect.Message

func (*LinkageTablePair) Reset

func (x *LinkageTablePair) Reset()

func (*LinkageTablePair) String

func (x *LinkageTablePair) String() string

type ListOfObjects

type ListOfObjects struct {
	List []*ObjectID `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOfObjects) Descriptor deprecated

func (*ListOfObjects) Descriptor() ([]byte, []int)

Deprecated: Use ListOfObjects.ProtoReflect.Descriptor instead.

func (*ListOfObjects) GetList

func (x *ListOfObjects) GetList() []*ObjectID

func (*ListOfObjects) ProtoMessage

func (*ListOfObjects) ProtoMessage()

func (*ListOfObjects) ProtoReflect

func (x *ListOfObjects) ProtoReflect() protoreflect.Message

func (*ListOfObjects) Reset

func (x *ListOfObjects) Reset()

func (*ListOfObjects) String

func (x *ListOfObjects) String() string

type ListOfTypeTags

type ListOfTypeTags struct {
	List []*TypeTag `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOfTypeTags) Descriptor deprecated

func (*ListOfTypeTags) Descriptor() ([]byte, []int)

Deprecated: Use ListOfTypeTags.ProtoReflect.Descriptor instead.

func (*ListOfTypeTags) GetList

func (x *ListOfTypeTags) GetList() []*TypeTag

func (*ListOfTypeTags) ProtoMessage

func (*ListOfTypeTags) ProtoMessage()

func (*ListOfTypeTags) ProtoReflect

func (x *ListOfTypeTags) ProtoReflect() protoreflect.Message

func (*ListOfTypeTags) Reset

func (x *ListOfTypeTags) Reset()

func (*ListOfTypeTags) String

func (x *ListOfTypeTags) String() string

type ListOfValues

type ListOfValues struct {
	List []*Value `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOfValues) Descriptor deprecated

func (*ListOfValues) Descriptor() ([]byte, []int)

Deprecated: Use ListOfValues.ProtoReflect.Descriptor instead.

func (*ListOfValues) GetList

func (x *ListOfValues) GetList() []*Value

func (*ListOfValues) ProtoMessage

func (*ListOfValues) ProtoMessage()

func (*ListOfValues) ProtoReflect

func (x *ListOfValues) ProtoReflect() protoreflect.Message

func (*ListOfValues) Reset

func (x *ListOfValues) Reset()

func (*ListOfValues) String

func (x *ListOfValues) String() string

type MakeMoveVecPair

type MakeMoveVecPair struct {
	One *TypeTag       `protobuf:"bytes,1,opt,name=one,proto3,oneof" json:"one,omitempty"`
	Two []*SuiArgument `protobuf:"bytes,2,rep,name=two,proto3" json:"two,omitempty"`
	// contains filtered or unexported fields
}

func (*MakeMoveVecPair) Descriptor deprecated

func (*MakeMoveVecPair) Descriptor() ([]byte, []int)

Deprecated: Use MakeMoveVecPair.ProtoReflect.Descriptor instead.

func (*MakeMoveVecPair) GetOne

func (x *MakeMoveVecPair) GetOne() *TypeTag

func (*MakeMoveVecPair) GetTwo

func (x *MakeMoveVecPair) GetTwo() []*SuiArgument

func (*MakeMoveVecPair) ProtoMessage

func (*MakeMoveVecPair) ProtoMessage()

func (*MakeMoveVecPair) ProtoReflect

func (x *MakeMoveVecPair) ProtoReflect() protoreflect.Message

func (*MakeMoveVecPair) Reset

func (x *MakeMoveVecPair) Reset()

func (*MakeMoveVecPair) String

func (x *MakeMoveVecPair) String() string

type MergeCoinsPair

type MergeCoinsPair struct {
	One *SuiArgument   `protobuf:"bytes,1,opt,name=one,proto3" json:"one,omitempty"`
	Two []*SuiArgument `protobuf:"bytes,2,rep,name=two,proto3" json:"two,omitempty"`
	// contains filtered or unexported fields
}

func (*MergeCoinsPair) Descriptor deprecated

func (*MergeCoinsPair) Descriptor() ([]byte, []int)

Deprecated: Use MergeCoinsPair.ProtoReflect.Descriptor instead.

func (*MergeCoinsPair) GetOne

func (x *MergeCoinsPair) GetOne() *SuiArgument

func (*MergeCoinsPair) GetTwo

func (x *MergeCoinsPair) GetTwo() []*SuiArgument

func (*MergeCoinsPair) ProtoMessage

func (*MergeCoinsPair) ProtoMessage()

func (*MergeCoinsPair) ProtoReflect

func (x *MergeCoinsPair) ProtoReflect() protoreflect.Message

func (*MergeCoinsPair) Reset

func (x *MergeCoinsPair) Reset()

func (*MergeCoinsPair) String

func (x *MergeCoinsPair) String() string

type ModuleId

type ModuleId struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ModuleId) Descriptor deprecated

func (*ModuleId) Descriptor() ([]byte, []int)

Deprecated: Use ModuleId.ProtoReflect.Descriptor instead.

func (*ModuleId) GetAddress

func (x *ModuleId) GetAddress() string

func (*ModuleId) GetName

func (x *ModuleId) GetName() string

func (*ModuleId) ProtoMessage

func (*ModuleId) ProtoMessage()

func (*ModuleId) ProtoReflect

func (x *ModuleId) ProtoReflect() protoreflect.Message

func (*ModuleId) Reset

func (x *ModuleId) Reset()

func (*ModuleId) String

func (x *ModuleId) String() string

type MoveCallOverview

type MoveCallOverview struct {

	// The package containing the module and function.
	Package *ObjectID `protobuf:"bytes,1,opt,name=package,proto3" json:"package,omitempty"`
	// The specific module in the package containing the function.
	Module string `protobuf:"bytes,2,opt,name=module,proto3" json:"module,omitempty"`
	// The function to be called.
	Function string `protobuf:"bytes,3,opt,name=function,proto3" json:"function,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveCallOverview) Descriptor deprecated

func (*MoveCallOverview) Descriptor() ([]byte, []int)

Deprecated: Use MoveCallOverview.ProtoReflect.Descriptor instead.

func (*MoveCallOverview) GetFunction

func (x *MoveCallOverview) GetFunction() string

func (*MoveCallOverview) GetModule

func (x *MoveCallOverview) GetModule() string

func (*MoveCallOverview) GetPackage

func (x *MoveCallOverview) GetPackage() *ObjectID

func (*MoveCallOverview) ProtoMessage

func (*MoveCallOverview) ProtoMessage()

func (*MoveCallOverview) ProtoReflect

func (x *MoveCallOverview) ProtoReflect() protoreflect.Message

func (*MoveCallOverview) Reset

func (x *MoveCallOverview) Reset()

func (*MoveCallOverview) String

func (x *MoveCallOverview) String() string

type MoveObject

type MoveObject struct {

	// / The type of this object. Immutable
	Type *MoveObjectType `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// / DEPRECATED this field is no longer used to determine whether a tx can transfer this
	// / object. Instead, it is always calculated from the objects type when loaded in execution
	HasPublicTransfer bool `protobuf:"varint,2,opt,name=has_public_transfer,json=hasPublicTransfer,proto3" json:"has_public_transfer,omitempty"`
	// / Number that increases each time a tx takes this object as a mutable input
	// / This is a lamport timestamp, not a sequentially increasing version
	Version  uint64 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	Contents []byte `protobuf:"bytes,4,opt,name=contents,proto3" json:"contents,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveObject) Descriptor deprecated

func (*MoveObject) Descriptor() ([]byte, []int)

Deprecated: Use MoveObject.ProtoReflect.Descriptor instead.

func (*MoveObject) GetContents

func (x *MoveObject) GetContents() []byte

func (*MoveObject) GetHasPublicTransfer

func (x *MoveObject) GetHasPublicTransfer() bool

func (*MoveObject) GetType

func (x *MoveObject) GetType() *MoveObjectType

func (*MoveObject) GetVersion

func (x *MoveObject) GetVersion() uint64

func (*MoveObject) ProtoMessage

func (*MoveObject) ProtoMessage()

func (*MoveObject) ProtoReflect

func (x *MoveObject) ProtoReflect() protoreflect.Message

func (*MoveObject) Reset

func (x *MoveObject) Reset()

func (*MoveObject) String

func (x *MoveObject) String() string

type MoveObjectType

type MoveObjectType struct {

	// Types that are assignable to MoveObjectType:
	//
	//	*MoveObjectType_Other
	//	*MoveObjectType_GasCoin
	//	*MoveObjectType_StakedSui
	//	*MoveObjectType_Coin
	MoveObjectType isMoveObjectType_MoveObjectType `protobuf_oneof:"move_object_type"`
	// contains filtered or unexported fields
}

func (*MoveObjectType) Descriptor deprecated

func (*MoveObjectType) Descriptor() ([]byte, []int)

Deprecated: Use MoveObjectType.ProtoReflect.Descriptor instead.

func (*MoveObjectType) GetCoin

func (x *MoveObjectType) GetCoin() *TypeTag

func (*MoveObjectType) GetGasCoin

func (x *MoveObjectType) GetGasCoin() *emptypb.Empty

func (*MoveObjectType) GetMoveObjectType

func (m *MoveObjectType) GetMoveObjectType() isMoveObjectType_MoveObjectType

func (*MoveObjectType) GetOther

func (x *MoveObjectType) GetOther() *StructTag

func (*MoveObjectType) GetStakedSui

func (x *MoveObjectType) GetStakedSui() *emptypb.Empty

func (*MoveObjectType) ProtoMessage

func (*MoveObjectType) ProtoMessage()

func (*MoveObjectType) ProtoReflect

func (x *MoveObjectType) ProtoReflect() protoreflect.Message

func (*MoveObjectType) Reset

func (x *MoveObjectType) Reset()

func (*MoveObjectType) String

func (x *MoveObjectType) String() string

type MoveObjectType_Coin

type MoveObjectType_Coin struct {
	// A non-SUI coin type (i.e., `0x2::coin::Coin<T> where T != 0x2::sui::SUI`)
	Coin *TypeTag `protobuf:"bytes,4,opt,name=coin,proto3,oneof"`
}

type MoveObjectType_GasCoin

type MoveObjectType_GasCoin struct {
	// A SUI coin (i.e., `0x2::coin::Coin<0x2::sui::SUI>`)
	GasCoin *emptypb.Empty `protobuf:"bytes,2,opt,name=gas_coin,json=gasCoin,proto3,oneof"`
}

type MoveObjectType_Other

type MoveObjectType_Other struct {
	// A type that is not `0x2::coin::Coin<T>`
	Other *StructTag `protobuf:"bytes,1,opt,name=other,proto3,oneof"`
}

type MoveObjectType_StakedSui

type MoveObjectType_StakedSui struct {
	// A record of a staked SUI coin (i.e., `0x3::staking_pool::StakedSui`)
	StakedSui *emptypb.Empty `protobuf:"bytes,3,opt,name=staked_sui,json=stakedSui,proto3,oneof"`
}

type MovePackage

type MovePackage struct {
	Id *ObjectID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// / Most move packages are uniquely identified by their ID (i.e. there is only one version per
	// / ID), but the version is still stored because one package may be an upgrade of another (at a
	// / different ID), in which case its version will be one greater than the version of the
	// / upgraded package.
	// /
	// / Framework packages are an exception to this rule -- all versions of the framework packages
	// / exist at the same ID, at increasing versions.
	// /
	// / In all cases, packages are referred to by move calls using just their ID, and they are
	// / always loaded at their latest version.
	Version   uint64            `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	ModuleMap map[string][]byte `` /* 176-byte string literal not displayed */
	// / Maps struct/module to a package version where it was first defined, stored as a vector for
	// / simple serialization and deserialization.
	TypeOriginTable []*TypeOrigin `protobuf:"bytes,4,rep,name=type_origin_table,json=typeOriginTable,proto3" json:"type_origin_table,omitempty"`
	// For each dependency, maps original package ID to the info about the (upgraded) dependency
	// version that this package is using
	LinkageTable []*LinkageTablePair `protobuf:"bytes,5,rep,name=linkage_table,json=linkageTable,proto3" json:"linkage_table,omitempty"`
	// contains filtered or unexported fields
}

func (*MovePackage) Descriptor deprecated

func (*MovePackage) Descriptor() ([]byte, []int)

Deprecated: Use MovePackage.ProtoReflect.Descriptor instead.

func (*MovePackage) GetId

func (x *MovePackage) GetId() *ObjectID

func (*MovePackage) GetLinkageTable

func (x *MovePackage) GetLinkageTable() []*LinkageTablePair

func (*MovePackage) GetModuleMap

func (x *MovePackage) GetModuleMap() map[string][]byte

func (*MovePackage) GetTypeOriginTable

func (x *MovePackage) GetTypeOriginTable() []*TypeOrigin

func (*MovePackage) GetVersion

func (x *MovePackage) GetVersion() uint64

func (*MovePackage) ProtoMessage

func (*MovePackage) ProtoMessage()

func (*MovePackage) ProtoReflect

func (x *MovePackage) ProtoReflect() protoreflect.Message

func (*MovePackage) Reset

func (x *MovePackage) Reset()

func (*MovePackage) String

func (x *MovePackage) String() string

type Mutated

type Mutated struct {
	Sender          string     `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"`
	Owner           *Owner     `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	ObjectType      *StructTag `protobuf:"bytes,3,opt,name=object_type,json=objectType,proto3" json:"object_type,omitempty"`
	ObjectId        *ObjectID  `protobuf:"bytes,4,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	Version         uint64     `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"`
	PreviousVersion uint64     `protobuf:"varint,6,opt,name=previous_version,json=previousVersion,proto3" json:"previous_version,omitempty"`
	Digest          string     `protobuf:"bytes,7,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

func (*Mutated) Descriptor deprecated

func (*Mutated) Descriptor() ([]byte, []int)

Deprecated: Use Mutated.ProtoReflect.Descriptor instead.

func (*Mutated) GetDigest

func (x *Mutated) GetDigest() string

func (*Mutated) GetObjectId

func (x *Mutated) GetObjectId() *ObjectID

func (*Mutated) GetObjectType

func (x *Mutated) GetObjectType() *StructTag

func (*Mutated) GetOwner

func (x *Mutated) GetOwner() *Owner

func (*Mutated) GetPreviousVersion

func (x *Mutated) GetPreviousVersion() uint64

func (*Mutated) GetSender

func (x *Mutated) GetSender() string

func (*Mutated) GetVersion

func (x *Mutated) GetVersion() uint64

func (*Mutated) ProtoMessage

func (*Mutated) ProtoMessage()

func (*Mutated) ProtoReflect

func (x *Mutated) ProtoReflect() protoreflect.Message

func (*Mutated) Reset

func (x *Mutated) Reset()

func (*Mutated) String

func (x *Mutated) String() string

type NextEpochCommittee

type NextEpochCommittee struct {

	// base64 value
	AuthorityName string `protobuf:"bytes,1,opt,name=authority_name,json=authorityName,proto3" json:"authority_name,omitempty"`
	StakeUnit     uint64 `protobuf:"varint,2,opt,name=stake_unit,json=stakeUnit,proto3" json:"stake_unit,omitempty"`
	// contains filtered or unexported fields
}

func (*NextEpochCommittee) Descriptor deprecated

func (*NextEpochCommittee) Descriptor() ([]byte, []int)

Deprecated: Use NextEpochCommittee.ProtoReflect.Descriptor instead.

func (*NextEpochCommittee) GetAuthorityName

func (x *NextEpochCommittee) GetAuthorityName() string

func (*NextEpochCommittee) GetStakeUnit

func (x *NextEpochCommittee) GetStakeUnit() uint64

func (*NextEpochCommittee) ProtoMessage

func (*NextEpochCommittee) ProtoMessage()

func (*NextEpochCommittee) ProtoReflect

func (x *NextEpochCommittee) ProtoReflect() protoreflect.Message

func (*NextEpochCommittee) Reset

func (x *NextEpochCommittee) Reset()

func (*NextEpochCommittee) String

func (x *NextEpochCommittee) String() string

type Object

type Object struct {

	// / The meat of the object
	Data *Data `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// / The owner that unlocks this object
	Owner *Owner `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	// / The digest of the transaction that created or last mutated this object
	PreviousTransaction string `protobuf:"bytes,3,opt,name=previous_transaction,json=previousTransaction,proto3" json:"previous_transaction,omitempty"`
	// / The amount of SUI we would rebate if this object gets deleted.
	// / This number is re-calculated each time the object is mutated based on
	// / the present storage gas price.
	StorageRebate uint64 `protobuf:"varint,4,opt,name=storage_rebate,json=storageRebate,proto3" json:"storage_rebate,omitempty"`
	// contains filtered or unexported fields
}

func (*Object) Descriptor deprecated

func (*Object) Descriptor() ([]byte, []int)

Deprecated: Use Object.ProtoReflect.Descriptor instead.

func (*Object) GetData

func (x *Object) GetData() *Data

func (*Object) GetOwner

func (x *Object) GetOwner() *Owner

func (*Object) GetPreviousTransaction

func (x *Object) GetPreviousTransaction() string

func (*Object) GetStorageRebate

func (x *Object) GetStorageRebate() uint64

func (*Object) ProtoMessage

func (*Object) ProtoMessage()

func (*Object) ProtoReflect

func (x *Object) ProtoReflect() protoreflect.Message

func (*Object) Reset

func (x *Object) Reset()

func (*Object) String

func (x *Object) String() string

type ObjectChange

type ObjectChange struct {

	// Types that are assignable to ObjectChange:
	//
	//	*ObjectChange_Published
	//	*ObjectChange_Transferred
	//	*ObjectChange_Mutated
	//	*ObjectChange_Deleted
	//	*ObjectChange_Wrapped
	//	*ObjectChange_Created
	ObjectChange isObjectChange_ObjectChange `protobuf_oneof:"object_change"`
	// contains filtered or unexported fields
}

func (*ObjectChange) Descriptor deprecated

func (*ObjectChange) Descriptor() ([]byte, []int)

Deprecated: Use ObjectChange.ProtoReflect.Descriptor instead.

func (*ObjectChange) GetCreated

func (x *ObjectChange) GetCreated() *Created

func (*ObjectChange) GetDeleted

func (x *ObjectChange) GetDeleted() *Deleted

func (*ObjectChange) GetMutated

func (x *ObjectChange) GetMutated() *Mutated

func (*ObjectChange) GetObjectChange

func (m *ObjectChange) GetObjectChange() isObjectChange_ObjectChange

func (*ObjectChange) GetPublished

func (x *ObjectChange) GetPublished() *Published

func (*ObjectChange) GetTransferred

func (x *ObjectChange) GetTransferred() *Transferred

func (*ObjectChange) GetWrapped

func (x *ObjectChange) GetWrapped() *Wrapped

func (*ObjectChange) ProtoMessage

func (*ObjectChange) ProtoMessage()

func (*ObjectChange) ProtoReflect

func (x *ObjectChange) ProtoReflect() protoreflect.Message

func (*ObjectChange) Reset

func (x *ObjectChange) Reset()

func (*ObjectChange) String

func (x *ObjectChange) String() string

type ObjectChange_Created

type ObjectChange_Created struct {
	Created *Created `protobuf:"bytes,6,opt,name=created,proto3,oneof"`
}

type ObjectChange_Deleted

type ObjectChange_Deleted struct {
	Deleted *Deleted `protobuf:"bytes,4,opt,name=deleted,proto3,oneof"`
}

type ObjectChange_Mutated

type ObjectChange_Mutated struct {
	Mutated *Mutated `protobuf:"bytes,3,opt,name=mutated,proto3,oneof"`
}

type ObjectChange_Published

type ObjectChange_Published struct {
	Published *Published `protobuf:"bytes,1,opt,name=published,proto3,oneof"`
}

type ObjectChange_Transferred

type ObjectChange_Transferred struct {
	Transferred *Transferred `protobuf:"bytes,2,opt,name=transferred,proto3,oneof"`
}

type ObjectChange_Wrapped

type ObjectChange_Wrapped struct {
	Wrapped *Wrapped `protobuf:"bytes,5,opt,name=wrapped,proto3,oneof"`
}

type ObjectID

type ObjectID struct {
	AccountAddress string `protobuf:"bytes,1,opt,name=account_address,json=accountAddress,proto3" json:"account_address,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectID) Descriptor deprecated

func (*ObjectID) Descriptor() ([]byte, []int)

Deprecated: Use ObjectID.ProtoReflect.Descriptor instead.

func (*ObjectID) GetAccountAddress

func (x *ObjectID) GetAccountAddress() string

func (*ObjectID) ProtoMessage

func (*ObjectID) ProtoMessage()

func (*ObjectID) ProtoReflect

func (x *ObjectID) ProtoReflect() protoreflect.Message

func (*ObjectID) Reset

func (x *ObjectID) Reset()

func (*ObjectID) String

func (x *ObjectID) String() string

type ObjectIn

type ObjectIn struct {

	// Types that are assignable to ObjectIn:
	//
	//	*ObjectIn_NotExist
	//	*ObjectIn_Exist
	ObjectIn isObjectIn_ObjectIn `protobuf_oneof:"object_in"`
	// contains filtered or unexported fields
}

func (*ObjectIn) Descriptor deprecated

func (*ObjectIn) Descriptor() ([]byte, []int)

Deprecated: Use ObjectIn.ProtoReflect.Descriptor instead.

func (*ObjectIn) GetExist

func (x *ObjectIn) GetExist() *ObjectInExist

func (*ObjectIn) GetNotExist

func (x *ObjectIn) GetNotExist() *emptypb.Empty

func (*ObjectIn) GetObjectIn

func (m *ObjectIn) GetObjectIn() isObjectIn_ObjectIn

func (*ObjectIn) ProtoMessage

func (*ObjectIn) ProtoMessage()

func (*ObjectIn) ProtoReflect

func (x *ObjectIn) ProtoReflect() protoreflect.Message

func (*ObjectIn) Reset

func (x *ObjectIn) Reset()

func (*ObjectIn) String

func (x *ObjectIn) String() string

type ObjectInExist

type ObjectInExist struct {
	VersionDigest *VersionDigest `protobuf:"bytes,1,opt,name=version_digest,json=versionDigest,proto3" json:"version_digest,omitempty"`
	Owner         *Owner         `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectInExist) Descriptor deprecated

func (*ObjectInExist) Descriptor() ([]byte, []int)

Deprecated: Use ObjectInExist.ProtoReflect.Descriptor instead.

func (*ObjectInExist) GetOwner

func (x *ObjectInExist) GetOwner() *Owner

func (*ObjectInExist) GetVersionDigest

func (x *ObjectInExist) GetVersionDigest() *VersionDigest

func (*ObjectInExist) ProtoMessage

func (*ObjectInExist) ProtoMessage()

func (*ObjectInExist) ProtoReflect

func (x *ObjectInExist) ProtoReflect() protoreflect.Message

func (*ObjectInExist) Reset

func (x *ObjectInExist) Reset()

func (*ObjectInExist) String

func (x *ObjectInExist) String() string

type ObjectIn_Exist

type ObjectIn_Exist struct {
	// / The old version, digest and owner.
	Exist *ObjectInExist `protobuf:"bytes,2,opt,name=exist,proto3,oneof"`
}

type ObjectIn_NotExist

type ObjectIn_NotExist struct {
	NotExist *emptypb.Empty `protobuf:"bytes,1,opt,name=not_exist,json=notExist,proto3,oneof"`
}

type ObjectOut

type ObjectOut struct {

	// Types that are assignable to ObjectOut:
	//
	//	*ObjectOut_NotExist
	//	*ObjectOut_ObjectWrite
	//	*ObjectOut_PackageWrite
	ObjectOut isObjectOut_ObjectOut `protobuf_oneof:"object_out"`
	// contains filtered or unexported fields
}

func (*ObjectOut) Descriptor deprecated

func (*ObjectOut) Descriptor() ([]byte, []int)

Deprecated: Use ObjectOut.ProtoReflect.Descriptor instead.

func (*ObjectOut) GetNotExist

func (x *ObjectOut) GetNotExist() *emptypb.Empty

func (*ObjectOut) GetObjectOut

func (m *ObjectOut) GetObjectOut() isObjectOut_ObjectOut

func (*ObjectOut) GetObjectWrite

func (x *ObjectOut) GetObjectWrite() *ObjectWrite

func (*ObjectOut) GetPackageWrite

func (x *ObjectOut) GetPackageWrite() *PackageWrite

func (*ObjectOut) ProtoMessage

func (*ObjectOut) ProtoMessage()

func (*ObjectOut) ProtoReflect

func (x *ObjectOut) ProtoReflect() protoreflect.Message

func (*ObjectOut) Reset

func (x *ObjectOut) Reset()

func (*ObjectOut) String

func (x *ObjectOut) String() string

type ObjectOut_NotExist

type ObjectOut_NotExist struct {
	NotExist *emptypb.Empty `protobuf:"bytes,1,opt,name=not_exist,json=notExist,proto3,oneof"`
}

type ObjectOut_ObjectWrite

type ObjectOut_ObjectWrite struct {
	// / Any written object, including all of mutated, created, unwrapped today.
	ObjectWrite *ObjectWrite `protobuf:"bytes,2,opt,name=object_write,json=objectWrite,proto3,oneof"`
}

type ObjectOut_PackageWrite

type ObjectOut_PackageWrite struct {
	// / Packages writes need to be tracked separately with version because
	// / we don't use lamport version for package publish and upgrades.
	PackageWrite *PackageWrite `protobuf:"bytes,3,opt,name=package_write,json=packageWrite,proto3,oneof"`
}

type ObjectRef

type ObjectRef struct {

	// Hex code as string representing the object id
	ObjectId *ObjectID `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// Object version.
	SequenceNumber uint64 `protobuf:"varint,2,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"`
	// Base58 string representing the object digest
	Digest string `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectRef) Descriptor deprecated

func (*ObjectRef) Descriptor() ([]byte, []int)

Deprecated: Use ObjectRef.ProtoReflect.Descriptor instead.

func (*ObjectRef) GetDigest

func (x *ObjectRef) GetDigest() string

func (*ObjectRef) GetObjectId

func (x *ObjectRef) GetObjectId() *ObjectID

func (*ObjectRef) GetSequenceNumber

func (x *ObjectRef) GetSequenceNumber() uint64

func (*ObjectRef) ProtoMessage

func (*ObjectRef) ProtoMessage()

func (*ObjectRef) ProtoReflect

func (x *ObjectRef) ProtoReflect() protoreflect.Message

func (*ObjectRef) Reset

func (x *ObjectRef) Reset()

func (*ObjectRef) String

func (x *ObjectRef) String() string

type ObjectType

type ObjectType struct {

	// Types that are assignable to ObjectType:
	//
	//	*ObjectType_Package
	//	*ObjectType_Struct
	ObjectType isObjectType_ObjectType `protobuf_oneof:"object_type"`
	// contains filtered or unexported fields
}

func (*ObjectType) Descriptor deprecated

func (*ObjectType) Descriptor() ([]byte, []int)

Deprecated: Use ObjectType.ProtoReflect.Descriptor instead.

func (*ObjectType) GetObjectType

func (m *ObjectType) GetObjectType() isObjectType_ObjectType

func (*ObjectType) GetPackage

func (x *ObjectType) GetPackage() *emptypb.Empty

func (*ObjectType) GetStruct

func (x *ObjectType) GetStruct() *MoveObjectType

func (*ObjectType) ProtoMessage

func (*ObjectType) ProtoMessage()

func (*ObjectType) ProtoReflect

func (x *ObjectType) ProtoReflect() protoreflect.Message

func (*ObjectType) Reset

func (x *ObjectType) Reset()

func (*ObjectType) String

func (x *ObjectType) String() string

type ObjectType_Package

type ObjectType_Package struct {
	// Move package containing one or more bytecode modules
	Package *emptypb.Empty `protobuf:"bytes,1,opt,name=package,proto3,oneof"`
}

type ObjectType_Struct

type ObjectType_Struct struct {
	// A Move struct of the given type
	Struct *MoveObjectType `protobuf:"bytes,2,opt,name=struct,proto3,oneof"`
}

type ObjectWrite

type ObjectWrite struct {
	ObjectDigest string `protobuf:"bytes,1,opt,name=object_digest,json=objectDigest,proto3" json:"object_digest,omitempty"`
	Owner        *Owner `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectWrite) Descriptor deprecated

func (*ObjectWrite) Descriptor() ([]byte, []int)

Deprecated: Use ObjectWrite.ProtoReflect.Descriptor instead.

func (*ObjectWrite) GetObjectDigest

func (x *ObjectWrite) GetObjectDigest() string

func (*ObjectWrite) GetOwner

func (x *ObjectWrite) GetOwner() *Owner

func (*ObjectWrite) ProtoMessage

func (*ObjectWrite) ProtoMessage()

func (*ObjectWrite) ProtoReflect

func (x *ObjectWrite) ProtoReflect() protoreflect.Message

func (*ObjectWrite) Reset

func (x *ObjectWrite) Reset()

func (*ObjectWrite) String

func (x *ObjectWrite) String() string

type OwnedObjectRef

type OwnedObjectRef struct {
	Owner     *Owner     `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Reference *ObjectRef `protobuf:"bytes,2,opt,name=reference,proto3" json:"reference,omitempty"`
	// contains filtered or unexported fields
}

func (*OwnedObjectRef) Descriptor deprecated

func (*OwnedObjectRef) Descriptor() ([]byte, []int)

Deprecated: Use OwnedObjectRef.ProtoReflect.Descriptor instead.

func (*OwnedObjectRef) GetOwner

func (x *OwnedObjectRef) GetOwner() *Owner

func (*OwnedObjectRef) GetReference

func (x *OwnedObjectRef) GetReference() *ObjectRef

func (*OwnedObjectRef) ProtoMessage

func (*OwnedObjectRef) ProtoMessage()

func (*OwnedObjectRef) ProtoReflect

func (x *OwnedObjectRef) ProtoReflect() protoreflect.Message

func (*OwnedObjectRef) Reset

func (x *OwnedObjectRef) Reset()

func (*OwnedObjectRef) String

func (x *OwnedObjectRef) String() string

type Owner

type Owner struct {

	// Types that are assignable to Owner:
	//
	//	*Owner_AddressOwner
	//	*Owner_ObjectOwner
	//	*Owner_Shared
	//	*Owner_Immutable
	Owner isOwner_Owner `protobuf_oneof:"owner"`
	// contains filtered or unexported fields
}

func (*Owner) Descriptor deprecated

func (*Owner) Descriptor() ([]byte, []int)

Deprecated: Use Owner.ProtoReflect.Descriptor instead.

func (*Owner) GetAddressOwner

func (x *Owner) GetAddressOwner() string

func (*Owner) GetImmutable

func (x *Owner) GetImmutable() *emptypb.Empty

func (*Owner) GetObjectOwner

func (x *Owner) GetObjectOwner() string

func (*Owner) GetOwner

func (m *Owner) GetOwner() isOwner_Owner

func (*Owner) GetShared

func (x *Owner) GetShared() *Shared

func (*Owner) ProtoMessage

func (*Owner) ProtoMessage()

func (*Owner) ProtoReflect

func (x *Owner) ProtoReflect() protoreflect.Message

func (*Owner) Reset

func (x *Owner) Reset()

func (*Owner) String

func (x *Owner) String() string

type OwnerType

type OwnerType struct {

	// Types that are assignable to OwnerType:
	//
	//	*OwnerType_Immutable
	//	*OwnerType_Address
	//	*OwnerType_Object
	//	*OwnerType_Shared
	OwnerType isOwnerType_OwnerType `protobuf_oneof:"owner_type"`
	// contains filtered or unexported fields
}

func (*OwnerType) Descriptor deprecated

func (*OwnerType) Descriptor() ([]byte, []int)

Deprecated: Use OwnerType.ProtoReflect.Descriptor instead.

func (*OwnerType) GetAddress

func (x *OwnerType) GetAddress() *emptypb.Empty

func (*OwnerType) GetImmutable

func (x *OwnerType) GetImmutable() *emptypb.Empty

func (*OwnerType) GetObject

func (x *OwnerType) GetObject() *emptypb.Empty

func (*OwnerType) GetOwnerType

func (m *OwnerType) GetOwnerType() isOwnerType_OwnerType

func (*OwnerType) GetShared

func (x *OwnerType) GetShared() *emptypb.Empty

func (*OwnerType) ProtoMessage

func (*OwnerType) ProtoMessage()

func (*OwnerType) ProtoReflect

func (x *OwnerType) ProtoReflect() protoreflect.Message

func (*OwnerType) Reset

func (x *OwnerType) Reset()

func (*OwnerType) String

func (x *OwnerType) String() string

type OwnerType_Address

type OwnerType_Address struct {
	Address *emptypb.Empty `protobuf:"bytes,2,opt,name=address,proto3,oneof"`
}

type OwnerType_Immutable

type OwnerType_Immutable struct {
	Immutable *emptypb.Empty `protobuf:"bytes,1,opt,name=immutable,proto3,oneof"`
}

type OwnerType_Object

type OwnerType_Object struct {
	Object *emptypb.Empty `protobuf:"bytes,3,opt,name=object,proto3,oneof"`
}

type OwnerType_Shared

type OwnerType_Shared struct {
	Shared *emptypb.Empty `protobuf:"bytes,4,opt,name=shared,proto3,oneof"`
}

type Owner_AddressOwner

type Owner_AddressOwner struct {
	// Object is exclusively owned by a single address, and is mutable.
	AddressOwner string `protobuf:"bytes,1,opt,name=address_owner,json=addressOwner,proto3,oneof"`
}

type Owner_Immutable

type Owner_Immutable struct {
	// Object is immutable, and hence ownership doesn't matter.
	Immutable *emptypb.Empty `protobuf:"bytes,4,opt,name=immutable,proto3,oneof"`
}

type Owner_ObjectOwner

type Owner_ObjectOwner struct {
	// Object is exclusively owned by a single object, and is mutable.
	// The object ID is converted to SuiAddress as SuiAddress is universal.
	ObjectOwner string `protobuf:"bytes,2,opt,name=object_owner,json=objectOwner,proto3,oneof"`
}

type Owner_Shared

type Owner_Shared struct {
	// Object is shared, can be used by any address, and is mutable.
	Shared *Shared `protobuf:"bytes,3,opt,name=shared,proto3,oneof"`
}

type PackageUpgradeError

type PackageUpgradeError struct {

	// Types that are assignable to PackageUpgradeError:
	//
	//	*PackageUpgradeError_UnableToFetchPackage_
	//	*PackageUpgradeError_NotAPackage_
	//	*PackageUpgradeError_IncompatibleUpgrade
	//	*PackageUpgradeError_DigestDoesNotMatch_
	//	*PackageUpgradeError_UnknownUpgradePolicy_
	//	*PackageUpgradeError_PackageIdDoesNotMatch
	PackageUpgradeError isPackageUpgradeError_PackageUpgradeError `protobuf_oneof:"package_upgrade_error"`
	// contains filtered or unexported fields
}

func (*PackageUpgradeError) Descriptor deprecated

func (*PackageUpgradeError) Descriptor() ([]byte, []int)

Deprecated: Use PackageUpgradeError.ProtoReflect.Descriptor instead.

func (*PackageUpgradeError) GetDigestDoesNotMatch

func (x *PackageUpgradeError) GetDigestDoesNotMatch() *PackageUpgradeError_DigestDoesNotMatch

func (*PackageUpgradeError) GetIncompatibleUpgrade

func (x *PackageUpgradeError) GetIncompatibleUpgrade() *emptypb.Empty

func (*PackageUpgradeError) GetNotAPackage

func (*PackageUpgradeError) GetPackageIdDoesNotMatch

func (x *PackageUpgradeError) GetPackageIdDoesNotMatch() *PackageUpgradeError_PackageIDDoesNotMatch

func (*PackageUpgradeError) GetPackageUpgradeError

func (m *PackageUpgradeError) GetPackageUpgradeError() isPackageUpgradeError_PackageUpgradeError

func (*PackageUpgradeError) GetUnableToFetchPackage

func (x *PackageUpgradeError) GetUnableToFetchPackage() *PackageUpgradeError_UnableToFetchPackage

func (*PackageUpgradeError) GetUnknownUpgradePolicy

func (x *PackageUpgradeError) GetUnknownUpgradePolicy() *PackageUpgradeError_UnknownUpgradePolicy

func (*PackageUpgradeError) ProtoMessage

func (*PackageUpgradeError) ProtoMessage()

func (*PackageUpgradeError) ProtoReflect

func (x *PackageUpgradeError) ProtoReflect() protoreflect.Message

func (*PackageUpgradeError) Reset

func (x *PackageUpgradeError) Reset()

func (*PackageUpgradeError) String

func (x *PackageUpgradeError) String() string

type PackageUpgradeError_DigestDoesNotMatch

type PackageUpgradeError_DigestDoesNotMatch struct {
	Digest []byte `protobuf:"bytes,1,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

func (*PackageUpgradeError_DigestDoesNotMatch) Descriptor deprecated

func (*PackageUpgradeError_DigestDoesNotMatch) Descriptor() ([]byte, []int)

Deprecated: Use PackageUpgradeError_DigestDoesNotMatch.ProtoReflect.Descriptor instead.

func (*PackageUpgradeError_DigestDoesNotMatch) GetDigest

func (*PackageUpgradeError_DigestDoesNotMatch) ProtoMessage

func (*PackageUpgradeError_DigestDoesNotMatch) ProtoReflect

func (*PackageUpgradeError_DigestDoesNotMatch) Reset

func (*PackageUpgradeError_DigestDoesNotMatch) String

type PackageUpgradeError_DigestDoesNotMatch_

type PackageUpgradeError_DigestDoesNotMatch_ struct {
	DigestDoesNotMatch *PackageUpgradeError_DigestDoesNotMatch `protobuf:"bytes,4,opt,name=digest_does_not_match,json=digestDoesNotMatch,proto3,oneof"`
}

type PackageUpgradeError_IncompatibleUpgrade

type PackageUpgradeError_IncompatibleUpgrade struct {
	IncompatibleUpgrade *emptypb.Empty `protobuf:"bytes,3,opt,name=incompatible_upgrade,json=incompatibleUpgrade,proto3,oneof"`
}

type PackageUpgradeError_NotAPackage

type PackageUpgradeError_NotAPackage struct {
	ObjectId *ObjectID `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PackageUpgradeError_NotAPackage) Descriptor deprecated

func (*PackageUpgradeError_NotAPackage) Descriptor() ([]byte, []int)

Deprecated: Use PackageUpgradeError_NotAPackage.ProtoReflect.Descriptor instead.

func (*PackageUpgradeError_NotAPackage) GetObjectId

func (x *PackageUpgradeError_NotAPackage) GetObjectId() *ObjectID

func (*PackageUpgradeError_NotAPackage) ProtoMessage

func (*PackageUpgradeError_NotAPackage) ProtoMessage()

func (*PackageUpgradeError_NotAPackage) ProtoReflect

func (*PackageUpgradeError_NotAPackage) Reset

func (*PackageUpgradeError_NotAPackage) String

type PackageUpgradeError_NotAPackage_

type PackageUpgradeError_NotAPackage_ struct {
	NotAPackage *PackageUpgradeError_NotAPackage `protobuf:"bytes,2,opt,name=not_a_package,json=notAPackage,proto3,oneof"`
}

type PackageUpgradeError_PackageIDDoesNotMatch

type PackageUpgradeError_PackageIDDoesNotMatch struct {
	PackageId *ObjectID `protobuf:"bytes,1,opt,name=package_id,json=packageId,proto3" json:"package_id,omitempty"`
	TicketId  *ObjectID `protobuf:"bytes,2,opt,name=ticket_id,json=ticketId,proto3" json:"ticket_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PackageUpgradeError_PackageIDDoesNotMatch) Descriptor deprecated

func (*PackageUpgradeError_PackageIDDoesNotMatch) Descriptor() ([]byte, []int)

Deprecated: Use PackageUpgradeError_PackageIDDoesNotMatch.ProtoReflect.Descriptor instead.

func (*PackageUpgradeError_PackageIDDoesNotMatch) GetPackageId

func (*PackageUpgradeError_PackageIDDoesNotMatch) GetTicketId

func (*PackageUpgradeError_PackageIDDoesNotMatch) ProtoMessage

func (*PackageUpgradeError_PackageIDDoesNotMatch) ProtoReflect

func (*PackageUpgradeError_PackageIDDoesNotMatch) Reset

func (*PackageUpgradeError_PackageIDDoesNotMatch) String

type PackageUpgradeError_PackageIdDoesNotMatch

type PackageUpgradeError_PackageIdDoesNotMatch struct {
	PackageIdDoesNotMatch *PackageUpgradeError_PackageIDDoesNotMatch `protobuf:"bytes,6,opt,name=package_id_does_not_match,json=packageIdDoesNotMatch,proto3,oneof"`
}

type PackageUpgradeError_UnableToFetchPackage

type PackageUpgradeError_UnableToFetchPackage struct {
	PackageId *ObjectID `protobuf:"bytes,1,opt,name=package_id,json=packageId,proto3" json:"package_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PackageUpgradeError_UnableToFetchPackage) Descriptor deprecated

func (*PackageUpgradeError_UnableToFetchPackage) Descriptor() ([]byte, []int)

Deprecated: Use PackageUpgradeError_UnableToFetchPackage.ProtoReflect.Descriptor instead.

func (*PackageUpgradeError_UnableToFetchPackage) GetPackageId

func (*PackageUpgradeError_UnableToFetchPackage) ProtoMessage

func (*PackageUpgradeError_UnableToFetchPackage) ProtoReflect

func (*PackageUpgradeError_UnableToFetchPackage) Reset

func (*PackageUpgradeError_UnableToFetchPackage) String

type PackageUpgradeError_UnableToFetchPackage_

type PackageUpgradeError_UnableToFetchPackage_ struct {
	UnableToFetchPackage *PackageUpgradeError_UnableToFetchPackage `protobuf:"bytes,1,opt,name=unable_to_fetch_package,json=unableToFetchPackage,proto3,oneof"`
}

type PackageUpgradeError_UnknownUpgradePolicy

type PackageUpgradeError_UnknownUpgradePolicy struct {
	Policy uint32 `protobuf:"varint,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*PackageUpgradeError_UnknownUpgradePolicy) Descriptor deprecated

func (*PackageUpgradeError_UnknownUpgradePolicy) Descriptor() ([]byte, []int)

Deprecated: Use PackageUpgradeError_UnknownUpgradePolicy.ProtoReflect.Descriptor instead.

func (*PackageUpgradeError_UnknownUpgradePolicy) GetPolicy

func (*PackageUpgradeError_UnknownUpgradePolicy) ProtoMessage

func (*PackageUpgradeError_UnknownUpgradePolicy) ProtoReflect

func (*PackageUpgradeError_UnknownUpgradePolicy) Reset

func (*PackageUpgradeError_UnknownUpgradePolicy) String

type PackageUpgradeError_UnknownUpgradePolicy_

type PackageUpgradeError_UnknownUpgradePolicy_ struct {
	UnknownUpgradePolicy *PackageUpgradeError_UnknownUpgradePolicy `protobuf:"bytes,5,opt,name=unknown_upgrade_policy,json=unknownUpgradePolicy,proto3,oneof"`
}

type PackageWrite

type PackageWrite struct {
	VersionDigest *VersionDigest `protobuf:"bytes,1,opt,name=version_digest,json=versionDigest,proto3" json:"version_digest,omitempty"`
	// contains filtered or unexported fields
}

func (*PackageWrite) Descriptor deprecated

func (*PackageWrite) Descriptor() ([]byte, []int)

Deprecated: Use PackageWrite.ProtoReflect.Descriptor instead.

func (*PackageWrite) GetVersionDigest

func (x *PackageWrite) GetVersionDigest() *VersionDigest

func (*PackageWrite) ProtoMessage

func (*PackageWrite) ProtoMessage()

func (*PackageWrite) ProtoReflect

func (x *PackageWrite) ProtoReflect() protoreflect.Message

func (*PackageWrite) Reset

func (x *PackageWrite) Reset()

func (*PackageWrite) String

func (x *PackageWrite) String() string

type PairOfU32

type PairOfU32 struct {
	One uint32 `protobuf:"varint,1,opt,name=one,proto3" json:"one,omitempty"`
	Two uint32 `protobuf:"varint,2,opt,name=two,proto3" json:"two,omitempty"`
	// contains filtered or unexported fields
}

func (*PairOfU32) Descriptor deprecated

func (*PairOfU32) Descriptor() ([]byte, []int)

Deprecated: Use PairOfU32.ProtoReflect.Descriptor instead.

func (*PairOfU32) GetOne

func (x *PairOfU32) GetOne() uint32

func (*PairOfU32) GetTwo

func (x *PairOfU32) GetTwo() uint32

func (*PairOfU32) ProtoMessage

func (*PairOfU32) ProtoMessage()

func (*PairOfU32) ProtoReflect

func (x *PairOfU32) ProtoReflect() protoreflect.Message

func (*PairOfU32) Reset

func (x *PairOfU32) Reset()

func (*PairOfU32) String

func (x *PairOfU32) String() string

type ProgrammableTransaction

type ProgrammableTransaction struct {

	// Input objects or primitive values
	Inputs []*CallArg `protobuf:"bytes,1,rep,name=inputs,proto3" json:"inputs,omitempty"`
	// The transactions to be executed sequentially. A failure in any transaction will
	// result in the failure of the entire programmable transaction block.
	Commands []*Command `protobuf:"bytes,2,rep,name=commands,proto3" json:"commands,omitempty"`
	// contains filtered or unexported fields
}

func (*ProgrammableTransaction) Descriptor deprecated

func (*ProgrammableTransaction) Descriptor() ([]byte, []int)

Deprecated: Use ProgrammableTransaction.ProtoReflect.Descriptor instead.

func (*ProgrammableTransaction) GetCommands

func (x *ProgrammableTransaction) GetCommands() []*Command

func (*ProgrammableTransaction) GetInputs

func (x *ProgrammableTransaction) GetInputs() []*CallArg

func (*ProgrammableTransaction) ProtoMessage

func (*ProgrammableTransaction) ProtoMessage()

func (*ProgrammableTransaction) ProtoReflect

func (x *ProgrammableTransaction) ProtoReflect() protoreflect.Message

func (*ProgrammableTransaction) Reset

func (x *ProgrammableTransaction) Reset()

func (*ProgrammableTransaction) String

func (x *ProgrammableTransaction) String() string

type PublishCommand

type PublishCommand struct {
	PackageData [][]byte    `protobuf:"bytes,1,rep,name=package_data,json=packageData,proto3" json:"package_data,omitempty"`
	Package     []*ObjectID `protobuf:"bytes,2,rep,name=package,proto3" json:"package,omitempty"`
	// contains filtered or unexported fields
}

func (*PublishCommand) Descriptor deprecated

func (*PublishCommand) Descriptor() ([]byte, []int)

Deprecated: Use PublishCommand.ProtoReflect.Descriptor instead.

func (*PublishCommand) GetPackage

func (x *PublishCommand) GetPackage() []*ObjectID

func (*PublishCommand) GetPackageData

func (x *PublishCommand) GetPackageData() [][]byte

func (*PublishCommand) ProtoMessage

func (*PublishCommand) ProtoMessage()

func (*PublishCommand) ProtoReflect

func (x *PublishCommand) ProtoReflect() protoreflect.Message

func (*PublishCommand) Reset

func (x *PublishCommand) Reset()

func (*PublishCommand) String

func (x *PublishCommand) String() string

type Published

type Published struct {
	PackageId *ObjectID `protobuf:"bytes,1,opt,name=package_id,json=packageId,proto3" json:"package_id,omitempty"`
	Version   uint64    `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	Digest    string    `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"`
	Modules   []string  `protobuf:"bytes,4,rep,name=modules,proto3" json:"modules,omitempty"`
	// contains filtered or unexported fields
}

func (*Published) Descriptor deprecated

func (*Published) Descriptor() ([]byte, []int)

Deprecated: Use Published.ProtoReflect.Descriptor instead.

func (*Published) GetDigest

func (x *Published) GetDigest() string

func (*Published) GetModules

func (x *Published) GetModules() []string

func (*Published) GetPackageId

func (x *Published) GetPackageId() *ObjectID

func (*Published) GetVersion

func (x *Published) GetVersion() uint64

func (*Published) ProtoMessage

func (*Published) ProtoMessage()

func (*Published) ProtoReflect

func (x *Published) ProtoReflect() protoreflect.Message

func (*Published) Reset

func (x *Published) Reset()

func (*Published) String

func (x *Published) String() string

type RandomnessStateUpdate

type RandomnessStateUpdate struct {

	// / Epoch of the randomness state update transaction
	Epoch uint64 `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	// / Randomness round of the update
	RandomnessRound uint64 `protobuf:"varint,2,opt,name=randomness_round,json=randomnessRound,proto3" json:"randomness_round,omitempty"`
	// / Updated random bytes
	RandomBytes []byte `protobuf:"bytes,3,opt,name=random_bytes,json=randomBytes,proto3" json:"random_bytes,omitempty"`
	// / The initial version of the randomness object that it was shared at.
	RandomnessObjInitialSharedVersion uint64 `` /* 167-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RandomnessStateUpdate) Descriptor deprecated

func (*RandomnessStateUpdate) Descriptor() ([]byte, []int)

Deprecated: Use RandomnessStateUpdate.ProtoReflect.Descriptor instead.

func (*RandomnessStateUpdate) GetEpoch

func (x *RandomnessStateUpdate) GetEpoch() uint64

func (*RandomnessStateUpdate) GetRandomBytes

func (x *RandomnessStateUpdate) GetRandomBytes() []byte

func (*RandomnessStateUpdate) GetRandomnessObjInitialSharedVersion

func (x *RandomnessStateUpdate) GetRandomnessObjInitialSharedVersion() uint64

func (*RandomnessStateUpdate) GetRandomnessRound

func (x *RandomnessStateUpdate) GetRandomnessRound() uint64

func (*RandomnessStateUpdate) ProtoMessage

func (*RandomnessStateUpdate) ProtoMessage()

func (*RandomnessStateUpdate) ProtoReflect

func (x *RandomnessStateUpdate) ProtoReflect() protoreflect.Message

func (*RandomnessStateUpdate) Reset

func (x *RandomnessStateUpdate) Reset()

func (*RandomnessStateUpdate) String

func (x *RandomnessStateUpdate) String() string

type SenderSignedTransaction

type SenderSignedTransaction struct {
	IntentMessage *IntentMessage `protobuf:"bytes,1,opt,name=intent_message,json=intentMessage,proto3" json:"intent_message,omitempty"`
	// contains filtered or unexported fields
}

func (*SenderSignedTransaction) Descriptor deprecated

func (*SenderSignedTransaction) Descriptor() ([]byte, []int)

Deprecated: Use SenderSignedTransaction.ProtoReflect.Descriptor instead.

func (*SenderSignedTransaction) GetIntentMessage

func (x *SenderSignedTransaction) GetIntentMessage() *IntentMessage

func (*SenderSignedTransaction) ProtoMessage

func (*SenderSignedTransaction) ProtoMessage()

func (*SenderSignedTransaction) ProtoReflect

func (x *SenderSignedTransaction) ProtoReflect() protoreflect.Message

func (*SenderSignedTransaction) Reset

func (x *SenderSignedTransaction) Reset()

func (*SenderSignedTransaction) String

func (x *SenderSignedTransaction) String() string

type Shared

type Shared struct {

	// The version at which the object became shared
	InitialSharedVersion uint64 `protobuf:"varint,1,opt,name=initial_shared_version,json=initialSharedVersion,proto3" json:"initial_shared_version,omitempty"`
	// contains filtered or unexported fields
}

func (*Shared) Descriptor deprecated

func (*Shared) Descriptor() ([]byte, []int)

Deprecated: Use Shared.ProtoReflect.Descriptor instead.

func (*Shared) GetInitialSharedVersion

func (x *Shared) GetInitialSharedVersion() uint64

func (*Shared) ProtoMessage

func (*Shared) ProtoMessage()

func (*Shared) ProtoReflect

func (x *Shared) ProtoReflect() protoreflect.Message

func (*Shared) Reset

func (x *Shared) Reset()

func (*Shared) String

func (x *Shared) String() string

type SharedObject

type SharedObject struct {
	ObjectId             *ObjectID `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	InitialSharedVersion uint64    `protobuf:"varint,2,opt,name=initial_shared_version,json=initialSharedVersion,proto3" json:"initial_shared_version,omitempty"`
	Mutable              bool      `protobuf:"varint,3,opt,name=mutable,proto3" json:"mutable,omitempty"`
	// contains filtered or unexported fields
}

func (*SharedObject) Descriptor deprecated

func (*SharedObject) Descriptor() ([]byte, []int)

Deprecated: Use SharedObject.ProtoReflect.Descriptor instead.

func (*SharedObject) GetInitialSharedVersion

func (x *SharedObject) GetInitialSharedVersion() uint64

func (*SharedObject) GetMutable

func (x *SharedObject) GetMutable() bool

func (*SharedObject) GetObjectId

func (x *SharedObject) GetObjectId() *ObjectID

func (*SharedObject) ProtoMessage

func (*SharedObject) ProtoMessage()

func (*SharedObject) ProtoReflect

func (x *SharedObject) ProtoReflect() protoreflect.Message

func (*SharedObject) Reset

func (x *SharedObject) Reset()

func (*SharedObject) String

func (x *SharedObject) String() string

type SplitCoinsPair

type SplitCoinsPair struct {
	One *SuiArgument   `protobuf:"bytes,1,opt,name=one,proto3" json:"one,omitempty"`
	Two []*SuiArgument `protobuf:"bytes,2,rep,name=two,proto3" json:"two,omitempty"`
	// contains filtered or unexported fields
}

func (*SplitCoinsPair) Descriptor deprecated

func (*SplitCoinsPair) Descriptor() ([]byte, []int)

Deprecated: Use SplitCoinsPair.ProtoReflect.Descriptor instead.

func (*SplitCoinsPair) GetOne

func (x *SplitCoinsPair) GetOne() *SuiArgument

func (*SplitCoinsPair) GetTwo

func (x *SplitCoinsPair) GetTwo() []*SuiArgument

func (*SplitCoinsPair) ProtoMessage

func (*SplitCoinsPair) ProtoMessage()

func (*SplitCoinsPair) ProtoReflect

func (x *SplitCoinsPair) ProtoReflect() protoreflect.Message

func (*SplitCoinsPair) Reset

func (x *SplitCoinsPair) Reset()

func (*SplitCoinsPair) String

func (x *SplitCoinsPair) String() string

type StoredDisplay

type StoredDisplay struct {
	ObjectType string `protobuf:"bytes,1,opt,name=object_type,json=objectType,proto3" json:"object_type,omitempty"`
	Id         []byte `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Version    int32  `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	Bcs        []byte `protobuf:"bytes,4,opt,name=bcs,proto3" json:"bcs,omitempty"`
	// contains filtered or unexported fields
}

func (*StoredDisplay) Descriptor deprecated

func (*StoredDisplay) Descriptor() ([]byte, []int)

Deprecated: Use StoredDisplay.ProtoReflect.Descriptor instead.

func (*StoredDisplay) GetBcs

func (x *StoredDisplay) GetBcs() []byte

func (*StoredDisplay) GetId

func (x *StoredDisplay) GetId() []byte

func (*StoredDisplay) GetObjectType

func (x *StoredDisplay) GetObjectType() string

func (*StoredDisplay) GetVersion

func (x *StoredDisplay) GetVersion() int32

func (*StoredDisplay) ProtoMessage

func (*StoredDisplay) ProtoMessage()

func (*StoredDisplay) ProtoReflect

func (x *StoredDisplay) ProtoReflect() protoreflect.Message

func (*StoredDisplay) Reset

func (x *StoredDisplay) Reset()

func (*StoredDisplay) String

func (x *StoredDisplay) String() string

type StructTag

type StructTag struct {
	Address    string          `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Module     string          `protobuf:"bytes,2,opt,name=module,proto3" json:"module,omitempty"`
	Name       string          `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	TypeParams *ListOfTypeTags `protobuf:"bytes,4,opt,name=type_params,json=typeParams,proto3" json:"type_params,omitempty"`
	// contains filtered or unexported fields
}

func (*StructTag) Descriptor deprecated

func (*StructTag) Descriptor() ([]byte, []int)

Deprecated: Use StructTag.ProtoReflect.Descriptor instead.

func (*StructTag) GetAddress

func (x *StructTag) GetAddress() string

func (*StructTag) GetModule

func (x *StructTag) GetModule() string

func (*StructTag) GetName

func (x *StructTag) GetName() string

func (*StructTag) GetTypeParams

func (x *StructTag) GetTypeParams() *ListOfTypeTags

func (*StructTag) ProtoMessage

func (*StructTag) ProtoMessage()

func (*StructTag) ProtoReflect

func (x *StructTag) ProtoReflect() protoreflect.Message

func (*StructTag) Reset

func (x *StructTag) Reset()

func (*StructTag) String

func (x *StructTag) String() string

type SuiArgument

type SuiArgument struct {

	// Types that are assignable to SuiArguments:
	//
	//	*SuiArgument_GasCoin
	//	*SuiArgument_Input
	//	*SuiArgument_Result
	//	*SuiArgument_NestedResult
	SuiArguments isSuiArgument_SuiArguments `protobuf_oneof:"sui_arguments"`
	// contains filtered or unexported fields
}

func (*SuiArgument) Descriptor deprecated

func (*SuiArgument) Descriptor() ([]byte, []int)

Deprecated: Use SuiArgument.ProtoReflect.Descriptor instead.

func (*SuiArgument) GetGasCoin

func (x *SuiArgument) GetGasCoin() *emptypb.Empty

func (*SuiArgument) GetInput

func (x *SuiArgument) GetInput() uint32

func (*SuiArgument) GetNestedResult

func (x *SuiArgument) GetNestedResult() *PairOfU32

func (*SuiArgument) GetResult

func (x *SuiArgument) GetResult() uint32

func (*SuiArgument) GetSuiArguments

func (m *SuiArgument) GetSuiArguments() isSuiArgument_SuiArguments

func (*SuiArgument) ProtoMessage

func (*SuiArgument) ProtoMessage()

func (*SuiArgument) ProtoReflect

func (x *SuiArgument) ProtoReflect() protoreflect.Message

func (*SuiArgument) Reset

func (x *SuiArgument) Reset()

func (*SuiArgument) String

func (x *SuiArgument) String() string

type SuiArgument_GasCoin

type SuiArgument_GasCoin struct {
	// The gas coin. The gas coin can only be used by-ref, except for with
	// `TransferObjects`, which can use it by-value.
	GasCoin *emptypb.Empty `protobuf:"bytes,1,opt,name=gas_coin,json=gasCoin,proto3,oneof"`
}

type SuiArgument_Input

type SuiArgument_Input struct {
	// One of the input objects or primitive values (from
	// `ProgrammableTransactionBlock` inputs)
	Input uint32 `protobuf:"varint,2,opt,name=input,proto3,oneof"`
}

type SuiArgument_NestedResult

type SuiArgument_NestedResult struct {
	// Like a `Result` but it accesses a nested result. Currently, the only usage
	// of this is to access a value from a Move call with multiple return values.
	NestedResult *PairOfU32 `protobuf:"bytes,4,opt,name=nested_result,json=nestedResult,proto3,oneof"`
}

type SuiArgument_Result

type SuiArgument_Result struct {
	// The result of another transaction (from `ProgrammableTransactionBlock` transactions)
	Result uint32 `protobuf:"varint,3,opt,name=result,proto3,oneof"`
}

type SuiObjectArg

type SuiObjectArg struct {

	// Types that are assignable to SuiObjectArg:
	//
	//	*SuiObjectArg_ImmOrOwnedObject
	//	*SuiObjectArg_SharedObject
	//	*SuiObjectArg_Receiving
	SuiObjectArg isSuiObjectArg_SuiObjectArg `protobuf_oneof:"sui_object_arg"`
	// contains filtered or unexported fields
}

func (*SuiObjectArg) Descriptor deprecated

func (*SuiObjectArg) Descriptor() ([]byte, []int)

Deprecated: Use SuiObjectArg.ProtoReflect.Descriptor instead.

func (*SuiObjectArg) GetImmOrOwnedObject

func (x *SuiObjectArg) GetImmOrOwnedObject() *ObjectRef

func (*SuiObjectArg) GetReceiving

func (x *SuiObjectArg) GetReceiving() *ObjectRef

func (*SuiObjectArg) GetSharedObject

func (x *SuiObjectArg) GetSharedObject() *SharedObject

func (*SuiObjectArg) GetSuiObjectArg

func (m *SuiObjectArg) GetSuiObjectArg() isSuiObjectArg_SuiObjectArg

func (*SuiObjectArg) ProtoMessage

func (*SuiObjectArg) ProtoMessage()

func (*SuiObjectArg) ProtoReflect

func (x *SuiObjectArg) ProtoReflect() protoreflect.Message

func (*SuiObjectArg) Reset

func (x *SuiObjectArg) Reset()

func (*SuiObjectArg) String

func (x *SuiObjectArg) String() string

type SuiObjectArg_ImmOrOwnedObject

type SuiObjectArg_ImmOrOwnedObject struct {
	// A Move object, either immutable, or owned mutable.
	ImmOrOwnedObject *ObjectRef `protobuf:"bytes,1,opt,name=imm_or_owned_object,json=immOrOwnedObject,proto3,oneof"`
}

type SuiObjectArg_Receiving

type SuiObjectArg_Receiving struct {
	Receiving *ObjectRef `protobuf:"bytes,3,opt,name=receiving,proto3,oneof"`
}

type SuiObjectArg_SharedObject

type SuiObjectArg_SharedObject struct {
	// A Move object that's shared.
	// SharedObject::mutable controls whether caller asks for a mutable reference to shared object.
	SharedObject *SharedObject `protobuf:"bytes,2,opt,name=shared_object,json=sharedObject,proto3,oneof"`
}

type SuiProgrammableMoveCall

type SuiProgrammableMoveCall struct {

	// The package containing the module and function.
	Package *ObjectID `protobuf:"bytes,1,opt,name=package,proto3" json:"package,omitempty"`
	// The specific module in the package containing the function.
	Module string `protobuf:"bytes,2,opt,name=module,proto3" json:"module,omitempty"`
	// The function to be called.
	Function string `protobuf:"bytes,3,opt,name=function,proto3" json:"function,omitempty"`
	// The type arguments to the function.
	TypeArguments []*TypeTag     `protobuf:"bytes,4,rep,name=type_arguments,json=typeArguments,proto3" json:"type_arguments,omitempty"`
	Arguments     []*SuiArgument `protobuf:"bytes,5,rep,name=arguments,proto3" json:"arguments,omitempty"`
	// contains filtered or unexported fields
}

func (*SuiProgrammableMoveCall) Descriptor deprecated

func (*SuiProgrammableMoveCall) Descriptor() ([]byte, []int)

Deprecated: Use SuiProgrammableMoveCall.ProtoReflect.Descriptor instead.

func (*SuiProgrammableMoveCall) GetArguments

func (x *SuiProgrammableMoveCall) GetArguments() []*SuiArgument

func (*SuiProgrammableMoveCall) GetFunction

func (x *SuiProgrammableMoveCall) GetFunction() string

func (*SuiProgrammableMoveCall) GetModule

func (x *SuiProgrammableMoveCall) GetModule() string

func (*SuiProgrammableMoveCall) GetPackage

func (x *SuiProgrammableMoveCall) GetPackage() *ObjectID

func (*SuiProgrammableMoveCall) GetTypeArguments

func (x *SuiProgrammableMoveCall) GetTypeArguments() []*TypeTag

func (*SuiProgrammableMoveCall) ProtoMessage

func (*SuiProgrammableMoveCall) ProtoMessage()

func (*SuiProgrammableMoveCall) ProtoReflect

func (x *SuiProgrammableMoveCall) ProtoReflect() protoreflect.Message

func (*SuiProgrammableMoveCall) Reset

func (x *SuiProgrammableMoveCall) Reset()

func (*SuiProgrammableMoveCall) String

func (x *SuiProgrammableMoveCall) String() string

type Transaction

type Transaction struct {
	SequenceNumber           uint64                     `protobuf:"varint,1,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"`
	Digest                   string                     `protobuf:"bytes,2,opt,name=digest,proto3" json:"digest,omitempty"`
	SenderSignedData         []*SenderSignedTransaction `protobuf:"bytes,3,rep,name=sender_signed_data,json=senderSignedData,proto3" json:"sender_signed_data,omitempty"`
	Effects                  *TransactionBlockEffects   `protobuf:"bytes,4,opt,name=effects,proto3" json:"effects,omitempty"`
	CheckpointSequenceNumber uint64                     `` /* 136-byte string literal not displayed */
	TimestampMs              uint64                     `protobuf:"varint,6,opt,name=timestamp_ms,json=timestampMs,proto3" json:"timestamp_ms,omitempty"`
	ObjectChanges            []*ObjectChange            `protobuf:"bytes,7,rep,name=object_changes,json=objectChanges,proto3" json:"object_changes,omitempty"`
	BalanceChange            []*BalanceChange           `protobuf:"bytes,8,rep,name=balance_change,json=balanceChange,proto3" json:"balance_change,omitempty"`
	Events                   []*Event                   `protobuf:"bytes,9,rep,name=events,proto3" json:"events,omitempty"`
	TransactionKind          *GenericTransactionKind    `protobuf:"bytes,10,opt,name=transaction_kind,json=transactionKind,proto3" json:"transaction_kind,omitempty"`
	SuccessfulTxNum          uint64                     `protobuf:"varint,11,opt,name=successful_tx_num,json=successfulTxNum,proto3" json:"successful_tx_num,omitempty"`
	// contains filtered or unexported fields
}

func (*Transaction) Descriptor deprecated

func (*Transaction) Descriptor() ([]byte, []int)

Deprecated: Use Transaction.ProtoReflect.Descriptor instead.

func (*Transaction) GetBalanceChange

func (x *Transaction) GetBalanceChange() []*BalanceChange

func (*Transaction) GetCheckpointSequenceNumber

func (x *Transaction) GetCheckpointSequenceNumber() uint64

func (*Transaction) GetDigest

func (x *Transaction) GetDigest() string

func (*Transaction) GetEffects

func (x *Transaction) GetEffects() *TransactionBlockEffects

func (*Transaction) GetEvents

func (x *Transaction) GetEvents() []*Event

func (*Transaction) GetObjectChanges

func (x *Transaction) GetObjectChanges() []*ObjectChange

func (*Transaction) GetSenderSignedData

func (x *Transaction) GetSenderSignedData() []*SenderSignedTransaction

func (*Transaction) GetSequenceNumber

func (x *Transaction) GetSequenceNumber() uint64

func (*Transaction) GetSuccessfulTxNum

func (x *Transaction) GetSuccessfulTxNum() uint64

func (*Transaction) GetTimestampMs

func (x *Transaction) GetTimestampMs() uint64

func (*Transaction) GetTransactionKind

func (x *Transaction) GetTransactionKind() *GenericTransactionKind

func (*Transaction) ProtoMessage

func (*Transaction) ProtoMessage()

func (*Transaction) ProtoReflect

func (x *Transaction) ProtoReflect() protoreflect.Message

func (*Transaction) Reset

func (x *Transaction) Reset()

func (*Transaction) String

func (x *Transaction) String() string

type TransactionBlock

type TransactionBlock struct {
	Data *TransactionBlockData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionBlock) Descriptor deprecated

func (*TransactionBlock) Descriptor() ([]byte, []int)

Deprecated: Use TransactionBlock.ProtoReflect.Descriptor instead.

func (*TransactionBlock) GetData

func (x *TransactionBlock) GetData() *TransactionBlockData

func (*TransactionBlock) ProtoMessage

func (*TransactionBlock) ProtoMessage()

func (*TransactionBlock) ProtoReflect

func (x *TransactionBlock) ProtoReflect() protoreflect.Message

func (*TransactionBlock) Reset

func (x *TransactionBlock) Reset()

func (*TransactionBlock) String

func (x *TransactionBlock) String() string

type TransactionBlockData

type TransactionBlockData struct {

	// Types that are assignable to SuiTransactionBlockData:
	//
	//	*TransactionBlockData_V1
	SuiTransactionBlockData isTransactionBlockData_SuiTransactionBlockData `protobuf_oneof:"sui_transaction_block_data"`
	// contains filtered or unexported fields
}

func (*TransactionBlockData) Descriptor deprecated

func (*TransactionBlockData) Descriptor() ([]byte, []int)

Deprecated: Use TransactionBlockData.ProtoReflect.Descriptor instead.

func (*TransactionBlockData) GetSuiTransactionBlockData

func (m *TransactionBlockData) GetSuiTransactionBlockData() isTransactionBlockData_SuiTransactionBlockData

func (*TransactionBlockData) GetV1

func (*TransactionBlockData) ProtoMessage

func (*TransactionBlockData) ProtoMessage()

func (*TransactionBlockData) ProtoReflect

func (x *TransactionBlockData) ProtoReflect() protoreflect.Message

func (*TransactionBlockData) Reset

func (x *TransactionBlockData) Reset()

func (*TransactionBlockData) String

func (x *TransactionBlockData) String() string

type TransactionBlockDataV1

type TransactionBlockDataV1 struct {
	Transaction *TransactionBlockKind `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	Sender      string                `protobuf:"bytes,2,opt,name=sender,proto3" json:"sender,omitempty"`
	GasData     *GasData              `protobuf:"bytes,3,opt,name=gas_data,json=gasData,proto3" json:"gas_data,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionBlockDataV1) Descriptor deprecated

func (*TransactionBlockDataV1) Descriptor() ([]byte, []int)

Deprecated: Use TransactionBlockDataV1.ProtoReflect.Descriptor instead.

func (*TransactionBlockDataV1) GetGasData

func (x *TransactionBlockDataV1) GetGasData() *GasData

func (*TransactionBlockDataV1) GetSender

func (x *TransactionBlockDataV1) GetSender() string

func (*TransactionBlockDataV1) GetTransaction

func (x *TransactionBlockDataV1) GetTransaction() *TransactionBlockKind

func (*TransactionBlockDataV1) ProtoMessage

func (*TransactionBlockDataV1) ProtoMessage()

func (*TransactionBlockDataV1) ProtoReflect

func (x *TransactionBlockDataV1) ProtoReflect() protoreflect.Message

func (*TransactionBlockDataV1) Reset

func (x *TransactionBlockDataV1) Reset()

func (*TransactionBlockDataV1) String

func (x *TransactionBlockDataV1) String() string

type TransactionBlockData_V1

type TransactionBlockData_V1 struct {
	V1 *TransactionBlockDataV1 `protobuf:"bytes,1,opt,name=v1,proto3,oneof"`
}

type TransactionBlockEffects

type TransactionBlockEffects struct {

	// Types that are assignable to TransactionBlockEffects:
	//
	//	*TransactionBlockEffects_V1
	//	*TransactionBlockEffects_V2
	TransactionBlockEffects isTransactionBlockEffects_TransactionBlockEffects `protobuf_oneof:"transaction_block_effects"`
	// contains filtered or unexported fields
}

func (*TransactionBlockEffects) Descriptor deprecated

func (*TransactionBlockEffects) Descriptor() ([]byte, []int)

Deprecated: Use TransactionBlockEffects.ProtoReflect.Descriptor instead.

func (*TransactionBlockEffects) GetTransactionBlockEffects

func (m *TransactionBlockEffects) GetTransactionBlockEffects() isTransactionBlockEffects_TransactionBlockEffects

func (*TransactionBlockEffects) GetV1

func (*TransactionBlockEffects) GetV2

func (*TransactionBlockEffects) ProtoMessage

func (*TransactionBlockEffects) ProtoMessage()

func (*TransactionBlockEffects) ProtoReflect

func (x *TransactionBlockEffects) ProtoReflect() protoreflect.Message

func (*TransactionBlockEffects) Reset

func (x *TransactionBlockEffects) Reset()

func (*TransactionBlockEffects) String

func (x *TransactionBlockEffects) String() string

type TransactionBlockEffectsModifiedAtVersions

type TransactionBlockEffectsModifiedAtVersions struct {
	ObjectId       *ObjectID `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	SequenceNumber uint64    `protobuf:"varint,2,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionBlockEffectsModifiedAtVersions) Descriptor deprecated

func (*TransactionBlockEffectsModifiedAtVersions) Descriptor() ([]byte, []int)

Deprecated: Use TransactionBlockEffectsModifiedAtVersions.ProtoReflect.Descriptor instead.

func (*TransactionBlockEffectsModifiedAtVersions) GetObjectId

func (*TransactionBlockEffectsModifiedAtVersions) GetSequenceNumber

func (x *TransactionBlockEffectsModifiedAtVersions) GetSequenceNumber() uint64

func (*TransactionBlockEffectsModifiedAtVersions) ProtoMessage

func (*TransactionBlockEffectsModifiedAtVersions) ProtoReflect

func (*TransactionBlockEffectsModifiedAtVersions) Reset

func (*TransactionBlockEffectsModifiedAtVersions) String

type TransactionBlockEffectsV1

type TransactionBlockEffectsV1 struct {

	// The status of the execution
	Status *ExecutionStatus `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// The epoch when this transaction was executed.
	ExecutedEpoch uint64 `protobuf:"varint,2,opt,name=executed_epoch,json=executedEpoch,proto3" json:"executed_epoch,omitempty"`
	// Gas cost summary of the transaction
	GasUsed *GasCostSummary `protobuf:"bytes,3,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"`
	// The version that every modified (mutated or deleted) object had before it was modified by this transaction.
	ModifiedAtVersions []*TransactionBlockEffectsModifiedAtVersions `protobuf:"bytes,4,rep,name=modified_at_versions,json=modifiedAtVersions,proto3" json:"modified_at_versions,omitempty"`
	// The object references of the shared objects used in this transaction. Empty if no shared objects were used.
	SharedObjects []*ObjectRef `protobuf:"bytes,5,rep,name=shared_objects,json=sharedObjects,proto3" json:"shared_objects,omitempty"`
	// The transaction digest
	TransactionDigest string `protobuf:"bytes,6,opt,name=transaction_digest,json=transactionDigest,proto3" json:"transaction_digest,omitempty"`
	// ObjectRef and owner of new objects created.
	Created []*OwnedObjectRef `protobuf:"bytes,7,rep,name=created,proto3" json:"created,omitempty"`
	// ObjectRef and owner of mutated objects, including gas object.
	Mutated []*OwnedObjectRef `protobuf:"bytes,8,rep,name=mutated,proto3" json:"mutated,omitempty"`
	// ObjectRef and owner of objects that are unwrapped in this transaction.
	// Unwrapped objects are objects that were wrapped into other objects in the past,
	// and just got extracted out.
	Unwrapped []*OwnedObjectRef `protobuf:"bytes,9,rep,name=unwrapped,proto3" json:"unwrapped,omitempty"`
	// Object Refs of objects now deleted (the old refs).
	Deleted []*ObjectRef `protobuf:"bytes,10,rep,name=deleted,proto3" json:"deleted,omitempty"`
	// Object refs of objects previously wrapped in other objects but now deleted.
	UnwrappedThenDeleted []*ObjectRef `protobuf:"bytes,11,rep,name=unwrapped_then_deleted,json=unwrappedThenDeleted,proto3" json:"unwrapped_then_deleted,omitempty"`
	// Object refs of objects now wrapped in other objects.
	Wrapped []*ObjectRef `protobuf:"bytes,12,rep,name=wrapped,proto3" json:"wrapped,omitempty"`
	// The updated gas object reference. Have a dedicated field for convenient access.
	// It's also included in mutated.
	GasObject *OwnedObjectRef `protobuf:"bytes,13,opt,name=gas_object,json=gasObject,proto3" json:"gas_object,omitempty"`
	// The digest of the events emitted during execution,
	// can be None if the transaction does not emit any event.
	EventsDigest *string `protobuf:"bytes,14,opt,name=events_digest,json=eventsDigest,proto3,oneof" json:"events_digest,omitempty"`
	// The set of transaction digests this transaction depends on.
	Dependencies []string `protobuf:"bytes,15,rep,name=dependencies,proto3" json:"dependencies,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionBlockEffectsV1) Descriptor deprecated

func (*TransactionBlockEffectsV1) Descriptor() ([]byte, []int)

Deprecated: Use TransactionBlockEffectsV1.ProtoReflect.Descriptor instead.

func (*TransactionBlockEffectsV1) GetCreated

func (x *TransactionBlockEffectsV1) GetCreated() []*OwnedObjectRef

func (*TransactionBlockEffectsV1) GetDeleted

func (x *TransactionBlockEffectsV1) GetDeleted() []*ObjectRef

func (*TransactionBlockEffectsV1) GetDependencies

func (x *TransactionBlockEffectsV1) GetDependencies() []string

func (*TransactionBlockEffectsV1) GetEventsDigest

func (x *TransactionBlockEffectsV1) GetEventsDigest() string

func (*TransactionBlockEffectsV1) GetExecutedEpoch

func (x *TransactionBlockEffectsV1) GetExecutedEpoch() uint64

func (*TransactionBlockEffectsV1) GetGasObject

func (x *TransactionBlockEffectsV1) GetGasObject() *OwnedObjectRef

func (*TransactionBlockEffectsV1) GetGasUsed

func (x *TransactionBlockEffectsV1) GetGasUsed() *GasCostSummary

func (*TransactionBlockEffectsV1) GetModifiedAtVersions

func (*TransactionBlockEffectsV1) GetMutated

func (x *TransactionBlockEffectsV1) GetMutated() []*OwnedObjectRef

func (*TransactionBlockEffectsV1) GetSharedObjects

func (x *TransactionBlockEffectsV1) GetSharedObjects() []*ObjectRef

func (*TransactionBlockEffectsV1) GetStatus

func (*TransactionBlockEffectsV1) GetTransactionDigest

func (x *TransactionBlockEffectsV1) GetTransactionDigest() string

func (*TransactionBlockEffectsV1) GetUnwrapped

func (x *TransactionBlockEffectsV1) GetUnwrapped() []*OwnedObjectRef

func (*TransactionBlockEffectsV1) GetUnwrappedThenDeleted

func (x *TransactionBlockEffectsV1) GetUnwrappedThenDeleted() []*ObjectRef

func (*TransactionBlockEffectsV1) GetWrapped

func (x *TransactionBlockEffectsV1) GetWrapped() []*ObjectRef

func (*TransactionBlockEffectsV1) ProtoMessage

func (*TransactionBlockEffectsV1) ProtoMessage()

func (*TransactionBlockEffectsV1) ProtoReflect

func (*TransactionBlockEffectsV1) Reset

func (x *TransactionBlockEffectsV1) Reset()

func (*TransactionBlockEffectsV1) String

func (x *TransactionBlockEffectsV1) String() string

type TransactionBlockEffectsV2

type TransactionBlockEffectsV2 struct {

	// The status of the execution
	Status *ExecutionStatus `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// The epoch when this transaction was executed.
	ExecutedEpoch uint64 `protobuf:"varint,2,opt,name=executed_epoch,json=executedEpoch,proto3" json:"executed_epoch,omitempty"`
	// Gas cost summary of the transaction
	GasUsed *GasCostSummary `protobuf:"bytes,3,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"`
	// The transaction digest
	TransactionDigest string `protobuf:"bytes,4,opt,name=transaction_digest,json=transactionDigest,proto3" json:"transaction_digest,omitempty"`
	// / The updated gas object reference, as an index into the `changed_objects` vector.
	// / Having a dedicated field for convenient access.
	// / System transaction that don't require gas will leave this as None.
	GasObjectIndex *uint32 `protobuf:"varint,5,opt,name=gas_object_index,json=gasObjectIndex,proto3,oneof" json:"gas_object_index,omitempty"`
	// / The digest of the events emitted during execution,
	// / can be None if the transaction does not emit any event.
	EventsDigest *string `protobuf:"bytes,6,opt,name=events_digest,json=eventsDigest,proto3,oneof" json:"events_digest,omitempty"`
	// The set of transaction digests this transaction depends on.
	Dependencies []string `protobuf:"bytes,7,rep,name=dependencies,proto3" json:"dependencies,omitempty"`
	// / The version number of all the written Move objects by this transaction.
	LamportVersion uint64 `protobuf:"varint,8,opt,name=lamport_version,json=lamportVersion,proto3" json:"lamport_version,omitempty"`
	// / Objects whose state are changed in the object store.
	ChangedObjects []*ChangedObjectV2 `protobuf:"bytes,9,rep,name=changed_objects,json=changedObjects,proto3" json:"changed_objects,omitempty"`
	// / Shared objects that are not mutated in this transaction. Unlike owned objects,
	// / read-only shared objects' version are not committed in the transaction,
	// / and in order for a node to catch up and execute it without consensus sequencing,
	// / the version needs to be committed in the effects.
	UnchangedSharedObjects []*UnchangedSharedObject `` /* 130-byte string literal not displayed */
	// / Auxiliary data that are not protocol-critical, generated as part of the effects but are stored separately.
	// / Storing it separately allows us to avoid bloating the effects with data that are not critical.
	// / It also provides more flexibility on the format and type of the data.
	AuxDataDigest *string `protobuf:"bytes,11,opt,name=aux_data_digest,json=auxDataDigest,proto3,oneof" json:"aux_data_digest,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionBlockEffectsV2) Descriptor deprecated

func (*TransactionBlockEffectsV2) Descriptor() ([]byte, []int)

Deprecated: Use TransactionBlockEffectsV2.ProtoReflect.Descriptor instead.

func (*TransactionBlockEffectsV2) GetAuxDataDigest

func (x *TransactionBlockEffectsV2) GetAuxDataDigest() string

func (*TransactionBlockEffectsV2) GetChangedObjects

func (x *TransactionBlockEffectsV2) GetChangedObjects() []*ChangedObjectV2

func (*TransactionBlockEffectsV2) GetDependencies

func (x *TransactionBlockEffectsV2) GetDependencies() []string

func (*TransactionBlockEffectsV2) GetEventsDigest

func (x *TransactionBlockEffectsV2) GetEventsDigest() string

func (*TransactionBlockEffectsV2) GetExecutedEpoch

func (x *TransactionBlockEffectsV2) GetExecutedEpoch() uint64

func (*TransactionBlockEffectsV2) GetGasObjectIndex

func (x *TransactionBlockEffectsV2) GetGasObjectIndex() uint32

func (*TransactionBlockEffectsV2) GetGasUsed

func (x *TransactionBlockEffectsV2) GetGasUsed() *GasCostSummary

func (*TransactionBlockEffectsV2) GetLamportVersion

func (x *TransactionBlockEffectsV2) GetLamportVersion() uint64

func (*TransactionBlockEffectsV2) GetStatus

func (*TransactionBlockEffectsV2) GetTransactionDigest

func (x *TransactionBlockEffectsV2) GetTransactionDigest() string

func (*TransactionBlockEffectsV2) GetUnchangedSharedObjects

func (x *TransactionBlockEffectsV2) GetUnchangedSharedObjects() []*UnchangedSharedObject

func (*TransactionBlockEffectsV2) ProtoMessage

func (*TransactionBlockEffectsV2) ProtoMessage()

func (*TransactionBlockEffectsV2) ProtoReflect

func (*TransactionBlockEffectsV2) Reset

func (x *TransactionBlockEffectsV2) Reset()

func (*TransactionBlockEffectsV2) String

func (x *TransactionBlockEffectsV2) String() string

type TransactionBlockEffects_V1

type TransactionBlockEffects_V1 struct {
	V1 *TransactionBlockEffectsV1 `protobuf:"bytes,1,opt,name=v1,proto3,oneof"`
}

type TransactionBlockEffects_V2

type TransactionBlockEffects_V2 struct {
	V2 *TransactionBlockEffectsV2 `protobuf:"bytes,2,opt,name=v2,proto3,oneof"`
}

type TransactionBlockKind

type TransactionBlockKind struct {

	// Types that are assignable to SuiTransactionBlockKind:
	//
	//	*TransactionBlockKind_ChangeEpoch
	//	*TransactionBlockKind_Genesis
	//	*TransactionBlockKind_ConsensusCommitPrologue
	//	*TransactionBlockKind_ProgrammableTransaction
	SuiTransactionBlockKind isTransactionBlockKind_SuiTransactionBlockKind `protobuf_oneof:"sui_transaction_block_kind"`
	// contains filtered or unexported fields
}

func (*TransactionBlockKind) Descriptor deprecated

func (*TransactionBlockKind) Descriptor() ([]byte, []int)

Deprecated: Use TransactionBlockKind.ProtoReflect.Descriptor instead.

func (*TransactionBlockKind) GetChangeEpoch

func (x *TransactionBlockKind) GetChangeEpoch() *ChangeEpoch

func (*TransactionBlockKind) GetConsensusCommitPrologue

func (x *TransactionBlockKind) GetConsensusCommitPrologue() *ConsensusCommitPrologue

func (*TransactionBlockKind) GetGenesis

func (x *TransactionBlockKind) GetGenesis() *GenesisTransaction

func (*TransactionBlockKind) GetProgrammableTransaction

func (x *TransactionBlockKind) GetProgrammableTransaction() *ProgrammableTransaction

func (*TransactionBlockKind) GetSuiTransactionBlockKind

func (m *TransactionBlockKind) GetSuiTransactionBlockKind() isTransactionBlockKind_SuiTransactionBlockKind

func (*TransactionBlockKind) ProtoMessage

func (*TransactionBlockKind) ProtoMessage()

func (*TransactionBlockKind) ProtoReflect

func (x *TransactionBlockKind) ProtoReflect() protoreflect.Message

func (*TransactionBlockKind) Reset

func (x *TransactionBlockKind) Reset()

func (*TransactionBlockKind) String

func (x *TransactionBlockKind) String() string

type TransactionBlockKind_ChangeEpoch

type TransactionBlockKind_ChangeEpoch struct {
	// A system transaction that will update epoch information on-chain.
	ChangeEpoch *ChangeEpoch `protobuf:"bytes,1,opt,name=change_epoch,json=changeEpoch,proto3,oneof"`
}

type TransactionBlockKind_ConsensusCommitPrologue

type TransactionBlockKind_ConsensusCommitPrologue struct {
	// A system transaction marking the start of a series of transactions scheduled as part of a checkpoint
	ConsensusCommitPrologue *ConsensusCommitPrologue `protobuf:"bytes,3,opt,name=consensus_commit_prologue,json=consensusCommitPrologue,proto3,oneof"`
}

type TransactionBlockKind_Genesis

type TransactionBlockKind_Genesis struct {
	// A system transaction used for initializing the initial state of the chain.
	Genesis *GenesisTransaction `protobuf:"bytes,2,opt,name=genesis,proto3,oneof"`
}

type TransactionBlockKind_ProgrammableTransaction

type TransactionBlockKind_ProgrammableTransaction struct {
	// A series of transactions where the results of one transaction can be used in future transactions
	ProgrammableTransaction *ProgrammableTransaction `protobuf:"bytes,4,opt,name=programmable_transaction,json=programmableTransaction,proto3,oneof"`
}

type TransactionData

type TransactionData struct {

	// Types that are assignable to TxData:
	//
	//	*TransactionData_V1
	TxData isTransactionData_TxData `protobuf_oneof:"tx_data"`
	// contains filtered or unexported fields
}

func (*TransactionData) Descriptor deprecated

func (*TransactionData) Descriptor() ([]byte, []int)

Deprecated: Use TransactionData.ProtoReflect.Descriptor instead.

func (*TransactionData) GetTxData

func (m *TransactionData) GetTxData() isTransactionData_TxData

func (*TransactionData) GetV1

func (x *TransactionData) GetV1() *TransactionDataV1

func (*TransactionData) ProtoMessage

func (*TransactionData) ProtoMessage()

func (*TransactionData) ProtoReflect

func (x *TransactionData) ProtoReflect() protoreflect.Message

func (*TransactionData) Reset

func (x *TransactionData) Reset()

func (*TransactionData) String

func (x *TransactionData) String() string

type TransactionDataV1

type TransactionDataV1 struct {
	Kind       *TransactionKind       `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Sender     string                 `protobuf:"bytes,2,opt,name=sender,proto3" json:"sender,omitempty"`
	GasData    *GasData               `protobuf:"bytes,3,opt,name=gas_data,json=gasData,proto3" json:"gas_data,omitempty"`
	Expiration *TransactionExpiration `protobuf:"bytes,4,opt,name=expiration,proto3" json:"expiration,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionDataV1) Descriptor deprecated

func (*TransactionDataV1) Descriptor() ([]byte, []int)

Deprecated: Use TransactionDataV1.ProtoReflect.Descriptor instead.

func (*TransactionDataV1) GetExpiration

func (x *TransactionDataV1) GetExpiration() *TransactionExpiration

func (*TransactionDataV1) GetGasData

func (x *TransactionDataV1) GetGasData() *GasData

func (*TransactionDataV1) GetKind

func (x *TransactionDataV1) GetKind() *TransactionKind

func (*TransactionDataV1) GetSender

func (x *TransactionDataV1) GetSender() string

func (*TransactionDataV1) ProtoMessage

func (*TransactionDataV1) ProtoMessage()

func (*TransactionDataV1) ProtoReflect

func (x *TransactionDataV1) ProtoReflect() protoreflect.Message

func (*TransactionDataV1) Reset

func (x *TransactionDataV1) Reset()

func (*TransactionDataV1) String

func (x *TransactionDataV1) String() string

type TransactionData_V1

type TransactionData_V1 struct {
	V1 *TransactionDataV1 `protobuf:"bytes,1,opt,name=v1,proto3,oneof"`
}

type TransactionExpiration

type TransactionExpiration struct {

	// Types that are assignable to TxExpiration:
	//
	//	*TransactionExpiration_None
	//	*TransactionExpiration_Epoch
	TxExpiration isTransactionExpiration_TxExpiration `protobuf_oneof:"tx_expiration"`
	// contains filtered or unexported fields
}

func (*TransactionExpiration) Descriptor deprecated

func (*TransactionExpiration) Descriptor() ([]byte, []int)

Deprecated: Use TransactionExpiration.ProtoReflect.Descriptor instead.

func (*TransactionExpiration) GetEpoch

func (x *TransactionExpiration) GetEpoch() uint64

func (*TransactionExpiration) GetNone

func (x *TransactionExpiration) GetNone() *emptypb.Empty

func (*TransactionExpiration) GetTxExpiration

func (m *TransactionExpiration) GetTxExpiration() isTransactionExpiration_TxExpiration

func (*TransactionExpiration) ProtoMessage

func (*TransactionExpiration) ProtoMessage()

func (*TransactionExpiration) ProtoReflect

func (x *TransactionExpiration) ProtoReflect() protoreflect.Message

func (*TransactionExpiration) Reset

func (x *TransactionExpiration) Reset()

func (*TransactionExpiration) String

func (x *TransactionExpiration) String() string

type TransactionExpiration_Epoch

type TransactionExpiration_Epoch struct {
	Epoch uint64 `protobuf:"varint,2,opt,name=epoch,proto3,oneof"`
}

type TransactionExpiration_None

type TransactionExpiration_None struct {
	None *emptypb.Empty `protobuf:"bytes,1,opt,name=none,proto3,oneof"`
}

type TransactionKind

type TransactionKind struct {

	// Types that are assignable to TransactionKind:
	//
	//	*TransactionKind_ProgrammableTx
	//	*TransactionKind_ChangeEpoch
	//	*TransactionKind_Genesis
	//	*TransactionKind_ConsensusCommitPrologue
	//	*TransactionKind_AuthenticatorStateUpdate
	//	*TransactionKind_EndOdEpochTransaction
	//	*TransactionKind_RandomnessStateUpdate
	//	*TransactionKind_ConsensusCommitPrologueV2
	TransactionKind isTransactionKind_TransactionKind `protobuf_oneof:"transaction_kind"`
	// contains filtered or unexported fields
}

func (*TransactionKind) Descriptor deprecated

func (*TransactionKind) Descriptor() ([]byte, []int)

Deprecated: Use TransactionKind.ProtoReflect.Descriptor instead.

func (*TransactionKind) GetAuthenticatorStateUpdate

func (x *TransactionKind) GetAuthenticatorStateUpdate() *AuthenticatorStateUpdate

func (*TransactionKind) GetChangeEpoch

func (x *TransactionKind) GetChangeEpoch() *ChangeEpoch

func (*TransactionKind) GetConsensusCommitPrologue

func (x *TransactionKind) GetConsensusCommitPrologue() *ConsensusCommitPrologue

func (*TransactionKind) GetConsensusCommitPrologueV2

func (x *TransactionKind) GetConsensusCommitPrologueV2() *ConsensusCommitPrologueV2

func (*TransactionKind) GetEndOdEpochTransaction

func (x *TransactionKind) GetEndOdEpochTransaction() *EndOfEpochTransaction

func (*TransactionKind) GetGenesis

func (x *TransactionKind) GetGenesis() *GenesisTransaction

func (*TransactionKind) GetProgrammableTx

func (x *TransactionKind) GetProgrammableTx() *ProgrammableTransaction

func (*TransactionKind) GetRandomnessStateUpdate

func (x *TransactionKind) GetRandomnessStateUpdate() *RandomnessStateUpdate

func (*TransactionKind) GetTransactionKind

func (m *TransactionKind) GetTransactionKind() isTransactionKind_TransactionKind

func (*TransactionKind) ProtoMessage

func (*TransactionKind) ProtoMessage()

func (*TransactionKind) ProtoReflect

func (x *TransactionKind) ProtoReflect() protoreflect.Message

func (*TransactionKind) Reset

func (x *TransactionKind) Reset()

func (*TransactionKind) String

func (x *TransactionKind) String() string

type TransactionKind_AuthenticatorStateUpdate

type TransactionKind_AuthenticatorStateUpdate struct {
	AuthenticatorStateUpdate *AuthenticatorStateUpdate `protobuf:"bytes,5,opt,name=authenticator_state_update,json=authenticatorStateUpdate,proto3,oneof"`
}

type TransactionKind_ChangeEpoch

type TransactionKind_ChangeEpoch struct {
	ChangeEpoch *ChangeEpoch `protobuf:"bytes,2,opt,name=change_epoch,json=changeEpoch,proto3,oneof"`
}

type TransactionKind_ConsensusCommitPrologue

type TransactionKind_ConsensusCommitPrologue struct {
	ConsensusCommitPrologue *ConsensusCommitPrologue `protobuf:"bytes,4,opt,name=consensus_commit_prologue,json=consensusCommitPrologue,proto3,oneof"`
}

type TransactionKind_ConsensusCommitPrologueV2

type TransactionKind_ConsensusCommitPrologueV2 struct {
	// V2 ConsensusCommitPrologue also includes the digest of the current consensus output.
	ConsensusCommitPrologueV2 *ConsensusCommitPrologueV2 `protobuf:"bytes,8,opt,name=consensus_commit_prologue_v2,json=consensusCommitPrologueV2,proto3,oneof"`
}

type TransactionKind_EndOdEpochTransaction

type TransactionKind_EndOdEpochTransaction struct {
	// / EndOfEpochTransaction replaces ChangeEpoch with a list of transactions that are allowed to
	// / run at the end of the epoch.
	EndOdEpochTransaction *EndOfEpochTransaction `protobuf:"bytes,6,opt,name=end_od_epoch_transaction,json=endOdEpochTransaction,proto3,oneof"`
}

type TransactionKind_Genesis

type TransactionKind_Genesis struct {
	Genesis *GenesisTransaction `protobuf:"bytes,3,opt,name=genesis,proto3,oneof"`
}

type TransactionKind_ProgrammableTx

type TransactionKind_ProgrammableTx struct {
	// / A transaction that allows the interleaving of native commands and Move calls
	ProgrammableTx *ProgrammableTransaction `protobuf:"bytes,1,opt,name=programmable_tx,json=programmableTx,proto3,oneof"`
}

type TransactionKind_RandomnessStateUpdate

type TransactionKind_RandomnessStateUpdate struct {
	RandomnessStateUpdate *RandomnessStateUpdate `protobuf:"bytes,7,opt,name=randomness_state_update,json=randomnessStateUpdate,proto3,oneof"`
}

type TransactionObjectChange

type TransactionObjectChange struct {
	ChangedObjects []*IndexedObject        `protobuf:"bytes,1,rep,name=changed_objects,json=changedObjects,proto3" json:"changed_objects,omitempty"`
	DeletedObjects []*IndexedDeletedObject `protobuf:"bytes,2,rep,name=deleted_objects,json=deletedObjects,proto3" json:"deleted_objects,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionObjectChange) Descriptor deprecated

func (*TransactionObjectChange) Descriptor() ([]byte, []int)

Deprecated: Use TransactionObjectChange.ProtoReflect.Descriptor instead.

func (*TransactionObjectChange) GetChangedObjects

func (x *TransactionObjectChange) GetChangedObjects() []*IndexedObject

func (*TransactionObjectChange) GetDeletedObjects

func (x *TransactionObjectChange) GetDeletedObjects() []*IndexedDeletedObject

func (*TransactionObjectChange) ProtoMessage

func (*TransactionObjectChange) ProtoMessage()

func (*TransactionObjectChange) ProtoReflect

func (x *TransactionObjectChange) ProtoReflect() protoreflect.Message

func (*TransactionObjectChange) Reset

func (x *TransactionObjectChange) Reset()

func (*TransactionObjectChange) String

func (x *TransactionObjectChange) String() string

type TransferObjectsPair

type TransferObjectsPair struct {
	One []*SuiArgument `protobuf:"bytes,1,rep,name=one,proto3" json:"one,omitempty"`
	Two *SuiArgument   `protobuf:"bytes,2,opt,name=two,proto3" json:"two,omitempty"`
	// contains filtered or unexported fields
}

func (*TransferObjectsPair) Descriptor deprecated

func (*TransferObjectsPair) Descriptor() ([]byte, []int)

Deprecated: Use TransferObjectsPair.ProtoReflect.Descriptor instead.

func (*TransferObjectsPair) GetOne

func (x *TransferObjectsPair) GetOne() []*SuiArgument

func (*TransferObjectsPair) GetTwo

func (x *TransferObjectsPair) GetTwo() *SuiArgument

func (*TransferObjectsPair) ProtoMessage

func (*TransferObjectsPair) ProtoMessage()

func (*TransferObjectsPair) ProtoReflect

func (x *TransferObjectsPair) ProtoReflect() protoreflect.Message

func (*TransferObjectsPair) Reset

func (x *TransferObjectsPair) Reset()

func (*TransferObjectsPair) String

func (x *TransferObjectsPair) String() string

type Transferred

type Transferred struct {
	Sender     string     `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"`
	Recipient  *Owner     `protobuf:"bytes,2,opt,name=recipient,proto3" json:"recipient,omitempty"`
	ObjectType *StructTag `protobuf:"bytes,3,opt,name=object_type,json=objectType,proto3" json:"object_type,omitempty"`
	ObjectId   *ObjectID  `protobuf:"bytes,4,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	Version    uint64     `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"`
	Digest     string     `protobuf:"bytes,6,opt,name=digest,proto3" json:"digest,omitempty"`
	// contains filtered or unexported fields
}

func (*Transferred) Descriptor deprecated

func (*Transferred) Descriptor() ([]byte, []int)

Deprecated: Use Transferred.ProtoReflect.Descriptor instead.

func (*Transferred) GetDigest

func (x *Transferred) GetDigest() string

func (*Transferred) GetObjectId

func (x *Transferred) GetObjectId() *ObjectID

func (*Transferred) GetObjectType

func (x *Transferred) GetObjectType() *StructTag

func (*Transferred) GetRecipient

func (x *Transferred) GetRecipient() *Owner

func (*Transferred) GetSender

func (x *Transferred) GetSender() string

func (*Transferred) GetVersion

func (x *Transferred) GetVersion() uint64

func (*Transferred) ProtoMessage

func (*Transferred) ProtoMessage()

func (*Transferred) ProtoReflect

func (x *Transferred) ProtoReflect() protoreflect.Message

func (*Transferred) Reset

func (x *Transferred) Reset()

func (*Transferred) String

func (x *Transferred) String() string

type TxIndex

type TxIndex struct {
	TxSequenceNumber         uint64              `protobuf:"varint,1,opt,name=tx_sequence_number,json=txSequenceNumber,proto3" json:"tx_sequence_number,omitempty"`
	TransactionDigest        string              `protobuf:"bytes,2,opt,name=transaction_digest,json=transactionDigest,proto3" json:"transaction_digest,omitempty"`
	CheckpointSequenceNumber uint64              `` /* 136-byte string literal not displayed */
	InputObjects             []*ObjectID         `protobuf:"bytes,4,rep,name=input_objects,json=inputObjects,proto3" json:"input_objects,omitempty"`
	ChangedObjects           []*ObjectID         `protobuf:"bytes,5,rep,name=changed_objects,json=changedObjects,proto3" json:"changed_objects,omitempty"`
	Payers                   []string            `protobuf:"bytes,6,rep,name=payers,proto3" json:"payers,omitempty"`
	Senders                  []string            `protobuf:"bytes,7,rep,name=senders,proto3" json:"senders,omitempty"`
	Recipients               []string            `protobuf:"bytes,8,rep,name=recipients,proto3" json:"recipients,omitempty"`
	MoveCalls                []*MoveCallOverview `protobuf:"bytes,9,rep,name=move_calls,json=moveCalls,proto3" json:"move_calls,omitempty"`
	// contains filtered or unexported fields
}

func (*TxIndex) Descriptor deprecated

func (*TxIndex) Descriptor() ([]byte, []int)

Deprecated: Use TxIndex.ProtoReflect.Descriptor instead.

func (*TxIndex) GetChangedObjects

func (x *TxIndex) GetChangedObjects() []*ObjectID

func (*TxIndex) GetCheckpointSequenceNumber

func (x *TxIndex) GetCheckpointSequenceNumber() uint64

func (*TxIndex) GetInputObjects

func (x *TxIndex) GetInputObjects() []*ObjectID

func (*TxIndex) GetMoveCalls

func (x *TxIndex) GetMoveCalls() []*MoveCallOverview

func (*TxIndex) GetPayers

func (x *TxIndex) GetPayers() []string

func (*TxIndex) GetRecipients

func (x *TxIndex) GetRecipients() []string

func (*TxIndex) GetSenders

func (x *TxIndex) GetSenders() []string

func (*TxIndex) GetTransactionDigest

func (x *TxIndex) GetTransactionDigest() string

func (*TxIndex) GetTxSequenceNumber

func (x *TxIndex) GetTxSequenceNumber() uint64

func (*TxIndex) ProtoMessage

func (*TxIndex) ProtoMessage()

func (*TxIndex) ProtoReflect

func (x *TxIndex) ProtoReflect() protoreflect.Message

func (*TxIndex) Reset

func (x *TxIndex) Reset()

func (*TxIndex) String

func (x *TxIndex) String() string

type TypeArgumentError

type TypeArgumentError struct {

	// Types that are assignable to TypeArgumentError:
	//
	//	*TypeArgumentError_TypeNotFound
	//	*TypeArgumentError_ConstraintNotSatisfied
	TypeArgumentError isTypeArgumentError_TypeArgumentError `protobuf_oneof:"type_argument_error"`
	// contains filtered or unexported fields
}

func (*TypeArgumentError) Descriptor deprecated

func (*TypeArgumentError) Descriptor() ([]byte, []int)

Deprecated: Use TypeArgumentError.ProtoReflect.Descriptor instead.

func (*TypeArgumentError) GetConstraintNotSatisfied

func (x *TypeArgumentError) GetConstraintNotSatisfied() *emptypb.Empty

func (*TypeArgumentError) GetTypeArgumentError

func (m *TypeArgumentError) GetTypeArgumentError() isTypeArgumentError_TypeArgumentError

func (*TypeArgumentError) GetTypeNotFound

func (x *TypeArgumentError) GetTypeNotFound() *emptypb.Empty

func (*TypeArgumentError) ProtoMessage

func (*TypeArgumentError) ProtoMessage()

func (*TypeArgumentError) ProtoReflect

func (x *TypeArgumentError) ProtoReflect() protoreflect.Message

func (*TypeArgumentError) Reset

func (x *TypeArgumentError) Reset()

func (*TypeArgumentError) String

func (x *TypeArgumentError) String() string

type TypeArgumentError_ConstraintNotSatisfied

type TypeArgumentError_ConstraintNotSatisfied struct {
	ConstraintNotSatisfied *emptypb.Empty `protobuf:"bytes,2,opt,name=constraint_not_satisfied,json=constraintNotSatisfied,proto3,oneof"`
}

type TypeArgumentError_TypeNotFound

type TypeArgumentError_TypeNotFound struct {
	TypeNotFound *emptypb.Empty `protobuf:"bytes,1,opt,name=type_not_found,json=typeNotFound,proto3,oneof"`
}

type TypeOrigin

type TypeOrigin struct {
	ModuleName string    `protobuf:"bytes,1,opt,name=module_name,json=moduleName,proto3" json:"module_name,omitempty"`
	StructName string    `protobuf:"bytes,2,opt,name=struct_name,json=structName,proto3" json:"struct_name,omitempty"`
	Package    *ObjectID `protobuf:"bytes,3,opt,name=package,proto3" json:"package,omitempty"`
	// contains filtered or unexported fields
}

func (*TypeOrigin) Descriptor deprecated

func (*TypeOrigin) Descriptor() ([]byte, []int)

Deprecated: Use TypeOrigin.ProtoReflect.Descriptor instead.

func (*TypeOrigin) GetModuleName

func (x *TypeOrigin) GetModuleName() string

func (*TypeOrigin) GetPackage

func (x *TypeOrigin) GetPackage() *ObjectID

func (*TypeOrigin) GetStructName

func (x *TypeOrigin) GetStructName() string

func (*TypeOrigin) ProtoMessage

func (*TypeOrigin) ProtoMessage()

func (*TypeOrigin) ProtoReflect

func (x *TypeOrigin) ProtoReflect() protoreflect.Message

func (*TypeOrigin) Reset

func (x *TypeOrigin) Reset()

func (*TypeOrigin) String

func (x *TypeOrigin) String() string

type TypeTag

type TypeTag struct {

	// Types that are assignable to TypeTag:
	//
	//	*TypeTag_Bool
	//	*TypeTag_U8
	//	*TypeTag_U64
	//	*TypeTag_U128
	//	*TypeTag_Address
	//	*TypeTag_Signer
	//	*TypeTag_Vector
	//	*TypeTag_Struct
	//	*TypeTag_U16
	//	*TypeTag_U32
	//	*TypeTag_U256
	TypeTag isTypeTag_TypeTag `protobuf_oneof:"type_tag"`
	// contains filtered or unexported fields
}

func (*TypeTag) Descriptor deprecated

func (*TypeTag) Descriptor() ([]byte, []int)

Deprecated: Use TypeTag.ProtoReflect.Descriptor instead.

func (*TypeTag) GetAddress

func (x *TypeTag) GetAddress() *emptypb.Empty

func (*TypeTag) GetBool

func (x *TypeTag) GetBool() *emptypb.Empty

func (*TypeTag) GetSigner

func (x *TypeTag) GetSigner() *emptypb.Empty

func (*TypeTag) GetStruct

func (x *TypeTag) GetStruct() *StructTag

func (*TypeTag) GetTypeTag

func (m *TypeTag) GetTypeTag() isTypeTag_TypeTag

func (*TypeTag) GetU128

func (x *TypeTag) GetU128() *emptypb.Empty

func (*TypeTag) GetU16

func (x *TypeTag) GetU16() *emptypb.Empty

func (*TypeTag) GetU256

func (x *TypeTag) GetU256() *emptypb.Empty

func (*TypeTag) GetU32

func (x *TypeTag) GetU32() *emptypb.Empty

func (*TypeTag) GetU64

func (x *TypeTag) GetU64() *emptypb.Empty

func (*TypeTag) GetU8

func (x *TypeTag) GetU8() *emptypb.Empty

func (*TypeTag) GetVector

func (x *TypeTag) GetVector() *TypeTag

func (*TypeTag) ProtoMessage

func (*TypeTag) ProtoMessage()

func (*TypeTag) ProtoReflect

func (x *TypeTag) ProtoReflect() protoreflect.Message

func (*TypeTag) Reset

func (x *TypeTag) Reset()

func (*TypeTag) String

func (x *TypeTag) String() string

type TypeTag_Address

type TypeTag_Address struct {
	Address *emptypb.Empty `protobuf:"bytes,5,opt,name=address,proto3,oneof"`
}

type TypeTag_Bool

type TypeTag_Bool struct {
	Bool *emptypb.Empty `protobuf:"bytes,1,opt,name=bool,proto3,oneof"`
}

type TypeTag_Signer

type TypeTag_Signer struct {
	Signer *emptypb.Empty `protobuf:"bytes,6,opt,name=signer,proto3,oneof"`
}

type TypeTag_Struct

type TypeTag_Struct struct {
	Struct *StructTag `protobuf:"bytes,8,opt,name=struct,proto3,oneof"`
}

type TypeTag_U128

type TypeTag_U128 struct {
	U128 *emptypb.Empty `protobuf:"bytes,4,opt,name=u128,proto3,oneof"`
}

type TypeTag_U16

type TypeTag_U16 struct {
	U16 *emptypb.Empty `protobuf:"bytes,9,opt,name=u16,proto3,oneof"`
}

type TypeTag_U256

type TypeTag_U256 struct {
	U256 *emptypb.Empty `protobuf:"bytes,11,opt,name=u256,proto3,oneof"`
}

type TypeTag_U32

type TypeTag_U32 struct {
	U32 *emptypb.Empty `protobuf:"bytes,10,opt,name=u32,proto3,oneof"`
}

type TypeTag_U64

type TypeTag_U64 struct {
	U64 *emptypb.Empty `protobuf:"bytes,3,opt,name=u64,proto3,oneof"`
}

type TypeTag_U8

type TypeTag_U8 struct {
	U8 *emptypb.Empty `protobuf:"bytes,2,opt,name=u8,proto3,oneof"`
}

type TypeTag_Vector

type TypeTag_Vector struct {
	Vector *TypeTag `protobuf:"bytes,7,opt,name=vector,proto3,oneof"`
}

type UnchangedSharedKind

type UnchangedSharedKind struct {

	// Types that are assignable to UnchangedSharedKind:
	//
	//	*UnchangedSharedKind_ReadOnlyRoot
	//	*UnchangedSharedKind_MutateDeleted
	//	*UnchangedSharedKind_ReadDeleted
	UnchangedSharedKind isUnchangedSharedKind_UnchangedSharedKind `protobuf_oneof:"unchanged_shared_kind"`
	// contains filtered or unexported fields
}

func (*UnchangedSharedKind) Descriptor deprecated

func (*UnchangedSharedKind) Descriptor() ([]byte, []int)

Deprecated: Use UnchangedSharedKind.ProtoReflect.Descriptor instead.

func (*UnchangedSharedKind) GetMutateDeleted

func (x *UnchangedSharedKind) GetMutateDeleted() uint64

func (*UnchangedSharedKind) GetReadDeleted

func (x *UnchangedSharedKind) GetReadDeleted() uint64

func (*UnchangedSharedKind) GetReadOnlyRoot

func (x *UnchangedSharedKind) GetReadOnlyRoot() *VersionDigest

func (*UnchangedSharedKind) GetUnchangedSharedKind

func (m *UnchangedSharedKind) GetUnchangedSharedKind() isUnchangedSharedKind_UnchangedSharedKind

func (*UnchangedSharedKind) ProtoMessage

func (*UnchangedSharedKind) ProtoMessage()

func (*UnchangedSharedKind) ProtoReflect

func (x *UnchangedSharedKind) ProtoReflect() protoreflect.Message

func (*UnchangedSharedKind) Reset

func (x *UnchangedSharedKind) Reset()

func (*UnchangedSharedKind) String

func (x *UnchangedSharedKind) String() string

type UnchangedSharedKind_MutateDeleted

type UnchangedSharedKind_MutateDeleted struct {
	// / Deleted shared objects that appear mutably/owned in the input.
	MutateDeleted uint64 `protobuf:"varint,2,opt,name=mutate_deleted,json=mutateDeleted,proto3,oneof"`
}

type UnchangedSharedKind_ReadDeleted

type UnchangedSharedKind_ReadDeleted struct {
	// / Deleted shared objects that appear as read-only in the input.
	ReadDeleted uint64 `protobuf:"varint,3,opt,name=read_deleted,json=readDeleted,proto3,oneof"`
}

type UnchangedSharedKind_ReadOnlyRoot

type UnchangedSharedKind_ReadOnlyRoot struct {
	// / Read-only shared objects from the input. We don't really need ObjectDigest
	// / for protocol correctness, but it will make it easier to verify untrusted read.
	ReadOnlyRoot *VersionDigest `protobuf:"bytes,1,opt,name=read_only_root,json=readOnlyRoot,proto3,oneof"`
}

type UnchangedSharedObject

type UnchangedSharedObject struct {
	ObjectId *ObjectID            `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	Kind     *UnchangedSharedKind `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

func (*UnchangedSharedObject) Descriptor deprecated

func (*UnchangedSharedObject) Descriptor() ([]byte, []int)

Deprecated: Use UnchangedSharedObject.ProtoReflect.Descriptor instead.

func (*UnchangedSharedObject) GetKind

func (*UnchangedSharedObject) GetObjectId

func (x *UnchangedSharedObject) GetObjectId() *ObjectID

func (*UnchangedSharedObject) ProtoMessage

func (*UnchangedSharedObject) ProtoMessage()

func (*UnchangedSharedObject) ProtoReflect

func (x *UnchangedSharedObject) ProtoReflect() protoreflect.Message

func (*UnchangedSharedObject) Reset

func (x *UnchangedSharedObject) Reset()

func (*UnchangedSharedObject) String

func (x *UnchangedSharedObject) String() string

type UpgradeComand

type UpgradeComand struct {
	One   [][]byte     `protobuf:"bytes,1,rep,name=one,proto3" json:"one,omitempty"`
	Two   []*ObjectID  `protobuf:"bytes,2,rep,name=two,proto3" json:"two,omitempty"`
	Three *ObjectID    `protobuf:"bytes,3,opt,name=three,proto3" json:"three,omitempty"`
	Four  *SuiArgument `protobuf:"bytes,4,opt,name=four,proto3" json:"four,omitempty"`
	// contains filtered or unexported fields
}

func (*UpgradeComand) Descriptor deprecated

func (*UpgradeComand) Descriptor() ([]byte, []int)

Deprecated: Use UpgradeComand.ProtoReflect.Descriptor instead.

func (*UpgradeComand) GetFour

func (x *UpgradeComand) GetFour() *SuiArgument

func (*UpgradeComand) GetOne

func (x *UpgradeComand) GetOne() [][]byte

func (*UpgradeComand) GetThree

func (x *UpgradeComand) GetThree() *ObjectID

func (*UpgradeComand) GetTwo

func (x *UpgradeComand) GetTwo() []*ObjectID

func (*UpgradeComand) ProtoMessage

func (*UpgradeComand) ProtoMessage()

func (*UpgradeComand) ProtoReflect

func (x *UpgradeComand) ProtoReflect() protoreflect.Message

func (*UpgradeComand) Reset

func (x *UpgradeComand) Reset()

func (*UpgradeComand) String

func (x *UpgradeComand) String() string

type UpgradeInfo

type UpgradeInfo struct {
	UpgradedId      *ObjectID `protobuf:"bytes,1,opt,name=upgraded_id,json=upgradedId,proto3" json:"upgraded_id,omitempty"`
	UpgradedVersion uint64    `protobuf:"varint,2,opt,name=upgraded_version,json=upgradedVersion,proto3" json:"upgraded_version,omitempty"`
	// contains filtered or unexported fields
}

func (*UpgradeInfo) Descriptor deprecated

func (*UpgradeInfo) Descriptor() ([]byte, []int)

Deprecated: Use UpgradeInfo.ProtoReflect.Descriptor instead.

func (*UpgradeInfo) GetUpgradedId

func (x *UpgradeInfo) GetUpgradedId() *ObjectID

func (*UpgradeInfo) GetUpgradedVersion

func (x *UpgradeInfo) GetUpgradedVersion() uint64

func (*UpgradeInfo) ProtoMessage

func (*UpgradeInfo) ProtoMessage()

func (*UpgradeInfo) ProtoReflect

func (x *UpgradeInfo) ProtoReflect() protoreflect.Message

func (*UpgradeInfo) Reset

func (x *UpgradeInfo) Reset()

func (*UpgradeInfo) String

func (x *UpgradeInfo) String() string

type Value

type Value struct {

	// Types that are assignable to Value:
	//
	//	*Value_Null
	//	*Value_Bool
	//	*Value_Number
	//	*Value_String_
	//	*Value_Array
	//	*Value_Object
	Value isValue_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*Value) Descriptor deprecated

func (*Value) Descriptor() ([]byte, []int)

Deprecated: Use Value.ProtoReflect.Descriptor instead.

func (*Value) GetArray

func (x *Value) GetArray() *ListOfValues

func (*Value) GetBool

func (x *Value) GetBool() bool

func (*Value) GetNull

func (x *Value) GetNull() *emptypb.Empty

func (*Value) GetNumber

func (x *Value) GetNumber() string

func (*Value) GetObject

func (x *Value) GetObject() *ValueMap

func (*Value) GetString_

func (x *Value) GetString_() string

func (*Value) GetValue

func (m *Value) GetValue() isValue_Value

func (*Value) ProtoMessage

func (*Value) ProtoMessage()

func (*Value) ProtoReflect

func (x *Value) ProtoReflect() protoreflect.Message

func (*Value) Reset

func (x *Value) Reset()

func (*Value) String

func (x *Value) String() string

type ValueMap

type ValueMap struct {
	Map map[string]*Value `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ValueMap) Descriptor deprecated

func (*ValueMap) Descriptor() ([]byte, []int)

Deprecated: Use ValueMap.ProtoReflect.Descriptor instead.

func (*ValueMap) GetMap

func (x *ValueMap) GetMap() map[string]*Value

func (*ValueMap) ProtoMessage

func (*ValueMap) ProtoMessage()

func (*ValueMap) ProtoReflect

func (x *ValueMap) ProtoReflect() protoreflect.Message

func (*ValueMap) Reset

func (x *ValueMap) Reset()

func (*ValueMap) String

func (x *ValueMap) String() string

type Value_Array

type Value_Array struct {
	Array *ListOfValues `protobuf:"bytes,5,opt,name=array,proto3,oneof"`
}

type Value_Bool

type Value_Bool struct {
	Bool bool `protobuf:"varint,2,opt,name=bool,proto3,oneof"`
}

type Value_Null

type Value_Null struct {
	Null *emptypb.Empty `protobuf:"bytes,1,opt,name=null,proto3,oneof"`
}

type Value_Number

type Value_Number struct {
	Number string `protobuf:"bytes,3,opt,name=number,proto3,oneof"`
}

type Value_Object

type Value_Object struct {
	Object *ValueMap `protobuf:"bytes,6,opt,name=object,proto3,oneof"`
}

type Value_String_

type Value_String_ struct {
	String_ string `protobuf:"bytes,4,opt,name=string,proto3,oneof"`
}

type VersionDigest

type VersionDigest struct {
	SequenceNumber uint64 `protobuf:"varint,1,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"`
	ObjectDigest   string `protobuf:"bytes,2,opt,name=object_digest,json=objectDigest,proto3" json:"object_digest,omitempty"`
	// contains filtered or unexported fields
}

func (*VersionDigest) Descriptor deprecated

func (*VersionDigest) Descriptor() ([]byte, []int)

Deprecated: Use VersionDigest.ProtoReflect.Descriptor instead.

func (*VersionDigest) GetObjectDigest

func (x *VersionDigest) GetObjectDigest() string

func (*VersionDigest) GetSequenceNumber

func (x *VersionDigest) GetSequenceNumber() uint64

func (*VersionDigest) ProtoMessage

func (*VersionDigest) ProtoMessage()

func (*VersionDigest) ProtoReflect

func (x *VersionDigest) ProtoReflect() protoreflect.Message

func (*VersionDigest) Reset

func (x *VersionDigest) Reset()

func (*VersionDigest) String

func (x *VersionDigest) String() string

type Wrapped

type Wrapped struct {
	Sender     string     `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"`
	ObjectType *StructTag `protobuf:"bytes,2,opt,name=object_type,json=objectType,proto3" json:"object_type,omitempty"`
	ObjectId   *ObjectID  `protobuf:"bytes,3,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	Version    uint64     `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*Wrapped) Descriptor deprecated

func (*Wrapped) Descriptor() ([]byte, []int)

Deprecated: Use Wrapped.ProtoReflect.Descriptor instead.

func (*Wrapped) GetObjectId

func (x *Wrapped) GetObjectId() *ObjectID

func (*Wrapped) GetObjectType

func (x *Wrapped) GetObjectType() *StructTag

func (*Wrapped) GetSender

func (x *Wrapped) GetSender() string

func (*Wrapped) GetVersion

func (x *Wrapped) GetVersion() uint64

func (*Wrapped) ProtoMessage

func (*Wrapped) ProtoMessage()

func (*Wrapped) ProtoReflect

func (x *Wrapped) ProtoReflect() protoreflect.Message

func (*Wrapped) Reset

func (x *Wrapped) Reset()

func (*Wrapped) String

func (x *Wrapped) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL