Documentation ¶
Index ¶
- Variables
- type AccessKey
- func (*AccessKey) Descriptor() ([]byte, []int)deprecated
- func (x *AccessKey) GetNonce() uint64
- func (x *AccessKey) GetPermission() *AccessKeyPermission
- func (*AccessKey) ProtoMessage()
- func (x *AccessKey) ProtoReflect() protoreflect.Message
- func (x *AccessKey) Reset()
- func (x *AccessKey) String() string
- type AccessKeyPermission
- func (*AccessKeyPermission) Descriptor() ([]byte, []int)deprecated
- func (x *AccessKeyPermission) GetFullAccess() *FullAccessPermission
- func (x *AccessKeyPermission) GetFunctionCall() *FunctionCallPermission
- func (m *AccessKeyPermission) GetPermission() isAccessKeyPermission_Permission
- func (*AccessKeyPermission) ProtoMessage()
- func (x *AccessKeyPermission) ProtoReflect() protoreflect.Message
- func (x *AccessKeyPermission) Reset()
- func (x *AccessKeyPermission) String() string
- type AccessKeyPermission_FullAccess
- type AccessKeyPermission_FunctionCall
- type Account
- func (*Account) Descriptor() ([]byte, []int)deprecated
- func (x *Account) GetAmount() *BigInt
- func (x *Account) GetCodeHash() *CryptoHash
- func (x *Account) GetLocked() *BigInt
- func (x *Account) GetStorageUsage() uint64
- func (*Account) ProtoMessage()
- func (x *Account) ProtoReflect() protoreflect.Message
- func (x *Account) Reset()
- func (x *Account) String() string
- type AccountAlreadyExistsErrorKind
- func (*AccountAlreadyExistsErrorKind) Descriptor() ([]byte, []int)deprecated
- func (x *AccountAlreadyExistsErrorKind) GetAccountId() string
- func (*AccountAlreadyExistsErrorKind) ProtoMessage()
- func (x *AccountAlreadyExistsErrorKind) ProtoReflect() protoreflect.Message
- func (x *AccountAlreadyExistsErrorKind) Reset()
- func (x *AccountAlreadyExistsErrorKind) String() string
- type AccountDoesNotExistErrorKind
- func (*AccountDoesNotExistErrorKind) Descriptor() ([]byte, []int)deprecated
- func (x *AccountDoesNotExistErrorKind) GetAccountId() string
- func (*AccountDoesNotExistErrorKind) ProtoMessage()
- func (x *AccountDoesNotExistErrorKind) ProtoReflect() protoreflect.Message
- func (x *AccountDoesNotExistErrorKind) Reset()
- func (x *AccountDoesNotExistErrorKind) String() string
- type Action
- func (*Action) Descriptor() ([]byte, []int)deprecated
- func (m *Action) GetAction() isAction_Action
- func (x *Action) GetAddKey() *AddKeyAction
- func (x *Action) GetCreateAccount() *CreateAccountAction
- func (x *Action) GetDeleteAccount() *DeleteAccountAction
- func (x *Action) GetDeleteKey() *DeleteKeyAction
- func (x *Action) GetDeployContract() *DeployContractAction
- func (x *Action) GetFunctionCall() *FunctionCallAction
- func (x *Action) GetStake() *StakeAction
- func (x *Action) GetTransfer() *TransferAction
- func (*Action) ProtoMessage()
- func (x *Action) ProtoReflect() protoreflect.Message
- func (x *Action) Reset()
- func (x *Action) String() string
- type ActionError
- func (*ActionError) Descriptor() ([]byte, []int)deprecated
- func (x *ActionError) GetAccountAlreadyExist() *AccountAlreadyExistsErrorKind
- func (x *ActionError) GetAccountDoesNotExist() *AccountDoesNotExistErrorKind
- func (x *ActionError) GetActorNoPermission() *ActorNoPermissionErrorKind
- func (x *ActionError) GetAddKeyAlreadyExists() *AddKeyAlreadyExistsErrorKind
- func (x *ActionError) GetCreateAccountNotAllowed() *CreateAccountNotAllowedErrorKind
- func (x *ActionError) GetCreateAccountOnlyByRegistrar() *CreateAccountOnlyByRegistrarErrorKind
- func (x *ActionError) GetDeleteAccountStaking() *DeleteAccountStakingErrorKind
- func (x *ActionError) GetDeleteAccountWithLargeState() *DeleteAccountWithLargeStateErrorKind
- func (x *ActionError) GetDeleteKeyDoesNotExist() *DeleteKeyDoesNotExistErrorKind
- func (x *ActionError) GetFunctionCall() *FunctionCallErrorKind
- func (x *ActionError) GetIndex() uint64
- func (x *ActionError) GetInsufficientStake() *InsufficientStakeErrorKind
- func (m *ActionError) GetKind() isActionError_Kind
- func (x *ActionError) GetLackBalanceForState() *LackBalanceForStateErrorKind
- func (x *ActionError) GetNewReceiptValidation() *NewReceiptValidationErrorKind
- func (x *ActionError) GetOnlyImplicitAccountCreationAllowed() *OnlyImplicitAccountCreationAllowedErrorKind
- func (x *ActionError) GetTriesToStake() *TriesToStakeErrorKind
- func (x *ActionError) GetTriesToUnstake() *TriesToUnstakeErrorKind
- func (*ActionError) ProtoMessage()
- func (x *ActionError) ProtoReflect() protoreflect.Message
- func (x *ActionError) Reset()
- func (x *ActionError) String() string
- type ActionError_AccountAlreadyExist
- type ActionError_AccountDoesNotExist
- type ActionError_ActorNoPermission
- type ActionError_AddKeyAlreadyExists
- type ActionError_CreateAccountNotAllowed
- type ActionError_CreateAccountOnlyByRegistrar
- type ActionError_DeleteAccountStaking
- type ActionError_DeleteAccountWithLargeState
- type ActionError_DeleteKeyDoesNotExist
- type ActionError_FunctionCall
- type ActionError_InsufficientStake
- type ActionError_LackBalanceForState
- type ActionError_NewReceiptValidation
- type ActionError_OnlyImplicitAccountCreationAllowed
- type ActionError_TriesToStake
- type ActionError_TriesToUnstake
- type Action_AddKey
- type Action_CreateAccount
- type Action_DeleteAccount
- type Action_DeleteKey
- type Action_DeployContract
- type Action_FunctionCall
- type Action_Stake
- type Action_Transfer
- type ActorNoPermissionErrorKind
- func (*ActorNoPermissionErrorKind) Descriptor() ([]byte, []int)deprecated
- func (x *ActorNoPermissionErrorKind) GetAccountId() string
- func (x *ActorNoPermissionErrorKind) GetActorId() string
- func (*ActorNoPermissionErrorKind) ProtoMessage()
- func (x *ActorNoPermissionErrorKind) ProtoReflect() protoreflect.Message
- func (x *ActorNoPermissionErrorKind) Reset()
- func (x *ActorNoPermissionErrorKind) String() string
- type AddKeyAction
- func (*AddKeyAction) Descriptor() ([]byte, []int)deprecated
- func (x *AddKeyAction) GetAccessKey() *AccessKey
- func (x *AddKeyAction) GetPublicKey() *PublicKey
- func (*AddKeyAction) ProtoMessage()
- func (x *AddKeyAction) ProtoReflect() protoreflect.Message
- func (x *AddKeyAction) Reset()
- func (x *AddKeyAction) String() string
- type AddKeyAlreadyExistsErrorKind
- func (*AddKeyAlreadyExistsErrorKind) Descriptor() ([]byte, []int)deprecated
- func (x *AddKeyAlreadyExistsErrorKind) GetAccountId() string
- func (x *AddKeyAlreadyExistsErrorKind) GetPublicKey() *PublicKey
- func (*AddKeyAlreadyExistsErrorKind) ProtoMessage()
- func (x *AddKeyAlreadyExistsErrorKind) ProtoReflect() protoreflect.Message
- func (x *AddKeyAlreadyExistsErrorKind) Reset()
- func (x *AddKeyAlreadyExistsErrorKind) String() string
- type BigInt
- type Block
- func (*Block) Descriptor() ([]byte, []int)deprecated
- func (x *Block) GetAuthor() string
- func (x *Block) GetChunkHeaders() []*ChunkHeader
- func (b *Block) GetFirehoseBlockID() string
- func (b *Block) GetFirehoseBlockLIBNum() uint64
- func (b *Block) GetFirehoseBlockNumber() uint64
- func (b *Block) GetFirehoseBlockParentID() string
- func (b *Block) GetFirehoseBlockTime() time.Time
- func (x *Block) GetHeader() *BlockHeader
- func (x *Block) GetShards() []*IndexerShard
- func (x *Block) GetStateChanges() []*StateChangeWithCause
- func (x *Block) ID() string
- func (x *Block) LIBNum() uint64
- func (x *Block) Num() uint64
- func (x *Block) PreviousID() string
- func (*Block) ProtoMessage()
- func (x *Block) ProtoReflect() protoreflect.Message
- func (x *Block) Reset()
- func (x *Block) String() string
- func (x *Block) Time() time.Time
- func (b *Block) ToBstreamBlock() (*bstream.Block, error)
- type BlockHeader
- func (*BlockHeader) Descriptor() ([]byte, []int)deprecated
- func (x *BlockHeader) GetApprovals() []*Signature
- func (x *BlockHeader) GetBlockMerkleRoot() *CryptoHash
- func (x *BlockHeader) GetBlockOrdinal() uint64
- func (x *BlockHeader) GetChallengesResult() []*SlashedValidator
- func (x *BlockHeader) GetChallengesRoot() *CryptoHash
- func (x *BlockHeader) GetChunkHeadersRoot() *CryptoHash
- func (x *BlockHeader) GetChunkMask() []bool
- func (x *BlockHeader) GetChunkReceiptsRoot() *CryptoHash
- func (x *BlockHeader) GetChunkTxRoot() *CryptoHash
- func (x *BlockHeader) GetChunksIncluded() uint64
- func (x *BlockHeader) GetEpochId() *CryptoHash
- func (x *BlockHeader) GetEpochSyncDataHash() []byte
- func (x *BlockHeader) GetGasPrice() *BigInt
- func (x *BlockHeader) GetHash() *CryptoHash
- func (x *BlockHeader) GetHeight() uint64
- func (x *BlockHeader) GetLastDsFinalBlock() *CryptoHash
- func (x *BlockHeader) GetLastDsFinalBlockHeight() uint64
- func (x *BlockHeader) GetLastFinalBlock() *CryptoHash
- func (x *BlockHeader) GetLastFinalBlockHeight() uint64
- func (x *BlockHeader) GetLatestProtocolVersion() uint32
- func (x *BlockHeader) GetNextBpHash() *CryptoHash
- func (x *BlockHeader) GetNextEpochId() *CryptoHash
- func (x *BlockHeader) GetOutcomeRoot() *CryptoHash
- func (x *BlockHeader) GetPrevHash() *CryptoHash
- func (x *BlockHeader) GetPrevHeight() uint64
- func (x *BlockHeader) GetPrevStateRoot() *CryptoHash
- func (x *BlockHeader) GetRandomValue() *CryptoHash
- func (x *BlockHeader) GetSignature() *Signature
- func (x *BlockHeader) GetTimestamp() uint64
- func (x *BlockHeader) GetTimestampNanosec() uint64
- func (x *BlockHeader) GetTotalSupply() *BigInt
- func (x *BlockHeader) GetValidatorProposals() []*ValidatorStake
- func (*BlockHeader) ProtoMessage()
- func (x *BlockHeader) ProtoReflect() protoreflect.Message
- func (x *BlockHeader) Reset()
- func (x *BlockHeader) String() string
- type ChunkHeader
- func (*ChunkHeader) Descriptor() ([]byte, []int)deprecated
- func (x *ChunkHeader) GetBalanceBurnt() *BigInt
- func (x *ChunkHeader) GetChunkHash() []byte
- func (x *ChunkHeader) GetEncodedLength() uint64
- func (x *ChunkHeader) GetEncodedMerkleRoot() []byte
- func (x *ChunkHeader) GetGasLimit() uint64
- func (x *ChunkHeader) GetGasUsed() uint64
- func (x *ChunkHeader) GetHeightCreated() uint64
- func (x *ChunkHeader) GetHeightIncluded() uint64
- func (x *ChunkHeader) GetOutcomeRoot() []byte
- func (x *ChunkHeader) GetOutgoingReceiptsRoot() []byte
- func (x *ChunkHeader) GetPrevBlockHash() []byte
- func (x *ChunkHeader) GetPrevStateRoot() []byte
- func (x *ChunkHeader) GetShardId() uint64
- func (x *ChunkHeader) GetSignature() *Signature
- func (x *ChunkHeader) GetTxRoot() []byte
- func (x *ChunkHeader) GetValidatorProposals() []*ValidatorStake
- func (x *ChunkHeader) GetValidatorReward() *BigInt
- func (*ChunkHeader) ProtoMessage()
- func (x *ChunkHeader) ProtoReflect() protoreflect.Message
- func (x *ChunkHeader) Reset()
- func (x *ChunkHeader) String() string
- type CreateAccountAction
- type CreateAccountNotAllowedErrorKind
- func (*CreateAccountNotAllowedErrorKind) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAccountNotAllowedErrorKind) GetAccountId() string
- func (x *CreateAccountNotAllowedErrorKind) GetPredecessorId() string
- func (*CreateAccountNotAllowedErrorKind) ProtoMessage()
- func (x *CreateAccountNotAllowedErrorKind) ProtoReflect() protoreflect.Message
- func (x *CreateAccountNotAllowedErrorKind) Reset()
- func (x *CreateAccountNotAllowedErrorKind) String() string
- type CreateAccountOnlyByRegistrarErrorKind
- func (*CreateAccountOnlyByRegistrarErrorKind) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAccountOnlyByRegistrarErrorKind) GetAccountId() string
- func (x *CreateAccountOnlyByRegistrarErrorKind) GetPredecessorId() string
- func (x *CreateAccountOnlyByRegistrarErrorKind) GetRegistrarAccountId() string
- func (*CreateAccountOnlyByRegistrarErrorKind) ProtoMessage()
- func (x *CreateAccountOnlyByRegistrarErrorKind) ProtoReflect() protoreflect.Message
- func (x *CreateAccountOnlyByRegistrarErrorKind) Reset()
- func (x *CreateAccountOnlyByRegistrarErrorKind) String() string
- type CryptoHash
- func (x *CryptoHash) AsBase58String() string
- func (x *CryptoHash) AsString() string
- func (*CryptoHash) Descriptor() ([]byte, []int)deprecated
- func (x *CryptoHash) GetBytes() []byte
- func (*CryptoHash) ProtoMessage()
- func (x *CryptoHash) ProtoReflect() protoreflect.Message
- func (x *CryptoHash) Reset()
- func (x *CryptoHash) String() string
- type CurveKind
- type DataReceiver
- func (*DataReceiver) Descriptor() ([]byte, []int)deprecated
- func (x *DataReceiver) GetDataId() *CryptoHash
- func (x *DataReceiver) GetReceiverId() string
- func (*DataReceiver) ProtoMessage()
- func (x *DataReceiver) ProtoReflect() protoreflect.Message
- func (x *DataReceiver) Reset()
- func (x *DataReceiver) String() string
- type DeleteAccountAction
- func (*DeleteAccountAction) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAccountAction) GetBeneficiaryId() string
- func (*DeleteAccountAction) ProtoMessage()
- func (x *DeleteAccountAction) ProtoReflect() protoreflect.Message
- func (x *DeleteAccountAction) Reset()
- func (x *DeleteAccountAction) String() string
- type DeleteAccountStakingErrorKind
- func (*DeleteAccountStakingErrorKind) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAccountStakingErrorKind) GetAccountId() string
- func (*DeleteAccountStakingErrorKind) ProtoMessage()
- func (x *DeleteAccountStakingErrorKind) ProtoReflect() protoreflect.Message
- func (x *DeleteAccountStakingErrorKind) Reset()
- func (x *DeleteAccountStakingErrorKind) String() string
- type DeleteAccountWithLargeStateErrorKind
- func (*DeleteAccountWithLargeStateErrorKind) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAccountWithLargeStateErrorKind) GetAccountId() string
- func (*DeleteAccountWithLargeStateErrorKind) ProtoMessage()
- func (x *DeleteAccountWithLargeStateErrorKind) ProtoReflect() protoreflect.Message
- func (x *DeleteAccountWithLargeStateErrorKind) Reset()
- func (x *DeleteAccountWithLargeStateErrorKind) String() string
- type DeleteKeyAction
- type DeleteKeyDoesNotExistErrorKind
- func (*DeleteKeyDoesNotExistErrorKind) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteKeyDoesNotExistErrorKind) GetAccountId() string
- func (x *DeleteKeyDoesNotExistErrorKind) GetPublicKey() *PublicKey
- func (*DeleteKeyDoesNotExistErrorKind) ProtoMessage()
- func (x *DeleteKeyDoesNotExistErrorKind) ProtoReflect() protoreflect.Message
- func (x *DeleteKeyDoesNotExistErrorKind) Reset()
- func (x *DeleteKeyDoesNotExistErrorKind) String() string
- type DeployContractAction
- func (*DeployContractAction) Descriptor() ([]byte, []int)deprecated
- func (x *DeployContractAction) GetCode() []byte
- func (*DeployContractAction) ProtoMessage()
- func (x *DeployContractAction) ProtoReflect() protoreflect.Message
- func (x *DeployContractAction) Reset()
- func (x *DeployContractAction) String() string
- type Direction
- type ExecutionMetadata
- func (ExecutionMetadata) Descriptor() protoreflect.EnumDescriptor
- func (x ExecutionMetadata) Enum() *ExecutionMetadata
- func (ExecutionMetadata) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExecutionMetadata) Number() protoreflect.EnumNumber
- func (x ExecutionMetadata) String() string
- func (ExecutionMetadata) Type() protoreflect.EnumType
- type ExecutionOutcome
- func (*ExecutionOutcome) Descriptor() ([]byte, []int)deprecated
- func (x *ExecutionOutcome) GetExecutorId() string
- func (x *ExecutionOutcome) GetFailure() *FailureExecutionStatus
- func (x *ExecutionOutcome) GetGasBurnt() uint64
- func (x *ExecutionOutcome) GetLogs() []string
- func (x *ExecutionOutcome) GetMetadata() ExecutionMetadata
- func (x *ExecutionOutcome) GetReceiptIds() []*CryptoHash
- func (m *ExecutionOutcome) GetStatus() isExecutionOutcome_Status
- func (x *ExecutionOutcome) GetSuccessReceiptId() *SuccessReceiptIdExecutionStatus
- func (x *ExecutionOutcome) GetSuccessValue() *SuccessValueExecutionStatus
- func (x *ExecutionOutcome) GetTokensBurnt() *BigInt
- func (x *ExecutionOutcome) GetUnknown() *UnknownExecutionStatus
- func (*ExecutionOutcome) ProtoMessage()
- func (x *ExecutionOutcome) ProtoReflect() protoreflect.Message
- func (x *ExecutionOutcome) Reset()
- func (x *ExecutionOutcome) String() string
- type ExecutionOutcomeWithId
- func (*ExecutionOutcomeWithId) Descriptor() ([]byte, []int)deprecated
- func (x *ExecutionOutcomeWithId) GetBlockHash() *CryptoHash
- func (x *ExecutionOutcomeWithId) GetId() *CryptoHash
- func (x *ExecutionOutcomeWithId) GetOutcome() *ExecutionOutcome
- func (x *ExecutionOutcomeWithId) GetProof() *MerklePath
- func (*ExecutionOutcomeWithId) ProtoMessage()
- func (x *ExecutionOutcomeWithId) ProtoReflect() protoreflect.Message
- func (x *ExecutionOutcomeWithId) Reset()
- func (x *ExecutionOutcomeWithId) String() string
- type ExecutionOutcome_Failure
- type ExecutionOutcome_SuccessReceiptId
- type ExecutionOutcome_SuccessValue
- type ExecutionOutcome_Unknown
- type FailureExecutionStatus
- func (*FailureExecutionStatus) Descriptor() ([]byte, []int)deprecated
- func (x *FailureExecutionStatus) GetActionError() *ActionError
- func (m *FailureExecutionStatus) GetFailure() isFailureExecutionStatus_Failure
- func (x *FailureExecutionStatus) GetInvalidTxError() InvalidTxError
- func (*FailureExecutionStatus) ProtoMessage()
- func (x *FailureExecutionStatus) ProtoReflect() protoreflect.Message
- func (x *FailureExecutionStatus) Reset()
- func (x *FailureExecutionStatus) String() string
- type FailureExecutionStatus_ActionError
- type FailureExecutionStatus_InvalidTxError
- type FullAccessPermission
- type FunctionCallAction
- func (*FunctionCallAction) Descriptor() ([]byte, []int)deprecated
- func (x *FunctionCallAction) GetArgs() []byte
- func (x *FunctionCallAction) GetDeposit() *BigInt
- func (x *FunctionCallAction) GetGas() uint64
- func (x *FunctionCallAction) GetMethodName() string
- func (*FunctionCallAction) ProtoMessage()
- func (x *FunctionCallAction) ProtoReflect() protoreflect.Message
- func (x *FunctionCallAction) Reset()
- func (x *FunctionCallAction) String() string
- type FunctionCallErrorKind
- func (*FunctionCallErrorKind) Descriptor() ([]byte, []int)deprecated
- func (x *FunctionCallErrorKind) GetError() FunctionCallErrorSer
- func (*FunctionCallErrorKind) ProtoMessage()
- func (x *FunctionCallErrorKind) ProtoReflect() protoreflect.Message
- func (x *FunctionCallErrorKind) Reset()
- func (x *FunctionCallErrorKind) String() string
- type FunctionCallErrorSer
- func (FunctionCallErrorSer) Descriptor() protoreflect.EnumDescriptor
- func (x FunctionCallErrorSer) Enum() *FunctionCallErrorSer
- func (FunctionCallErrorSer) EnumDescriptor() ([]byte, []int)deprecated
- func (x FunctionCallErrorSer) Number() protoreflect.EnumNumber
- func (x FunctionCallErrorSer) String() string
- func (FunctionCallErrorSer) Type() protoreflect.EnumType
- type FunctionCallPermission
- func (*FunctionCallPermission) Descriptor() ([]byte, []int)deprecated
- func (x *FunctionCallPermission) GetAllowance() *BigInt
- func (x *FunctionCallPermission) GetMethodNames() []string
- func (x *FunctionCallPermission) GetReceiverId() string
- func (*FunctionCallPermission) ProtoMessage()
- func (x *FunctionCallPermission) ProtoReflect() protoreflect.Message
- func (x *FunctionCallPermission) Reset()
- func (x *FunctionCallPermission) String() string
- type HeaderOnlyBlock
- type IndexerChunk
- func (*IndexerChunk) Descriptor() ([]byte, []int)deprecated
- func (x *IndexerChunk) GetAuthor() string
- func (x *IndexerChunk) GetHeader() *ChunkHeader
- func (x *IndexerChunk) GetReceipts() []*Receipt
- func (x *IndexerChunk) GetTransactions() []*IndexerTransactionWithOutcome
- func (*IndexerChunk) ProtoMessage()
- func (x *IndexerChunk) ProtoReflect() protoreflect.Message
- func (x *IndexerChunk) Reset()
- func (x *IndexerChunk) String() string
- type IndexerExecutionOutcomeWithOptionalReceipt
- func (*IndexerExecutionOutcomeWithOptionalReceipt) Descriptor() ([]byte, []int)deprecated
- func (x *IndexerExecutionOutcomeWithOptionalReceipt) GetExecutionOutcome() *ExecutionOutcomeWithId
- func (x *IndexerExecutionOutcomeWithOptionalReceipt) GetReceipt() *Receipt
- func (*IndexerExecutionOutcomeWithOptionalReceipt) ProtoMessage()
- func (x *IndexerExecutionOutcomeWithOptionalReceipt) ProtoReflect() protoreflect.Message
- func (x *IndexerExecutionOutcomeWithOptionalReceipt) Reset()
- func (x *IndexerExecutionOutcomeWithOptionalReceipt) String() string
- type IndexerExecutionOutcomeWithReceipt
- func (*IndexerExecutionOutcomeWithReceipt) Descriptor() ([]byte, []int)deprecated
- func (x *IndexerExecutionOutcomeWithReceipt) GetExecutionOutcome() *ExecutionOutcomeWithId
- func (x *IndexerExecutionOutcomeWithReceipt) GetReceipt() *Receipt
- func (*IndexerExecutionOutcomeWithReceipt) ProtoMessage()
- func (x *IndexerExecutionOutcomeWithReceipt) ProtoReflect() protoreflect.Message
- func (x *IndexerExecutionOutcomeWithReceipt) Reset()
- func (x *IndexerExecutionOutcomeWithReceipt) String() string
- type IndexerShard
- func (*IndexerShard) Descriptor() ([]byte, []int)deprecated
- func (x *IndexerShard) GetChunk() *IndexerChunk
- func (x *IndexerShard) GetReceiptExecutionOutcomes() []*IndexerExecutionOutcomeWithReceipt
- func (x *IndexerShard) GetShardId() uint64
- func (*IndexerShard) ProtoMessage()
- func (x *IndexerShard) ProtoReflect() protoreflect.Message
- func (x *IndexerShard) Reset()
- func (x *IndexerShard) String() string
- type IndexerTransactionWithOutcome
- func (*IndexerTransactionWithOutcome) Descriptor() ([]byte, []int)deprecated
- func (x *IndexerTransactionWithOutcome) GetOutcome() *IndexerExecutionOutcomeWithOptionalReceipt
- func (x *IndexerTransactionWithOutcome) GetTransaction() *SignedTransaction
- func (*IndexerTransactionWithOutcome) ProtoMessage()
- func (x *IndexerTransactionWithOutcome) ProtoReflect() protoreflect.Message
- func (x *IndexerTransactionWithOutcome) Reset()
- func (x *IndexerTransactionWithOutcome) String() string
- type InsufficientStakeErrorKind
- func (*InsufficientStakeErrorKind) Descriptor() ([]byte, []int)deprecated
- func (x *InsufficientStakeErrorKind) GetAccountId() string
- func (x *InsufficientStakeErrorKind) GetMinimumStake() *BigInt
- func (x *InsufficientStakeErrorKind) GetStake() *BigInt
- func (*InsufficientStakeErrorKind) ProtoMessage()
- func (x *InsufficientStakeErrorKind) ProtoReflect() protoreflect.Message
- func (x *InsufficientStakeErrorKind) Reset()
- func (x *InsufficientStakeErrorKind) String() string
- type InvalidTxError
- func (InvalidTxError) Descriptor() protoreflect.EnumDescriptor
- func (x InvalidTxError) Enum() *InvalidTxError
- func (InvalidTxError) EnumDescriptor() ([]byte, []int)deprecated
- func (x InvalidTxError) Number() protoreflect.EnumNumber
- func (x InvalidTxError) String() string
- func (InvalidTxError) Type() protoreflect.EnumType
- type LackBalanceForStateErrorKind
- func (*LackBalanceForStateErrorKind) Descriptor() ([]byte, []int)deprecated
- func (x *LackBalanceForStateErrorKind) GetAccountId() string
- func (x *LackBalanceForStateErrorKind) GetBalance() *BigInt
- func (*LackBalanceForStateErrorKind) ProtoMessage()
- func (x *LackBalanceForStateErrorKind) ProtoReflect() protoreflect.Message
- func (x *LackBalanceForStateErrorKind) Reset()
- func (x *LackBalanceForStateErrorKind) String() string
- type MerklePath
- type MerklePathItem
- func (*MerklePathItem) Descriptor() ([]byte, []int)deprecated
- func (x *MerklePathItem) GetDirection() Direction
- func (x *MerklePathItem) GetHash() *CryptoHash
- func (*MerklePathItem) ProtoMessage()
- func (x *MerklePathItem) ProtoReflect() protoreflect.Message
- func (x *MerklePathItem) Reset()
- func (x *MerklePathItem) String() string
- type NewReceiptValidationErrorKind
- func (*NewReceiptValidationErrorKind) Descriptor() ([]byte, []int)deprecated
- func (x *NewReceiptValidationErrorKind) GetError() ReceiptValidationError
- func (*NewReceiptValidationErrorKind) ProtoMessage()
- func (x *NewReceiptValidationErrorKind) ProtoReflect() protoreflect.Message
- func (x *NewReceiptValidationErrorKind) Reset()
- func (x *NewReceiptValidationErrorKind) String() string
- type OnlyImplicitAccountCreationAllowedErrorKind
- func (*OnlyImplicitAccountCreationAllowedErrorKind) Descriptor() ([]byte, []int)deprecated
- func (x *OnlyImplicitAccountCreationAllowedErrorKind) GetAccountId() string
- func (*OnlyImplicitAccountCreationAllowedErrorKind) ProtoMessage()
- func (x *OnlyImplicitAccountCreationAllowedErrorKind) ProtoReflect() protoreflect.Message
- func (x *OnlyImplicitAccountCreationAllowedErrorKind) Reset()
- func (x *OnlyImplicitAccountCreationAllowedErrorKind) String() string
- type PublicKey
- type Receipt
- func (*Receipt) Descriptor() ([]byte, []int)deprecated
- func (x *Receipt) GetAction() *ReceiptAction
- func (x *Receipt) GetData() *ReceiptData
- func (x *Receipt) GetPredecessorId() string
- func (m *Receipt) GetReceipt() isReceipt_Receipt
- func (x *Receipt) GetReceiptId() *CryptoHash
- func (x *Receipt) GetReceiverId() string
- func (*Receipt) ProtoMessage()
- func (x *Receipt) ProtoReflect() protoreflect.Message
- func (x *Receipt) Reset()
- func (x *Receipt) String() string
- type ReceiptAction
- func (*ReceiptAction) Descriptor() ([]byte, []int)deprecated
- func (x *ReceiptAction) GetActions() []*Action
- func (x *ReceiptAction) GetGasPrice() *BigInt
- func (x *ReceiptAction) GetInputDataIds() []*CryptoHash
- func (x *ReceiptAction) GetOutputDataReceivers() []*DataReceiver
- func (x *ReceiptAction) GetSignerId() string
- func (x *ReceiptAction) GetSignerPublicKey() *PublicKey
- func (*ReceiptAction) ProtoMessage()
- func (x *ReceiptAction) ProtoReflect() protoreflect.Message
- func (x *ReceiptAction) Reset()
- func (x *ReceiptAction) String() string
- type ReceiptData
- func (*ReceiptData) Descriptor() ([]byte, []int)deprecated
- func (x *ReceiptData) GetData() []byte
- func (x *ReceiptData) GetDataId() *CryptoHash
- func (*ReceiptData) ProtoMessage()
- func (x *ReceiptData) ProtoReflect() protoreflect.Message
- func (x *ReceiptData) Reset()
- func (x *ReceiptData) String() string
- type ReceiptValidationError
- func (ReceiptValidationError) Descriptor() protoreflect.EnumDescriptor
- func (x ReceiptValidationError) Enum() *ReceiptValidationError
- func (ReceiptValidationError) EnumDescriptor() ([]byte, []int)deprecated
- func (x ReceiptValidationError) Number() protoreflect.EnumNumber
- func (x ReceiptValidationError) String() string
- func (ReceiptValidationError) Type() protoreflect.EnumType
- type Receipt_Action
- type Receipt_Data
- type Signature
- type SignedTransaction
- func (*SignedTransaction) Descriptor() ([]byte, []int)deprecated
- func (x *SignedTransaction) GetActions() []*Action
- func (x *SignedTransaction) GetHash() *CryptoHash
- func (x *SignedTransaction) GetNonce() uint64
- func (x *SignedTransaction) GetPublicKey() *PublicKey
- func (x *SignedTransaction) GetReceiverId() string
- func (x *SignedTransaction) GetSignature() *Signature
- func (x *SignedTransaction) GetSignerId() string
- func (*SignedTransaction) ProtoMessage()
- func (x *SignedTransaction) ProtoReflect() protoreflect.Message
- func (x *SignedTransaction) Reset()
- func (x *SignedTransaction) String() string
- type SlashedValidator
- func (*SlashedValidator) Descriptor() ([]byte, []int)deprecated
- func (x *SlashedValidator) GetAccountId() string
- func (x *SlashedValidator) GetIsDoubleSign() bool
- func (*SlashedValidator) ProtoMessage()
- func (x *SlashedValidator) ProtoReflect() protoreflect.Message
- func (x *SlashedValidator) Reset()
- func (x *SlashedValidator) String() string
- type StakeAction
- func (*StakeAction) Descriptor() ([]byte, []int)deprecated
- func (x *StakeAction) GetPublicKey() *PublicKey
- func (x *StakeAction) GetStake() *BigInt
- func (*StakeAction) ProtoMessage()
- func (x *StakeAction) ProtoReflect() protoreflect.Message
- func (x *StakeAction) Reset()
- func (x *StakeAction) String() string
- type StateChangeCause
- func (*StateChangeCause) Descriptor() ([]byte, []int)deprecated
- func (x *StateChangeCause) GetActionReceiptGasReward() *StateChangeCause_ActionReceiptGasReward
- func (x *StateChangeCause) GetActionReceiptProcessingStarted() *StateChangeCause_ActionReceiptProcessingStarted
- func (m *StateChangeCause) GetCause() isStateChangeCause_Cause
- func (x *StateChangeCause) GetInitialState() *StateChangeCause_InitialState
- func (x *StateChangeCause) GetMigration() *StateChangeCause_Migration
- func (x *StateChangeCause) GetNotWritableToDisk() *StateChangeCause_NotWritableToDisk
- func (x *StateChangeCause) GetPostponedReceipt() *StateChangeCause_PostponedReceipt
- func (x *StateChangeCause) GetReceiptProcessing() *StateChangeCause_ReceiptProcessing
- func (x *StateChangeCause) GetTransactionProcessing() *StateChangeCause_TransactionProcessing
- func (x *StateChangeCause) GetUpdatedDelayedReceipts() *StateChangeCause_UpdatedDelayedReceipts
- func (x *StateChangeCause) GetValidatorAccountsUpdate() *StateChangeCause_ValidatorAccountsUpdate
- func (*StateChangeCause) ProtoMessage()
- func (x *StateChangeCause) ProtoReflect() protoreflect.Message
- func (x *StateChangeCause) Reset()
- func (x *StateChangeCause) String() string
- type StateChangeCause_ActionReceiptGasReward
- func (*StateChangeCause_ActionReceiptGasReward) Descriptor() ([]byte, []int)deprecated
- func (x *StateChangeCause_ActionReceiptGasReward) GetTxHash() *CryptoHash
- func (*StateChangeCause_ActionReceiptGasReward) ProtoMessage()
- func (x *StateChangeCause_ActionReceiptGasReward) ProtoReflect() protoreflect.Message
- func (x *StateChangeCause_ActionReceiptGasReward) Reset()
- func (x *StateChangeCause_ActionReceiptGasReward) String() string
- type StateChangeCause_ActionReceiptGasReward_
- type StateChangeCause_ActionReceiptProcessingStarted
- func (*StateChangeCause_ActionReceiptProcessingStarted) Descriptor() ([]byte, []int)deprecated
- func (x *StateChangeCause_ActionReceiptProcessingStarted) GetReceiptHash() *CryptoHash
- func (*StateChangeCause_ActionReceiptProcessingStarted) ProtoMessage()
- func (x *StateChangeCause_ActionReceiptProcessingStarted) ProtoReflect() protoreflect.Message
- func (x *StateChangeCause_ActionReceiptProcessingStarted) Reset()
- func (x *StateChangeCause_ActionReceiptProcessingStarted) String() string
- type StateChangeCause_ActionReceiptProcessingStarted_
- type StateChangeCause_InitialState
- func (*StateChangeCause_InitialState) Descriptor() ([]byte, []int)deprecated
- func (*StateChangeCause_InitialState) ProtoMessage()
- func (x *StateChangeCause_InitialState) ProtoReflect() protoreflect.Message
- func (x *StateChangeCause_InitialState) Reset()
- func (x *StateChangeCause_InitialState) String() string
- type StateChangeCause_InitialState_
- type StateChangeCause_Migration
- type StateChangeCause_Migration_
- type StateChangeCause_NotWritableToDisk
- func (*StateChangeCause_NotWritableToDisk) Descriptor() ([]byte, []int)deprecated
- func (*StateChangeCause_NotWritableToDisk) ProtoMessage()
- func (x *StateChangeCause_NotWritableToDisk) ProtoReflect() protoreflect.Message
- func (x *StateChangeCause_NotWritableToDisk) Reset()
- func (x *StateChangeCause_NotWritableToDisk) String() string
- type StateChangeCause_NotWritableToDisk_
- type StateChangeCause_PostponedReceipt
- func (*StateChangeCause_PostponedReceipt) Descriptor() ([]byte, []int)deprecated
- func (x *StateChangeCause_PostponedReceipt) GetTxHash() *CryptoHash
- func (*StateChangeCause_PostponedReceipt) ProtoMessage()
- func (x *StateChangeCause_PostponedReceipt) ProtoReflect() protoreflect.Message
- func (x *StateChangeCause_PostponedReceipt) Reset()
- func (x *StateChangeCause_PostponedReceipt) String() string
- type StateChangeCause_PostponedReceipt_
- type StateChangeCause_ReceiptProcessing
- func (*StateChangeCause_ReceiptProcessing) Descriptor() ([]byte, []int)deprecated
- func (x *StateChangeCause_ReceiptProcessing) GetTxHash() *CryptoHash
- func (*StateChangeCause_ReceiptProcessing) ProtoMessage()
- func (x *StateChangeCause_ReceiptProcessing) ProtoReflect() protoreflect.Message
- func (x *StateChangeCause_ReceiptProcessing) Reset()
- func (x *StateChangeCause_ReceiptProcessing) String() string
- type StateChangeCause_ReceiptProcessing_
- type StateChangeCause_TransactionProcessing
- func (*StateChangeCause_TransactionProcessing) Descriptor() ([]byte, []int)deprecated
- func (x *StateChangeCause_TransactionProcessing) GetTxHash() *CryptoHash
- func (*StateChangeCause_TransactionProcessing) ProtoMessage()
- func (x *StateChangeCause_TransactionProcessing) ProtoReflect() protoreflect.Message
- func (x *StateChangeCause_TransactionProcessing) Reset()
- func (x *StateChangeCause_TransactionProcessing) String() string
- type StateChangeCause_TransactionProcessing_
- type StateChangeCause_UpdatedDelayedReceipts
- func (*StateChangeCause_UpdatedDelayedReceipts) Descriptor() ([]byte, []int)deprecated
- func (*StateChangeCause_UpdatedDelayedReceipts) ProtoMessage()
- func (x *StateChangeCause_UpdatedDelayedReceipts) ProtoReflect() protoreflect.Message
- func (x *StateChangeCause_UpdatedDelayedReceipts) Reset()
- func (x *StateChangeCause_UpdatedDelayedReceipts) String() string
- type StateChangeCause_UpdatedDelayedReceipts_
- type StateChangeCause_ValidatorAccountsUpdate
- func (*StateChangeCause_ValidatorAccountsUpdate) Descriptor() ([]byte, []int)deprecated
- func (*StateChangeCause_ValidatorAccountsUpdate) ProtoMessage()
- func (x *StateChangeCause_ValidatorAccountsUpdate) ProtoReflect() protoreflect.Message
- func (x *StateChangeCause_ValidatorAccountsUpdate) Reset()
- func (x *StateChangeCause_ValidatorAccountsUpdate) String() string
- type StateChangeCause_ValidatorAccountsUpdate_
- type StateChangeValue
- func (*StateChangeValue) Descriptor() ([]byte, []int)deprecated
- func (x *StateChangeValue) GetAccessKeyDeletion() *StateChangeValue_AccessKeyDeletion
- func (x *StateChangeValue) GetAccessKeyUpdate() *StateChangeValue_AccessKeyUpdate
- func (x *StateChangeValue) GetAccountDeletion() *StateChangeValue_AccountDeletion
- func (x *StateChangeValue) GetAccountUpdate() *StateChangeValue_AccountUpdate
- func (x *StateChangeValue) GetContractCodeUpdate() *StateChangeValue_ContractCodeUpdate
- func (x *StateChangeValue) GetContractDeletion() *StateChangeValue_ContractCodeDeletion
- func (x *StateChangeValue) GetDataDeletion() *StateChangeValue_DataDeletion
- func (x *StateChangeValue) GetDataUpdate() *StateChangeValue_DataUpdate
- func (m *StateChangeValue) GetValue() isStateChangeValue_Value
- func (*StateChangeValue) ProtoMessage()
- func (x *StateChangeValue) ProtoReflect() protoreflect.Message
- func (x *StateChangeValue) Reset()
- func (x *StateChangeValue) String() string
- type StateChangeValue_AccessKeyDeletion
- func (*StateChangeValue_AccessKeyDeletion) Descriptor() ([]byte, []int)deprecated
- func (x *StateChangeValue_AccessKeyDeletion) GetAccountId() string
- func (x *StateChangeValue_AccessKeyDeletion) GetPublicKey() *PublicKey
- func (*StateChangeValue_AccessKeyDeletion) ProtoMessage()
- func (x *StateChangeValue_AccessKeyDeletion) ProtoReflect() protoreflect.Message
- func (x *StateChangeValue_AccessKeyDeletion) Reset()
- func (x *StateChangeValue_AccessKeyDeletion) String() string
- type StateChangeValue_AccessKeyDeletion_
- type StateChangeValue_AccessKeyUpdate
- func (*StateChangeValue_AccessKeyUpdate) Descriptor() ([]byte, []int)deprecated
- func (x *StateChangeValue_AccessKeyUpdate) GetAccessKey() *AccessKey
- func (x *StateChangeValue_AccessKeyUpdate) GetAccountId() string
- func (x *StateChangeValue_AccessKeyUpdate) GetPublicKey() *PublicKey
- func (*StateChangeValue_AccessKeyUpdate) ProtoMessage()
- func (x *StateChangeValue_AccessKeyUpdate) ProtoReflect() protoreflect.Message
- func (x *StateChangeValue_AccessKeyUpdate) Reset()
- func (x *StateChangeValue_AccessKeyUpdate) String() string
- type StateChangeValue_AccessKeyUpdate_
- type StateChangeValue_AccountDeletion
- func (*StateChangeValue_AccountDeletion) Descriptor() ([]byte, []int)deprecated
- func (x *StateChangeValue_AccountDeletion) GetAccountId() string
- func (*StateChangeValue_AccountDeletion) ProtoMessage()
- func (x *StateChangeValue_AccountDeletion) ProtoReflect() protoreflect.Message
- func (x *StateChangeValue_AccountDeletion) Reset()
- func (x *StateChangeValue_AccountDeletion) String() string
- type StateChangeValue_AccountDeletion_
- type StateChangeValue_AccountUpdate
- func (*StateChangeValue_AccountUpdate) Descriptor() ([]byte, []int)deprecated
- func (x *StateChangeValue_AccountUpdate) GetAccount() *Account
- func (x *StateChangeValue_AccountUpdate) GetAccountId() string
- func (*StateChangeValue_AccountUpdate) ProtoMessage()
- func (x *StateChangeValue_AccountUpdate) ProtoReflect() protoreflect.Message
- func (x *StateChangeValue_AccountUpdate) Reset()
- func (x *StateChangeValue_AccountUpdate) String() string
- type StateChangeValue_AccountUpdate_
- type StateChangeValue_ContractCodeDeletion
- func (*StateChangeValue_ContractCodeDeletion) Descriptor() ([]byte, []int)deprecated
- func (x *StateChangeValue_ContractCodeDeletion) GetAccountId() string
- func (*StateChangeValue_ContractCodeDeletion) ProtoMessage()
- func (x *StateChangeValue_ContractCodeDeletion) ProtoReflect() protoreflect.Message
- func (x *StateChangeValue_ContractCodeDeletion) Reset()
- func (x *StateChangeValue_ContractCodeDeletion) String() string
- type StateChangeValue_ContractCodeUpdate
- func (*StateChangeValue_ContractCodeUpdate) Descriptor() ([]byte, []int)deprecated
- func (x *StateChangeValue_ContractCodeUpdate) GetAccountId() string
- func (x *StateChangeValue_ContractCodeUpdate) GetCode() []byte
- func (*StateChangeValue_ContractCodeUpdate) ProtoMessage()
- func (x *StateChangeValue_ContractCodeUpdate) ProtoReflect() protoreflect.Message
- func (x *StateChangeValue_ContractCodeUpdate) Reset()
- func (x *StateChangeValue_ContractCodeUpdate) String() string
- type StateChangeValue_ContractCodeUpdate_
- type StateChangeValue_ContractDeletion
- type StateChangeValue_DataDeletion
- func (*StateChangeValue_DataDeletion) Descriptor() ([]byte, []int)deprecated
- func (x *StateChangeValue_DataDeletion) GetAccountId() string
- func (x *StateChangeValue_DataDeletion) GetKey() []byte
- func (*StateChangeValue_DataDeletion) ProtoMessage()
- func (x *StateChangeValue_DataDeletion) ProtoReflect() protoreflect.Message
- func (x *StateChangeValue_DataDeletion) Reset()
- func (x *StateChangeValue_DataDeletion) String() string
- type StateChangeValue_DataDeletion_
- type StateChangeValue_DataUpdate
- func (*StateChangeValue_DataUpdate) Descriptor() ([]byte, []int)deprecated
- func (x *StateChangeValue_DataUpdate) GetAccountId() string
- func (x *StateChangeValue_DataUpdate) GetKey() []byte
- func (x *StateChangeValue_DataUpdate) GetValue() []byte
- func (*StateChangeValue_DataUpdate) ProtoMessage()
- func (x *StateChangeValue_DataUpdate) ProtoReflect() protoreflect.Message
- func (x *StateChangeValue_DataUpdate) Reset()
- func (x *StateChangeValue_DataUpdate) String() string
- type StateChangeValue_DataUpdate_
- type StateChangeWithCause
- func (*StateChangeWithCause) Descriptor() ([]byte, []int)deprecated
- func (x *StateChangeWithCause) GetCause() *StateChangeCause
- func (x *StateChangeWithCause) GetValue() *StateChangeValue
- func (*StateChangeWithCause) ProtoMessage()
- func (x *StateChangeWithCause) ProtoReflect() protoreflect.Message
- func (x *StateChangeWithCause) Reset()
- func (x *StateChangeWithCause) String() string
- type SuccessReceiptIdExecutionStatus
- func (*SuccessReceiptIdExecutionStatus) Descriptor() ([]byte, []int)deprecated
- func (x *SuccessReceiptIdExecutionStatus) GetId() *CryptoHash
- func (*SuccessReceiptIdExecutionStatus) ProtoMessage()
- func (x *SuccessReceiptIdExecutionStatus) ProtoReflect() protoreflect.Message
- func (x *SuccessReceiptIdExecutionStatus) Reset()
- func (x *SuccessReceiptIdExecutionStatus) String() string
- type SuccessValueExecutionStatus
- func (*SuccessValueExecutionStatus) Descriptor() ([]byte, []int)deprecated
- func (x *SuccessValueExecutionStatus) GetValue() []byte
- func (*SuccessValueExecutionStatus) ProtoMessage()
- func (x *SuccessValueExecutionStatus) ProtoReflect() protoreflect.Message
- func (x *SuccessValueExecutionStatus) Reset()
- func (x *SuccessValueExecutionStatus) String() string
- type TransferAction
- type TriesToStakeErrorKind
- func (*TriesToStakeErrorKind) Descriptor() ([]byte, []int)deprecated
- func (x *TriesToStakeErrorKind) GetAccountId() string
- func (x *TriesToStakeErrorKind) GetBalance() *BigInt
- func (x *TriesToStakeErrorKind) GetLocked() *BigInt
- func (x *TriesToStakeErrorKind) GetStake() *BigInt
- func (*TriesToStakeErrorKind) ProtoMessage()
- func (x *TriesToStakeErrorKind) ProtoReflect() protoreflect.Message
- func (x *TriesToStakeErrorKind) Reset()
- func (x *TriesToStakeErrorKind) String() string
- type TriesToUnstakeErrorKind
- func (*TriesToUnstakeErrorKind) Descriptor() ([]byte, []int)deprecated
- func (x *TriesToUnstakeErrorKind) GetAccountId() string
- func (*TriesToUnstakeErrorKind) ProtoMessage()
- func (x *TriesToUnstakeErrorKind) ProtoReflect() protoreflect.Message
- func (x *TriesToUnstakeErrorKind) Reset()
- func (x *TriesToUnstakeErrorKind) String() string
- type UnknownExecutionStatus
- type ValidatorStake
- func (*ValidatorStake) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatorStake) GetAccountId() string
- func (x *ValidatorStake) GetPublicKey() *PublicKey
- func (x *ValidatorStake) GetStake() *BigInt
- func (*ValidatorStake) ProtoMessage()
- func (x *ValidatorStake) ProtoReflect() protoreflect.Message
- func (x *ValidatorStake) Reset()
- func (x *ValidatorStake) String() string
Constants ¶
This section is empty.
Variables ¶
var ( CurveKind_name = map[int32]string{ 0: "ED25519", 1: "SECP256K1", } CurveKind_value = map[string]int32{ "ED25519": 0, "SECP256K1": 1, } )
Enum value maps for CurveKind.
var ( ExecutionMetadata_name = map[int32]string{ 0: "ExecutionMetadataV1", } ExecutionMetadata_value = map[string]int32{ "ExecutionMetadataV1": 0, } )
Enum value maps for ExecutionMetadata.
var ( FunctionCallErrorSer_name = map[int32]string{ 0: "CompilationError", 1: "LinkError", 2: "MethodResolveError", 3: "WasmTrap", 4: "WasmUnknownError", 5: "HostError", 6: "_EVMError", 7: "ExecutionError", } FunctionCallErrorSer_value = map[string]int32{ "CompilationError": 0, "LinkError": 1, "MethodResolveError": 2, "WasmTrap": 3, "WasmUnknownError": 4, "HostError": 5, "_EVMError": 6, "ExecutionError": 7, } )
Enum value maps for FunctionCallErrorSer.
var ( ReceiptValidationError_name = map[int32]string{ 0: "InvalidPredecessorId", 1: "InvalidReceiverAccountId", 2: "InvalidSignerAccountId", 3: "InvalidDataReceiverId", 4: "ReturnedValueLengthExceeded", 5: "NumberInputDataDependenciesExceeded", 6: "ActionsValidationError", } ReceiptValidationError_value = map[string]int32{ "InvalidPredecessorId": 0, "InvalidReceiverAccountId": 1, "InvalidSignerAccountId": 2, "InvalidDataReceiverId": 3, "ReturnedValueLengthExceeded": 4, "NumberInputDataDependenciesExceeded": 5, "ActionsValidationError": 6, } )
Enum value maps for ReceiptValidationError.
var ( InvalidTxError_name = map[int32]string{ 0: "InvalidAccessKeyError", 1: "InvalidSignerId", 2: "SignerDoesNotExist", 3: "InvalidNonce", 4: "NonceTooLarge", 5: "InvalidReceiverId", 6: "InvalidSignature", 7: "NotEnoughBalance", 8: "LackBalanceForState", 9: "CostOverflow", 10: "InvalidChain", 11: "Expired", 12: "ActionsValidation", 13: "TransactionSizeExceeded", } InvalidTxError_value = map[string]int32{ "InvalidAccessKeyError": 0, "InvalidSignerId": 1, "SignerDoesNotExist": 2, "InvalidNonce": 3, "NonceTooLarge": 4, "InvalidReceiverId": 5, "InvalidSignature": 6, "NotEnoughBalance": 7, "LackBalanceForState": 8, "CostOverflow": 9, "InvalidChain": 10, "Expired": 11, "ActionsValidation": 12, "TransactionSizeExceeded": 13, } )
Enum value maps for InvalidTxError.
var ( Direction_name = map[int32]string{ 0: "left", 1: "right", } Direction_value = map[string]int32{ "left": 0, "right": 1, } )
Enum value maps for Direction.
var File_sf_near_type_v1_type_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AccessKey ¶
type AccessKey struct { Nonce uint64 `protobuf:"varint,1,opt,name=nonce,proto3" json:"nonce,omitempty"` Permission *AccessKeyPermission `protobuf:"bytes,2,opt,name=permission,proto3" json:"permission,omitempty"` // contains filtered or unexported fields }
func (*AccessKey) Descriptor
deprecated
func (*AccessKey) GetPermission ¶
func (x *AccessKey) GetPermission() *AccessKeyPermission
func (*AccessKey) ProtoMessage ¶
func (*AccessKey) ProtoMessage()
func (*AccessKey) ProtoReflect ¶
func (x *AccessKey) ProtoReflect() protoreflect.Message
type AccessKeyPermission ¶
type AccessKeyPermission struct { // Types that are assignable to Permission: // *AccessKeyPermission_FunctionCall // *AccessKeyPermission_FullAccess Permission isAccessKeyPermission_Permission `protobuf_oneof:"permission"` // contains filtered or unexported fields }
func (*AccessKeyPermission) Descriptor
deprecated
func (*AccessKeyPermission) Descriptor() ([]byte, []int)
Deprecated: Use AccessKeyPermission.ProtoReflect.Descriptor instead.
func (*AccessKeyPermission) GetFullAccess ¶
func (x *AccessKeyPermission) GetFullAccess() *FullAccessPermission
func (*AccessKeyPermission) GetFunctionCall ¶
func (x *AccessKeyPermission) GetFunctionCall() *FunctionCallPermission
func (*AccessKeyPermission) GetPermission ¶
func (m *AccessKeyPermission) GetPermission() isAccessKeyPermission_Permission
func (*AccessKeyPermission) ProtoMessage ¶
func (*AccessKeyPermission) ProtoMessage()
func (*AccessKeyPermission) ProtoReflect ¶
func (x *AccessKeyPermission) ProtoReflect() protoreflect.Message
func (*AccessKeyPermission) Reset ¶
func (x *AccessKeyPermission) Reset()
func (*AccessKeyPermission) String ¶
func (x *AccessKeyPermission) String() string
type AccessKeyPermission_FullAccess ¶
type AccessKeyPermission_FullAccess struct {
FullAccess *FullAccessPermission `protobuf:"bytes,2,opt,name=full_access,json=fullAccess,proto3,oneof"`
}
type AccessKeyPermission_FunctionCall ¶
type AccessKeyPermission_FunctionCall struct {
FunctionCall *FunctionCallPermission `protobuf:"bytes,1,opt,name=function_call,json=functionCall,proto3,oneof"`
}
type Account ¶
type Account struct { Amount *BigInt `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"` Locked *BigInt `protobuf:"bytes,2,opt,name=locked,proto3" json:"locked,omitempty"` CodeHash *CryptoHash `protobuf:"bytes,3,opt,name=code_hash,json=codeHash,proto3" json:"code_hash,omitempty"` StorageUsage uint64 `protobuf:"varint,4,opt,name=storage_usage,json=storageUsage,proto3" json:"storage_usage,omitempty"` // contains filtered or unexported fields }
func (*Account) Descriptor
deprecated
func (*Account) GetCodeHash ¶
func (x *Account) GetCodeHash() *CryptoHash
func (*Account) GetStorageUsage ¶
func (*Account) ProtoMessage ¶
func (*Account) ProtoMessage()
func (*Account) ProtoReflect ¶
func (x *Account) ProtoReflect() protoreflect.Message
type AccountAlreadyExistsErrorKind ¶
type AccountAlreadyExistsErrorKind struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` // contains filtered or unexported fields }
func (*AccountAlreadyExistsErrorKind) Descriptor
deprecated
func (*AccountAlreadyExistsErrorKind) Descriptor() ([]byte, []int)
Deprecated: Use AccountAlreadyExistsErrorKind.ProtoReflect.Descriptor instead.
func (*AccountAlreadyExistsErrorKind) GetAccountId ¶
func (x *AccountAlreadyExistsErrorKind) GetAccountId() string
func (*AccountAlreadyExistsErrorKind) ProtoMessage ¶
func (*AccountAlreadyExistsErrorKind) ProtoMessage()
func (*AccountAlreadyExistsErrorKind) ProtoReflect ¶
func (x *AccountAlreadyExistsErrorKind) ProtoReflect() protoreflect.Message
func (*AccountAlreadyExistsErrorKind) Reset ¶
func (x *AccountAlreadyExistsErrorKind) Reset()
func (*AccountAlreadyExistsErrorKind) String ¶
func (x *AccountAlreadyExistsErrorKind) String() string
type AccountDoesNotExistErrorKind ¶
type AccountDoesNotExistErrorKind struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` // contains filtered or unexported fields }
func (*AccountDoesNotExistErrorKind) Descriptor
deprecated
func (*AccountDoesNotExistErrorKind) Descriptor() ([]byte, []int)
Deprecated: Use AccountDoesNotExistErrorKind.ProtoReflect.Descriptor instead.
func (*AccountDoesNotExistErrorKind) GetAccountId ¶
func (x *AccountDoesNotExistErrorKind) GetAccountId() string
func (*AccountDoesNotExistErrorKind) ProtoMessage ¶
func (*AccountDoesNotExistErrorKind) ProtoMessage()
func (*AccountDoesNotExistErrorKind) ProtoReflect ¶
func (x *AccountDoesNotExistErrorKind) ProtoReflect() protoreflect.Message
func (*AccountDoesNotExistErrorKind) Reset ¶
func (x *AccountDoesNotExistErrorKind) Reset()
func (*AccountDoesNotExistErrorKind) String ¶
func (x *AccountDoesNotExistErrorKind) String() string
type Action ¶
type Action struct { // Types that are assignable to Action: // *Action_CreateAccount // *Action_DeployContract // *Action_FunctionCall // *Action_Transfer // *Action_Stake // *Action_AddKey // *Action_DeleteKey // *Action_DeleteAccount Action isAction_Action `protobuf_oneof:"action"` // contains filtered or unexported fields }
func (*Action) Descriptor
deprecated
func (*Action) GetAddKey ¶
func (x *Action) GetAddKey() *AddKeyAction
func (*Action) GetCreateAccount ¶
func (x *Action) GetCreateAccount() *CreateAccountAction
func (*Action) GetDeleteAccount ¶
func (x *Action) GetDeleteAccount() *DeleteAccountAction
func (*Action) GetDeleteKey ¶
func (x *Action) GetDeleteKey() *DeleteKeyAction
func (*Action) GetDeployContract ¶
func (x *Action) GetDeployContract() *DeployContractAction
func (*Action) GetFunctionCall ¶
func (x *Action) GetFunctionCall() *FunctionCallAction
func (*Action) GetStake ¶
func (x *Action) GetStake() *StakeAction
func (*Action) GetTransfer ¶
func (x *Action) GetTransfer() *TransferAction
func (*Action) ProtoMessage ¶
func (*Action) ProtoMessage()
func (*Action) ProtoReflect ¶
func (x *Action) ProtoReflect() protoreflect.Message
type ActionError ¶
type ActionError struct { Index uint64 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` // Types that are assignable to Kind: // *ActionError_AccountAlreadyExist // *ActionError_AccountDoesNotExist // *ActionError_CreateAccountOnlyByRegistrar // *ActionError_CreateAccountNotAllowed // *ActionError_ActorNoPermission // *ActionError_DeleteKeyDoesNotExist // *ActionError_AddKeyAlreadyExists // *ActionError_DeleteAccountStaking // *ActionError_LackBalanceForState // *ActionError_TriesToUnstake // *ActionError_TriesToStake // *ActionError_InsufficientStake // *ActionError_FunctionCall // *ActionError_NewReceiptValidation // *ActionError_OnlyImplicitAccountCreationAllowed // *ActionError_DeleteAccountWithLargeState Kind isActionError_Kind `protobuf_oneof:"kind"` // contains filtered or unexported fields }
func (*ActionError) Descriptor
deprecated
func (*ActionError) Descriptor() ([]byte, []int)
Deprecated: Use ActionError.ProtoReflect.Descriptor instead.
func (*ActionError) GetAccountAlreadyExist ¶
func (x *ActionError) GetAccountAlreadyExist() *AccountAlreadyExistsErrorKind
func (*ActionError) GetAccountDoesNotExist ¶
func (x *ActionError) GetAccountDoesNotExist() *AccountDoesNotExistErrorKind
func (*ActionError) GetActorNoPermission ¶
func (x *ActionError) GetActorNoPermission() *ActorNoPermissionErrorKind
func (*ActionError) GetAddKeyAlreadyExists ¶
func (x *ActionError) GetAddKeyAlreadyExists() *AddKeyAlreadyExistsErrorKind
func (*ActionError) GetCreateAccountNotAllowed ¶
func (x *ActionError) GetCreateAccountNotAllowed() *CreateAccountNotAllowedErrorKind
func (*ActionError) GetCreateAccountOnlyByRegistrar ¶
func (x *ActionError) GetCreateAccountOnlyByRegistrar() *CreateAccountOnlyByRegistrarErrorKind
func (*ActionError) GetDeleteAccountStaking ¶
func (x *ActionError) GetDeleteAccountStaking() *DeleteAccountStakingErrorKind
func (*ActionError) GetDeleteAccountWithLargeState ¶
func (x *ActionError) GetDeleteAccountWithLargeState() *DeleteAccountWithLargeStateErrorKind
func (*ActionError) GetDeleteKeyDoesNotExist ¶
func (x *ActionError) GetDeleteKeyDoesNotExist() *DeleteKeyDoesNotExistErrorKind
func (*ActionError) GetFunctionCall ¶
func (x *ActionError) GetFunctionCall() *FunctionCallErrorKind
func (*ActionError) GetIndex ¶
func (x *ActionError) GetIndex() uint64
func (*ActionError) GetInsufficientStake ¶
func (x *ActionError) GetInsufficientStake() *InsufficientStakeErrorKind
func (*ActionError) GetKind ¶
func (m *ActionError) GetKind() isActionError_Kind
func (*ActionError) GetLackBalanceForState ¶
func (x *ActionError) GetLackBalanceForState() *LackBalanceForStateErrorKind
func (*ActionError) GetNewReceiptValidation ¶
func (x *ActionError) GetNewReceiptValidation() *NewReceiptValidationErrorKind
func (*ActionError) GetOnlyImplicitAccountCreationAllowed ¶
func (x *ActionError) GetOnlyImplicitAccountCreationAllowed() *OnlyImplicitAccountCreationAllowedErrorKind
func (*ActionError) GetTriesToStake ¶
func (x *ActionError) GetTriesToStake() *TriesToStakeErrorKind
func (*ActionError) GetTriesToUnstake ¶
func (x *ActionError) GetTriesToUnstake() *TriesToUnstakeErrorKind
func (*ActionError) ProtoMessage ¶
func (*ActionError) ProtoMessage()
func (*ActionError) ProtoReflect ¶
func (x *ActionError) ProtoReflect() protoreflect.Message
func (*ActionError) Reset ¶
func (x *ActionError) Reset()
func (*ActionError) String ¶
func (x *ActionError) String() string
type ActionError_AccountAlreadyExist ¶
type ActionError_AccountAlreadyExist struct {
AccountAlreadyExist *AccountAlreadyExistsErrorKind `protobuf:"bytes,21,opt,name=account_already_exist,json=accountAlreadyExist,proto3,oneof"`
}
type ActionError_AccountDoesNotExist ¶
type ActionError_AccountDoesNotExist struct {
AccountDoesNotExist *AccountDoesNotExistErrorKind `protobuf:"bytes,22,opt,name=account_does_not_exist,json=accountDoesNotExist,proto3,oneof"`
}
type ActionError_ActorNoPermission ¶
type ActionError_ActorNoPermission struct {
ActorNoPermission *ActorNoPermissionErrorKind `protobuf:"bytes,25,opt,name=actor_no_permission,json=actorNoPermission,proto3,oneof"`
}
type ActionError_AddKeyAlreadyExists ¶
type ActionError_AddKeyAlreadyExists struct {
AddKeyAlreadyExists *AddKeyAlreadyExistsErrorKind `protobuf:"bytes,27,opt,name=add_key_already_exists,json=addKeyAlreadyExists,proto3,oneof"`
}
type ActionError_CreateAccountNotAllowed ¶
type ActionError_CreateAccountNotAllowed struct {
CreateAccountNotAllowed *CreateAccountNotAllowedErrorKind `protobuf:"bytes,24,opt,name=create_account_not_allowed,json=createAccountNotAllowed,proto3,oneof"`
}
type ActionError_CreateAccountOnlyByRegistrar ¶
type ActionError_CreateAccountOnlyByRegistrar struct {
CreateAccountOnlyByRegistrar *CreateAccountOnlyByRegistrarErrorKind `protobuf:"bytes,23,opt,name=create_account_only_by_registrar,json=createAccountOnlyByRegistrar,proto3,oneof"`
}
type ActionError_DeleteAccountStaking ¶
type ActionError_DeleteAccountStaking struct {
DeleteAccountStaking *DeleteAccountStakingErrorKind `protobuf:"bytes,28,opt,name=delete_account_staking,json=deleteAccountStaking,proto3,oneof"`
}
type ActionError_DeleteAccountWithLargeState ¶
type ActionError_DeleteAccountWithLargeState struct {
DeleteAccountWithLargeState *DeleteAccountWithLargeStateErrorKind `protobuf:"bytes,36,opt,name=delete_account_with_large_state,json=deleteAccountWithLargeState,proto3,oneof"`
}
type ActionError_DeleteKeyDoesNotExist ¶
type ActionError_DeleteKeyDoesNotExist struct {
DeleteKeyDoesNotExist *DeleteKeyDoesNotExistErrorKind `protobuf:"bytes,26,opt,name=delete_key_does_not_exist,json=deleteKeyDoesNotExist,proto3,oneof"`
}
type ActionError_FunctionCall ¶
type ActionError_FunctionCall struct {
FunctionCall *FunctionCallErrorKind `protobuf:"bytes,33,opt,name=function_call,json=functionCall,proto3,oneof"`
}
type ActionError_InsufficientStake ¶
type ActionError_InsufficientStake struct {
InsufficientStake *InsufficientStakeErrorKind `protobuf:"bytes,32,opt,name=insufficient_stake,json=insufficientStake,proto3,oneof"`
}
type ActionError_LackBalanceForState ¶
type ActionError_LackBalanceForState struct {
LackBalanceForState *LackBalanceForStateErrorKind `protobuf:"bytes,29,opt,name=lack_balance_for_state,json=lackBalanceForState,proto3,oneof"`
}
type ActionError_NewReceiptValidation ¶
type ActionError_NewReceiptValidation struct {
NewReceiptValidation *NewReceiptValidationErrorKind `protobuf:"bytes,34,opt,name=new_receipt_validation,json=newReceiptValidation,proto3,oneof"`
}
type ActionError_OnlyImplicitAccountCreationAllowed ¶
type ActionError_OnlyImplicitAccountCreationAllowed struct {
OnlyImplicitAccountCreationAllowed *OnlyImplicitAccountCreationAllowedErrorKind `protobuf:"bytes,35,opt,name=only_implicit_account_creation_allowed,json=onlyImplicitAccountCreationAllowed,proto3,oneof"`
}
type ActionError_TriesToStake ¶
type ActionError_TriesToStake struct {
TriesToStake *TriesToStakeErrorKind `protobuf:"bytes,31,opt,name=tries_to_stake,json=triesToStake,proto3,oneof"`
}
type ActionError_TriesToUnstake ¶
type ActionError_TriesToUnstake struct {
TriesToUnstake *TriesToUnstakeErrorKind `protobuf:"bytes,30,opt,name=tries_to_unstake,json=triesToUnstake,proto3,oneof"`
}
type Action_AddKey ¶
type Action_AddKey struct {
AddKey *AddKeyAction `protobuf:"bytes,6,opt,name=add_key,json=addKey,proto3,oneof"`
}
type Action_CreateAccount ¶
type Action_CreateAccount struct {
CreateAccount *CreateAccountAction `protobuf:"bytes,1,opt,name=create_account,json=createAccount,proto3,oneof"`
}
type Action_DeleteAccount ¶
type Action_DeleteAccount struct {
DeleteAccount *DeleteAccountAction `protobuf:"bytes,8,opt,name=delete_account,json=deleteAccount,proto3,oneof"`
}
type Action_DeleteKey ¶
type Action_DeleteKey struct {
DeleteKey *DeleteKeyAction `protobuf:"bytes,7,opt,name=delete_key,json=deleteKey,proto3,oneof"`
}
type Action_DeployContract ¶
type Action_DeployContract struct {
DeployContract *DeployContractAction `protobuf:"bytes,2,opt,name=deploy_contract,json=deployContract,proto3,oneof"`
}
type Action_FunctionCall ¶
type Action_FunctionCall struct {
FunctionCall *FunctionCallAction `protobuf:"bytes,3,opt,name=function_call,json=functionCall,proto3,oneof"`
}
type Action_Stake ¶
type Action_Stake struct {
Stake *StakeAction `protobuf:"bytes,5,opt,name=stake,proto3,oneof"`
}
type Action_Transfer ¶
type Action_Transfer struct {
Transfer *TransferAction `protobuf:"bytes,4,opt,name=transfer,proto3,oneof"`
}
type ActorNoPermissionErrorKind ¶
type ActorNoPermissionErrorKind struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` ActorId string `protobuf:"bytes,2,opt,name=actor_id,json=actorId,proto3" json:"actor_id,omitempty"` // contains filtered or unexported fields }
func (*ActorNoPermissionErrorKind) Descriptor
deprecated
func (*ActorNoPermissionErrorKind) Descriptor() ([]byte, []int)
Deprecated: Use ActorNoPermissionErrorKind.ProtoReflect.Descriptor instead.
func (*ActorNoPermissionErrorKind) GetAccountId ¶
func (x *ActorNoPermissionErrorKind) GetAccountId() string
func (*ActorNoPermissionErrorKind) GetActorId ¶
func (x *ActorNoPermissionErrorKind) GetActorId() string
func (*ActorNoPermissionErrorKind) ProtoMessage ¶
func (*ActorNoPermissionErrorKind) ProtoMessage()
func (*ActorNoPermissionErrorKind) ProtoReflect ¶
func (x *ActorNoPermissionErrorKind) ProtoReflect() protoreflect.Message
func (*ActorNoPermissionErrorKind) Reset ¶
func (x *ActorNoPermissionErrorKind) Reset()
func (*ActorNoPermissionErrorKind) String ¶
func (x *ActorNoPermissionErrorKind) String() string
type AddKeyAction ¶
type AddKeyAction struct { PublicKey *PublicKey `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` AccessKey *AccessKey `protobuf:"bytes,2,opt,name=access_key,json=accessKey,proto3" json:"access_key,omitempty"` // contains filtered or unexported fields }
func (*AddKeyAction) Descriptor
deprecated
func (*AddKeyAction) Descriptor() ([]byte, []int)
Deprecated: Use AddKeyAction.ProtoReflect.Descriptor instead.
func (*AddKeyAction) GetAccessKey ¶
func (x *AddKeyAction) GetAccessKey() *AccessKey
func (*AddKeyAction) GetPublicKey ¶
func (x *AddKeyAction) GetPublicKey() *PublicKey
func (*AddKeyAction) ProtoMessage ¶
func (*AddKeyAction) ProtoMessage()
func (*AddKeyAction) ProtoReflect ¶
func (x *AddKeyAction) ProtoReflect() protoreflect.Message
func (*AddKeyAction) Reset ¶
func (x *AddKeyAction) Reset()
func (*AddKeyAction) String ¶
func (x *AddKeyAction) String() string
type AddKeyAlreadyExistsErrorKind ¶
type AddKeyAlreadyExistsErrorKind struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` PublicKey *PublicKey `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // contains filtered or unexported fields }
func (*AddKeyAlreadyExistsErrorKind) Descriptor
deprecated
func (*AddKeyAlreadyExistsErrorKind) Descriptor() ([]byte, []int)
Deprecated: Use AddKeyAlreadyExistsErrorKind.ProtoReflect.Descriptor instead.
func (*AddKeyAlreadyExistsErrorKind) GetAccountId ¶
func (x *AddKeyAlreadyExistsErrorKind) GetAccountId() string
func (*AddKeyAlreadyExistsErrorKind) GetPublicKey ¶
func (x *AddKeyAlreadyExistsErrorKind) GetPublicKey() *PublicKey
func (*AddKeyAlreadyExistsErrorKind) ProtoMessage ¶
func (*AddKeyAlreadyExistsErrorKind) ProtoMessage()
func (*AddKeyAlreadyExistsErrorKind) ProtoReflect ¶
func (x *AddKeyAlreadyExistsErrorKind) ProtoReflect() protoreflect.Message
func (*AddKeyAlreadyExistsErrorKind) Reset ¶
func (x *AddKeyAlreadyExistsErrorKind) Reset()
func (*AddKeyAlreadyExistsErrorKind) String ¶
func (x *AddKeyAlreadyExistsErrorKind) String() string
type BigInt ¶
type BigInt struct { Bytes []byte `protobuf:"bytes,1,opt,name=bytes,proto3" json:"bytes,omitempty"` // contains filtered or unexported fields }
func (*BigInt) Descriptor
deprecated
func (*BigInt) ProtoMessage ¶
func (*BigInt) ProtoMessage()
func (*BigInt) ProtoReflect ¶
func (x *BigInt) ProtoReflect() protoreflect.Message
type Block ¶
type Block struct { Author string `protobuf:"bytes,1,opt,name=author,proto3" json:"author,omitempty"` Header *BlockHeader `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"` ChunkHeaders []*ChunkHeader `protobuf:"bytes,3,rep,name=chunk_headers,json=chunkHeaders,proto3" json:"chunk_headers,omitempty"` Shards []*IndexerShard `protobuf:"bytes,4,rep,name=shards,proto3" json:"shards,omitempty"` StateChanges []*StateChangeWithCause `protobuf:"bytes,5,rep,name=state_changes,json=stateChanges,proto3" json:"state_changes,omitempty"` // contains filtered or unexported fields }
func (*Block) Descriptor
deprecated
func (*Block) GetChunkHeaders ¶
func (x *Block) GetChunkHeaders() []*ChunkHeader
func (*Block) GetFirehoseBlockID ¶
func (*Block) GetFirehoseBlockLIBNum ¶
func (*Block) GetFirehoseBlockNumber ¶
func (*Block) GetFirehoseBlockParentID ¶
func (*Block) GetFirehoseBlockTime ¶
func (*Block) GetHeader ¶
func (x *Block) GetHeader() *BlockHeader
func (*Block) GetShards ¶
func (x *Block) GetShards() []*IndexerShard
func (*Block) GetStateChanges ¶
func (x *Block) GetStateChanges() []*StateChangeWithCause
func (*Block) PreviousID ¶
func (*Block) ProtoMessage ¶
func (*Block) ProtoMessage()
func (*Block) ProtoReflect ¶
func (x *Block) ProtoReflect() protoreflect.Message
type BlockHeader ¶
type BlockHeader struct { Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` PrevHeight uint64 `protobuf:"varint,2,opt,name=prev_height,json=prevHeight,proto3" json:"prev_height,omitempty"` EpochId *CryptoHash `protobuf:"bytes,3,opt,name=epoch_id,json=epochId,proto3" json:"epoch_id,omitempty"` NextEpochId *CryptoHash `protobuf:"bytes,4,opt,name=next_epoch_id,json=nextEpochId,proto3" json:"next_epoch_id,omitempty"` Hash *CryptoHash `protobuf:"bytes,5,opt,name=hash,proto3" json:"hash,omitempty"` PrevHash *CryptoHash `protobuf:"bytes,6,opt,name=prev_hash,json=prevHash,proto3" json:"prev_hash,omitempty"` PrevStateRoot *CryptoHash `protobuf:"bytes,7,opt,name=prev_state_root,json=prevStateRoot,proto3" json:"prev_state_root,omitempty"` ChunkReceiptsRoot *CryptoHash `protobuf:"bytes,8,opt,name=chunk_receipts_root,json=chunkReceiptsRoot,proto3" json:"chunk_receipts_root,omitempty"` ChunkHeadersRoot *CryptoHash `protobuf:"bytes,9,opt,name=chunk_headers_root,json=chunkHeadersRoot,proto3" json:"chunk_headers_root,omitempty"` ChunkTxRoot *CryptoHash `protobuf:"bytes,10,opt,name=chunk_tx_root,json=chunkTxRoot,proto3" json:"chunk_tx_root,omitempty"` OutcomeRoot *CryptoHash `protobuf:"bytes,11,opt,name=outcome_root,json=outcomeRoot,proto3" json:"outcome_root,omitempty"` ChunksIncluded uint64 `protobuf:"varint,12,opt,name=chunks_included,json=chunksIncluded,proto3" json:"chunks_included,omitempty"` ChallengesRoot *CryptoHash `protobuf:"bytes,13,opt,name=challenges_root,json=challengesRoot,proto3" json:"challenges_root,omitempty"` Timestamp uint64 `protobuf:"varint,14,opt,name=timestamp,proto3" json:"timestamp,omitempty"` TimestampNanosec uint64 `protobuf:"varint,15,opt,name=timestamp_nanosec,json=timestampNanosec,proto3" json:"timestamp_nanosec,omitempty"` RandomValue *CryptoHash `protobuf:"bytes,16,opt,name=random_value,json=randomValue,proto3" json:"random_value,omitempty"` ValidatorProposals []*ValidatorStake `protobuf:"bytes,17,rep,name=validator_proposals,json=validatorProposals,proto3" json:"validator_proposals,omitempty"` ChunkMask []bool `protobuf:"varint,18,rep,packed,name=chunk_mask,json=chunkMask,proto3" json:"chunk_mask,omitempty"` GasPrice *BigInt `protobuf:"bytes,19,opt,name=gas_price,json=gasPrice,proto3" json:"gas_price,omitempty"` BlockOrdinal uint64 `protobuf:"varint,20,opt,name=block_ordinal,json=blockOrdinal,proto3" json:"block_ordinal,omitempty"` TotalSupply *BigInt `protobuf:"bytes,21,opt,name=total_supply,json=totalSupply,proto3" json:"total_supply,omitempty"` ChallengesResult []*SlashedValidator `protobuf:"bytes,22,rep,name=challenges_result,json=challengesResult,proto3" json:"challenges_result,omitempty"` LastFinalBlockHeight uint64 `` /* 127-byte string literal not displayed */ LastFinalBlock *CryptoHash `protobuf:"bytes,24,opt,name=last_final_block,json=lastFinalBlock,proto3" json:"last_final_block,omitempty"` LastDsFinalBlockHeight uint64 `` /* 135-byte string literal not displayed */ LastDsFinalBlock *CryptoHash `protobuf:"bytes,26,opt,name=last_ds_final_block,json=lastDsFinalBlock,proto3" json:"last_ds_final_block,omitempty"` NextBpHash *CryptoHash `protobuf:"bytes,27,opt,name=next_bp_hash,json=nextBpHash,proto3" json:"next_bp_hash,omitempty"` BlockMerkleRoot *CryptoHash `protobuf:"bytes,28,opt,name=block_merkle_root,json=blockMerkleRoot,proto3" json:"block_merkle_root,omitempty"` EpochSyncDataHash []byte `protobuf:"bytes,29,opt,name=epoch_sync_data_hash,json=epochSyncDataHash,proto3" json:"epoch_sync_data_hash,omitempty"` Approvals []*Signature `protobuf:"bytes,30,rep,name=approvals,proto3" json:"approvals,omitempty"` Signature *Signature `protobuf:"bytes,31,opt,name=signature,proto3" json:"signature,omitempty"` LatestProtocolVersion uint32 `` /* 128-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BlockHeader) Descriptor
deprecated
func (*BlockHeader) Descriptor() ([]byte, []int)
Deprecated: Use BlockHeader.ProtoReflect.Descriptor instead.
func (*BlockHeader) GetApprovals ¶
func (x *BlockHeader) GetApprovals() []*Signature
func (*BlockHeader) GetBlockMerkleRoot ¶
func (x *BlockHeader) GetBlockMerkleRoot() *CryptoHash
func (*BlockHeader) GetBlockOrdinal ¶
func (x *BlockHeader) GetBlockOrdinal() uint64
func (*BlockHeader) GetChallengesResult ¶
func (x *BlockHeader) GetChallengesResult() []*SlashedValidator
func (*BlockHeader) GetChallengesRoot ¶
func (x *BlockHeader) GetChallengesRoot() *CryptoHash
func (*BlockHeader) GetChunkHeadersRoot ¶
func (x *BlockHeader) GetChunkHeadersRoot() *CryptoHash
func (*BlockHeader) GetChunkMask ¶
func (x *BlockHeader) GetChunkMask() []bool
func (*BlockHeader) GetChunkReceiptsRoot ¶
func (x *BlockHeader) GetChunkReceiptsRoot() *CryptoHash
func (*BlockHeader) GetChunkTxRoot ¶
func (x *BlockHeader) GetChunkTxRoot() *CryptoHash
func (*BlockHeader) GetChunksIncluded ¶
func (x *BlockHeader) GetChunksIncluded() uint64
func (*BlockHeader) GetEpochId ¶
func (x *BlockHeader) GetEpochId() *CryptoHash
func (*BlockHeader) GetEpochSyncDataHash ¶
func (x *BlockHeader) GetEpochSyncDataHash() []byte
func (*BlockHeader) GetGasPrice ¶
func (x *BlockHeader) GetGasPrice() *BigInt
func (*BlockHeader) GetHash ¶
func (x *BlockHeader) GetHash() *CryptoHash
func (*BlockHeader) GetHeight ¶
func (x *BlockHeader) GetHeight() uint64
func (*BlockHeader) GetLastDsFinalBlock ¶
func (x *BlockHeader) GetLastDsFinalBlock() *CryptoHash
func (*BlockHeader) GetLastDsFinalBlockHeight ¶
func (x *BlockHeader) GetLastDsFinalBlockHeight() uint64
func (*BlockHeader) GetLastFinalBlock ¶
func (x *BlockHeader) GetLastFinalBlock() *CryptoHash
func (*BlockHeader) GetLastFinalBlockHeight ¶
func (x *BlockHeader) GetLastFinalBlockHeight() uint64
func (*BlockHeader) GetLatestProtocolVersion ¶
func (x *BlockHeader) GetLatestProtocolVersion() uint32
func (*BlockHeader) GetNextBpHash ¶
func (x *BlockHeader) GetNextBpHash() *CryptoHash
func (*BlockHeader) GetNextEpochId ¶
func (x *BlockHeader) GetNextEpochId() *CryptoHash
func (*BlockHeader) GetOutcomeRoot ¶
func (x *BlockHeader) GetOutcomeRoot() *CryptoHash
func (*BlockHeader) GetPrevHash ¶
func (x *BlockHeader) GetPrevHash() *CryptoHash
func (*BlockHeader) GetPrevHeight ¶
func (x *BlockHeader) GetPrevHeight() uint64
func (*BlockHeader) GetPrevStateRoot ¶
func (x *BlockHeader) GetPrevStateRoot() *CryptoHash
func (*BlockHeader) GetRandomValue ¶
func (x *BlockHeader) GetRandomValue() *CryptoHash
func (*BlockHeader) GetSignature ¶
func (x *BlockHeader) GetSignature() *Signature
func (*BlockHeader) GetTimestamp ¶
func (x *BlockHeader) GetTimestamp() uint64
func (*BlockHeader) GetTimestampNanosec ¶
func (x *BlockHeader) GetTimestampNanosec() uint64
func (*BlockHeader) GetTotalSupply ¶
func (x *BlockHeader) GetTotalSupply() *BigInt
func (*BlockHeader) GetValidatorProposals ¶
func (x *BlockHeader) GetValidatorProposals() []*ValidatorStake
func (*BlockHeader) ProtoMessage ¶
func (*BlockHeader) ProtoMessage()
func (*BlockHeader) ProtoReflect ¶
func (x *BlockHeader) ProtoReflect() protoreflect.Message
func (*BlockHeader) Reset ¶
func (x *BlockHeader) Reset()
func (*BlockHeader) String ¶
func (x *BlockHeader) String() string
type ChunkHeader ¶
type ChunkHeader struct { ChunkHash []byte `protobuf:"bytes,1,opt,name=chunk_hash,json=chunkHash,proto3" json:"chunk_hash,omitempty"` PrevBlockHash []byte `protobuf:"bytes,2,opt,name=prev_block_hash,json=prevBlockHash,proto3" json:"prev_block_hash,omitempty"` OutcomeRoot []byte `protobuf:"bytes,3,opt,name=outcome_root,json=outcomeRoot,proto3" json:"outcome_root,omitempty"` PrevStateRoot []byte `protobuf:"bytes,4,opt,name=prev_state_root,json=prevStateRoot,proto3" json:"prev_state_root,omitempty"` EncodedMerkleRoot []byte `protobuf:"bytes,5,opt,name=encoded_merkle_root,json=encodedMerkleRoot,proto3" json:"encoded_merkle_root,omitempty"` EncodedLength uint64 `protobuf:"varint,6,opt,name=encoded_length,json=encodedLength,proto3" json:"encoded_length,omitempty"` HeightCreated uint64 `protobuf:"varint,7,opt,name=height_created,json=heightCreated,proto3" json:"height_created,omitempty"` HeightIncluded uint64 `protobuf:"varint,8,opt,name=height_included,json=heightIncluded,proto3" json:"height_included,omitempty"` ShardId uint64 `protobuf:"varint,9,opt,name=shard_id,json=shardId,proto3" json:"shard_id,omitempty"` GasUsed uint64 `protobuf:"varint,10,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"` GasLimit uint64 `protobuf:"varint,11,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"` ValidatorReward *BigInt `protobuf:"bytes,12,opt,name=validator_reward,json=validatorReward,proto3" json:"validator_reward,omitempty"` BalanceBurnt *BigInt `protobuf:"bytes,13,opt,name=balance_burnt,json=balanceBurnt,proto3" json:"balance_burnt,omitempty"` OutgoingReceiptsRoot []byte `protobuf:"bytes,14,opt,name=outgoing_receipts_root,json=outgoingReceiptsRoot,proto3" json:"outgoing_receipts_root,omitempty"` TxRoot []byte `protobuf:"bytes,15,opt,name=tx_root,json=txRoot,proto3" json:"tx_root,omitempty"` ValidatorProposals []*ValidatorStake `protobuf:"bytes,16,rep,name=validator_proposals,json=validatorProposals,proto3" json:"validator_proposals,omitempty"` Signature *Signature `protobuf:"bytes,17,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*ChunkHeader) Descriptor
deprecated
func (*ChunkHeader) Descriptor() ([]byte, []int)
Deprecated: Use ChunkHeader.ProtoReflect.Descriptor instead.
func (*ChunkHeader) GetBalanceBurnt ¶
func (x *ChunkHeader) GetBalanceBurnt() *BigInt
func (*ChunkHeader) GetChunkHash ¶
func (x *ChunkHeader) GetChunkHash() []byte
func (*ChunkHeader) GetEncodedLength ¶
func (x *ChunkHeader) GetEncodedLength() uint64
func (*ChunkHeader) GetEncodedMerkleRoot ¶
func (x *ChunkHeader) GetEncodedMerkleRoot() []byte
func (*ChunkHeader) GetGasLimit ¶
func (x *ChunkHeader) GetGasLimit() uint64
func (*ChunkHeader) GetGasUsed ¶
func (x *ChunkHeader) GetGasUsed() uint64
func (*ChunkHeader) GetHeightCreated ¶
func (x *ChunkHeader) GetHeightCreated() uint64
func (*ChunkHeader) GetHeightIncluded ¶
func (x *ChunkHeader) GetHeightIncluded() uint64
func (*ChunkHeader) GetOutcomeRoot ¶
func (x *ChunkHeader) GetOutcomeRoot() []byte
func (*ChunkHeader) GetOutgoingReceiptsRoot ¶
func (x *ChunkHeader) GetOutgoingReceiptsRoot() []byte
func (*ChunkHeader) GetPrevBlockHash ¶
func (x *ChunkHeader) GetPrevBlockHash() []byte
func (*ChunkHeader) GetPrevStateRoot ¶
func (x *ChunkHeader) GetPrevStateRoot() []byte
func (*ChunkHeader) GetShardId ¶
func (x *ChunkHeader) GetShardId() uint64
func (*ChunkHeader) GetSignature ¶
func (x *ChunkHeader) GetSignature() *Signature
func (*ChunkHeader) GetTxRoot ¶
func (x *ChunkHeader) GetTxRoot() []byte
func (*ChunkHeader) GetValidatorProposals ¶
func (x *ChunkHeader) GetValidatorProposals() []*ValidatorStake
func (*ChunkHeader) GetValidatorReward ¶
func (x *ChunkHeader) GetValidatorReward() *BigInt
func (*ChunkHeader) ProtoMessage ¶
func (*ChunkHeader) ProtoMessage()
func (*ChunkHeader) ProtoReflect ¶
func (x *ChunkHeader) ProtoReflect() protoreflect.Message
func (*ChunkHeader) Reset ¶
func (x *ChunkHeader) Reset()
func (*ChunkHeader) String ¶
func (x *ChunkHeader) String() string
type CreateAccountAction ¶
type CreateAccountAction struct {
// contains filtered or unexported fields
}
func (*CreateAccountAction) Descriptor
deprecated
func (*CreateAccountAction) Descriptor() ([]byte, []int)
Deprecated: Use CreateAccountAction.ProtoReflect.Descriptor instead.
func (*CreateAccountAction) ProtoMessage ¶
func (*CreateAccountAction) ProtoMessage()
func (*CreateAccountAction) ProtoReflect ¶
func (x *CreateAccountAction) ProtoReflect() protoreflect.Message
func (*CreateAccountAction) Reset ¶
func (x *CreateAccountAction) Reset()
func (*CreateAccountAction) String ¶
func (x *CreateAccountAction) String() string
type CreateAccountNotAllowedErrorKind ¶
type CreateAccountNotAllowedErrorKind struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` PredecessorId string `protobuf:"bytes,2,opt,name=predecessor_id,json=predecessorId,proto3" json:"predecessor_id,omitempty"` // contains filtered or unexported fields }
func (*CreateAccountNotAllowedErrorKind) Descriptor
deprecated
func (*CreateAccountNotAllowedErrorKind) Descriptor() ([]byte, []int)
Deprecated: Use CreateAccountNotAllowedErrorKind.ProtoReflect.Descriptor instead.
func (*CreateAccountNotAllowedErrorKind) GetAccountId ¶
func (x *CreateAccountNotAllowedErrorKind) GetAccountId() string
func (*CreateAccountNotAllowedErrorKind) GetPredecessorId ¶
func (x *CreateAccountNotAllowedErrorKind) GetPredecessorId() string
func (*CreateAccountNotAllowedErrorKind) ProtoMessage ¶
func (*CreateAccountNotAllowedErrorKind) ProtoMessage()
func (*CreateAccountNotAllowedErrorKind) ProtoReflect ¶
func (x *CreateAccountNotAllowedErrorKind) ProtoReflect() protoreflect.Message
func (*CreateAccountNotAllowedErrorKind) Reset ¶
func (x *CreateAccountNotAllowedErrorKind) Reset()
func (*CreateAccountNotAllowedErrorKind) String ¶
func (x *CreateAccountNotAllowedErrorKind) String() string
type CreateAccountOnlyByRegistrarErrorKind ¶
type CreateAccountOnlyByRegistrarErrorKind struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` RegistrarAccountId string `protobuf:"bytes,2,opt,name=registrar_account_id,json=registrarAccountId,proto3" json:"registrar_account_id,omitempty"` PredecessorId string `protobuf:"bytes,3,opt,name=predecessor_id,json=predecessorId,proto3" json:"predecessor_id,omitempty"` // contains filtered or unexported fields }
/ A top-level account ID can only be created by registrar.
func (*CreateAccountOnlyByRegistrarErrorKind) Descriptor
deprecated
func (*CreateAccountOnlyByRegistrarErrorKind) Descriptor() ([]byte, []int)
Deprecated: Use CreateAccountOnlyByRegistrarErrorKind.ProtoReflect.Descriptor instead.
func (*CreateAccountOnlyByRegistrarErrorKind) GetAccountId ¶
func (x *CreateAccountOnlyByRegistrarErrorKind) GetAccountId() string
func (*CreateAccountOnlyByRegistrarErrorKind) GetPredecessorId ¶
func (x *CreateAccountOnlyByRegistrarErrorKind) GetPredecessorId() string
func (*CreateAccountOnlyByRegistrarErrorKind) GetRegistrarAccountId ¶
func (x *CreateAccountOnlyByRegistrarErrorKind) GetRegistrarAccountId() string
func (*CreateAccountOnlyByRegistrarErrorKind) ProtoMessage ¶
func (*CreateAccountOnlyByRegistrarErrorKind) ProtoMessage()
func (*CreateAccountOnlyByRegistrarErrorKind) ProtoReflect ¶
func (x *CreateAccountOnlyByRegistrarErrorKind) ProtoReflect() protoreflect.Message
func (*CreateAccountOnlyByRegistrarErrorKind) Reset ¶
func (x *CreateAccountOnlyByRegistrarErrorKind) Reset()
func (*CreateAccountOnlyByRegistrarErrorKind) String ¶
func (x *CreateAccountOnlyByRegistrarErrorKind) String() string
type CryptoHash ¶
type CryptoHash struct { Bytes []byte `protobuf:"bytes,1,opt,name=bytes,proto3" json:"bytes,omitempty"` // contains filtered or unexported fields }
func (*CryptoHash) AsBase58String ¶
func (x *CryptoHash) AsBase58String() string
func (*CryptoHash) AsString ¶
func (x *CryptoHash) AsString() string
func (*CryptoHash) Descriptor
deprecated
func (*CryptoHash) Descriptor() ([]byte, []int)
Deprecated: Use CryptoHash.ProtoReflect.Descriptor instead.
func (*CryptoHash) GetBytes ¶
func (x *CryptoHash) GetBytes() []byte
func (*CryptoHash) ProtoMessage ¶
func (*CryptoHash) ProtoMessage()
func (*CryptoHash) ProtoReflect ¶
func (x *CryptoHash) ProtoReflect() protoreflect.Message
func (*CryptoHash) Reset ¶
func (x *CryptoHash) Reset()
func (*CryptoHash) String ¶
func (x *CryptoHash) String() string
type CurveKind ¶
type CurveKind int32
func (CurveKind) Descriptor ¶
func (CurveKind) Descriptor() protoreflect.EnumDescriptor
func (CurveKind) EnumDescriptor
deprecated
func (CurveKind) Number ¶
func (x CurveKind) Number() protoreflect.EnumNumber
func (CurveKind) Type ¶
func (CurveKind) Type() protoreflect.EnumType
type DataReceiver ¶
type DataReceiver struct { DataId *CryptoHash `protobuf:"bytes,1,opt,name=data_id,json=dataId,proto3" json:"data_id,omitempty"` ReceiverId string `protobuf:"bytes,2,opt,name=receiver_id,json=receiverId,proto3" json:"receiver_id,omitempty"` // contains filtered or unexported fields }
func (*DataReceiver) Descriptor
deprecated
func (*DataReceiver) Descriptor() ([]byte, []int)
Deprecated: Use DataReceiver.ProtoReflect.Descriptor instead.
func (*DataReceiver) GetDataId ¶
func (x *DataReceiver) GetDataId() *CryptoHash
func (*DataReceiver) GetReceiverId ¶
func (x *DataReceiver) GetReceiverId() string
func (*DataReceiver) ProtoMessage ¶
func (*DataReceiver) ProtoMessage()
func (*DataReceiver) ProtoReflect ¶
func (x *DataReceiver) ProtoReflect() protoreflect.Message
func (*DataReceiver) Reset ¶
func (x *DataReceiver) Reset()
func (*DataReceiver) String ¶
func (x *DataReceiver) String() string
type DeleteAccountAction ¶
type DeleteAccountAction struct { BeneficiaryId string `protobuf:"bytes,1,opt,name=beneficiary_id,json=beneficiaryId,proto3" json:"beneficiary_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteAccountAction) Descriptor
deprecated
func (*DeleteAccountAction) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAccountAction.ProtoReflect.Descriptor instead.
func (*DeleteAccountAction) GetBeneficiaryId ¶
func (x *DeleteAccountAction) GetBeneficiaryId() string
func (*DeleteAccountAction) ProtoMessage ¶
func (*DeleteAccountAction) ProtoMessage()
func (*DeleteAccountAction) ProtoReflect ¶
func (x *DeleteAccountAction) ProtoReflect() protoreflect.Message
func (*DeleteAccountAction) Reset ¶
func (x *DeleteAccountAction) Reset()
func (*DeleteAccountAction) String ¶
func (x *DeleteAccountAction) String() string
type DeleteAccountStakingErrorKind ¶
type DeleteAccountStakingErrorKind struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteAccountStakingErrorKind) Descriptor
deprecated
func (*DeleteAccountStakingErrorKind) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAccountStakingErrorKind.ProtoReflect.Descriptor instead.
func (*DeleteAccountStakingErrorKind) GetAccountId ¶
func (x *DeleteAccountStakingErrorKind) GetAccountId() string
func (*DeleteAccountStakingErrorKind) ProtoMessage ¶
func (*DeleteAccountStakingErrorKind) ProtoMessage()
func (*DeleteAccountStakingErrorKind) ProtoReflect ¶
func (x *DeleteAccountStakingErrorKind) ProtoReflect() protoreflect.Message
func (*DeleteAccountStakingErrorKind) Reset ¶
func (x *DeleteAccountStakingErrorKind) Reset()
func (*DeleteAccountStakingErrorKind) String ¶
func (x *DeleteAccountStakingErrorKind) String() string
type DeleteAccountWithLargeStateErrorKind ¶
type DeleteAccountWithLargeStateErrorKind struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteAccountWithLargeStateErrorKind) Descriptor
deprecated
func (*DeleteAccountWithLargeStateErrorKind) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAccountWithLargeStateErrorKind.ProtoReflect.Descriptor instead.
func (*DeleteAccountWithLargeStateErrorKind) GetAccountId ¶
func (x *DeleteAccountWithLargeStateErrorKind) GetAccountId() string
func (*DeleteAccountWithLargeStateErrorKind) ProtoMessage ¶
func (*DeleteAccountWithLargeStateErrorKind) ProtoMessage()
func (*DeleteAccountWithLargeStateErrorKind) ProtoReflect ¶
func (x *DeleteAccountWithLargeStateErrorKind) ProtoReflect() protoreflect.Message
func (*DeleteAccountWithLargeStateErrorKind) Reset ¶
func (x *DeleteAccountWithLargeStateErrorKind) Reset()
func (*DeleteAccountWithLargeStateErrorKind) String ¶
func (x *DeleteAccountWithLargeStateErrorKind) String() string
type DeleteKeyAction ¶
type DeleteKeyAction struct { PublicKey *PublicKey `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // contains filtered or unexported fields }
func (*DeleteKeyAction) Descriptor
deprecated
func (*DeleteKeyAction) Descriptor() ([]byte, []int)
Deprecated: Use DeleteKeyAction.ProtoReflect.Descriptor instead.
func (*DeleteKeyAction) GetPublicKey ¶
func (x *DeleteKeyAction) GetPublicKey() *PublicKey
func (*DeleteKeyAction) ProtoMessage ¶
func (*DeleteKeyAction) ProtoMessage()
func (*DeleteKeyAction) ProtoReflect ¶
func (x *DeleteKeyAction) ProtoReflect() protoreflect.Message
func (*DeleteKeyAction) Reset ¶
func (x *DeleteKeyAction) Reset()
func (*DeleteKeyAction) String ¶
func (x *DeleteKeyAction) String() string
type DeleteKeyDoesNotExistErrorKind ¶
type DeleteKeyDoesNotExistErrorKind struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` PublicKey *PublicKey `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // contains filtered or unexported fields }
func (*DeleteKeyDoesNotExistErrorKind) Descriptor
deprecated
func (*DeleteKeyDoesNotExistErrorKind) Descriptor() ([]byte, []int)
Deprecated: Use DeleteKeyDoesNotExistErrorKind.ProtoReflect.Descriptor instead.
func (*DeleteKeyDoesNotExistErrorKind) GetAccountId ¶
func (x *DeleteKeyDoesNotExistErrorKind) GetAccountId() string
func (*DeleteKeyDoesNotExistErrorKind) GetPublicKey ¶
func (x *DeleteKeyDoesNotExistErrorKind) GetPublicKey() *PublicKey
func (*DeleteKeyDoesNotExistErrorKind) ProtoMessage ¶
func (*DeleteKeyDoesNotExistErrorKind) ProtoMessage()
func (*DeleteKeyDoesNotExistErrorKind) ProtoReflect ¶
func (x *DeleteKeyDoesNotExistErrorKind) ProtoReflect() protoreflect.Message
func (*DeleteKeyDoesNotExistErrorKind) Reset ¶
func (x *DeleteKeyDoesNotExistErrorKind) Reset()
func (*DeleteKeyDoesNotExistErrorKind) String ¶
func (x *DeleteKeyDoesNotExistErrorKind) String() string
type DeployContractAction ¶
type DeployContractAction struct { Code []byte `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` // contains filtered or unexported fields }
func (*DeployContractAction) Descriptor
deprecated
func (*DeployContractAction) Descriptor() ([]byte, []int)
Deprecated: Use DeployContractAction.ProtoReflect.Descriptor instead.
func (*DeployContractAction) GetCode ¶
func (x *DeployContractAction) GetCode() []byte
func (*DeployContractAction) ProtoMessage ¶
func (*DeployContractAction) ProtoMessage()
func (*DeployContractAction) ProtoReflect ¶
func (x *DeployContractAction) ProtoReflect() protoreflect.Message
func (*DeployContractAction) Reset ¶
func (x *DeployContractAction) Reset()
func (*DeployContractAction) String ¶
func (x *DeployContractAction) String() string
type Direction ¶
type Direction int32
func (Direction) Descriptor ¶
func (Direction) Descriptor() protoreflect.EnumDescriptor
func (Direction) EnumDescriptor
deprecated
func (Direction) Number ¶
func (x Direction) Number() protoreflect.EnumNumber
func (Direction) Type ¶
func (Direction) Type() protoreflect.EnumType
type ExecutionMetadata ¶
type ExecutionMetadata int32
const (
ExecutionMetadata_ExecutionMetadataV1 ExecutionMetadata = 0
)
func (ExecutionMetadata) Descriptor ¶
func (ExecutionMetadata) Descriptor() protoreflect.EnumDescriptor
func (ExecutionMetadata) Enum ¶
func (x ExecutionMetadata) Enum() *ExecutionMetadata
func (ExecutionMetadata) EnumDescriptor
deprecated
func (ExecutionMetadata) EnumDescriptor() ([]byte, []int)
Deprecated: Use ExecutionMetadata.Descriptor instead.
func (ExecutionMetadata) Number ¶
func (x ExecutionMetadata) Number() protoreflect.EnumNumber
func (ExecutionMetadata) String ¶
func (x ExecutionMetadata) String() string
func (ExecutionMetadata) Type ¶
func (ExecutionMetadata) Type() protoreflect.EnumType
type ExecutionOutcome ¶
type ExecutionOutcome struct { Logs []string `protobuf:"bytes,1,rep,name=logs,proto3" json:"logs,omitempty"` ReceiptIds []*CryptoHash `protobuf:"bytes,2,rep,name=receipt_ids,json=receiptIds,proto3" json:"receipt_ids,omitempty"` GasBurnt uint64 `protobuf:"varint,3,opt,name=gas_burnt,json=gasBurnt,proto3" json:"gas_burnt,omitempty"` TokensBurnt *BigInt `protobuf:"bytes,4,opt,name=tokens_burnt,json=tokensBurnt,proto3" json:"tokens_burnt,omitempty"` ExecutorId string `protobuf:"bytes,5,opt,name=executor_id,json=executorId,proto3" json:"executor_id,omitempty"` // Types that are assignable to Status: // *ExecutionOutcome_Unknown // *ExecutionOutcome_Failure // *ExecutionOutcome_SuccessValue // *ExecutionOutcome_SuccessReceiptId Status isExecutionOutcome_Status `protobuf_oneof:"status"` Metadata ExecutionMetadata `protobuf:"varint,6,opt,name=metadata,proto3,enum=sf.near.type.v1.ExecutionMetadata" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*ExecutionOutcome) Descriptor
deprecated
func (*ExecutionOutcome) Descriptor() ([]byte, []int)
Deprecated: Use ExecutionOutcome.ProtoReflect.Descriptor instead.
func (*ExecutionOutcome) GetExecutorId ¶
func (x *ExecutionOutcome) GetExecutorId() string
func (*ExecutionOutcome) GetFailure ¶
func (x *ExecutionOutcome) GetFailure() *FailureExecutionStatus
func (*ExecutionOutcome) GetGasBurnt ¶
func (x *ExecutionOutcome) GetGasBurnt() uint64
func (*ExecutionOutcome) GetLogs ¶
func (x *ExecutionOutcome) GetLogs() []string
func (*ExecutionOutcome) GetMetadata ¶
func (x *ExecutionOutcome) GetMetadata() ExecutionMetadata
func (*ExecutionOutcome) GetReceiptIds ¶
func (x *ExecutionOutcome) GetReceiptIds() []*CryptoHash
func (*ExecutionOutcome) GetStatus ¶
func (m *ExecutionOutcome) GetStatus() isExecutionOutcome_Status
func (*ExecutionOutcome) GetSuccessReceiptId ¶
func (x *ExecutionOutcome) GetSuccessReceiptId() *SuccessReceiptIdExecutionStatus
func (*ExecutionOutcome) GetSuccessValue ¶
func (x *ExecutionOutcome) GetSuccessValue() *SuccessValueExecutionStatus
func (*ExecutionOutcome) GetTokensBurnt ¶
func (x *ExecutionOutcome) GetTokensBurnt() *BigInt
func (*ExecutionOutcome) GetUnknown ¶
func (x *ExecutionOutcome) GetUnknown() *UnknownExecutionStatus
func (*ExecutionOutcome) ProtoMessage ¶
func (*ExecutionOutcome) ProtoMessage()
func (*ExecutionOutcome) ProtoReflect ¶
func (x *ExecutionOutcome) ProtoReflect() protoreflect.Message
func (*ExecutionOutcome) Reset ¶
func (x *ExecutionOutcome) Reset()
func (*ExecutionOutcome) String ¶
func (x *ExecutionOutcome) String() string
type ExecutionOutcomeWithId ¶
type ExecutionOutcomeWithId struct { Proof *MerklePath `protobuf:"bytes,1,opt,name=proof,proto3" json:"proof,omitempty"` BlockHash *CryptoHash `protobuf:"bytes,2,opt,name=block_hash,json=blockHash,proto3" json:"block_hash,omitempty"` Id *CryptoHash `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` Outcome *ExecutionOutcome `protobuf:"bytes,4,opt,name=outcome,proto3" json:"outcome,omitempty"` // contains filtered or unexported fields }
func (*ExecutionOutcomeWithId) Descriptor
deprecated
func (*ExecutionOutcomeWithId) Descriptor() ([]byte, []int)
Deprecated: Use ExecutionOutcomeWithId.ProtoReflect.Descriptor instead.
func (*ExecutionOutcomeWithId) GetBlockHash ¶
func (x *ExecutionOutcomeWithId) GetBlockHash() *CryptoHash
func (*ExecutionOutcomeWithId) GetId ¶
func (x *ExecutionOutcomeWithId) GetId() *CryptoHash
func (*ExecutionOutcomeWithId) GetOutcome ¶
func (x *ExecutionOutcomeWithId) GetOutcome() *ExecutionOutcome
func (*ExecutionOutcomeWithId) GetProof ¶
func (x *ExecutionOutcomeWithId) GetProof() *MerklePath
func (*ExecutionOutcomeWithId) ProtoMessage ¶
func (*ExecutionOutcomeWithId) ProtoMessage()
func (*ExecutionOutcomeWithId) ProtoReflect ¶
func (x *ExecutionOutcomeWithId) ProtoReflect() protoreflect.Message
func (*ExecutionOutcomeWithId) Reset ¶
func (x *ExecutionOutcomeWithId) Reset()
func (*ExecutionOutcomeWithId) String ¶
func (x *ExecutionOutcomeWithId) String() string
type ExecutionOutcome_Failure ¶
type ExecutionOutcome_Failure struct {
Failure *FailureExecutionStatus `protobuf:"bytes,21,opt,name=failure,proto3,oneof"`
}
type ExecutionOutcome_SuccessReceiptId ¶
type ExecutionOutcome_SuccessReceiptId struct {
SuccessReceiptId *SuccessReceiptIdExecutionStatus `protobuf:"bytes,23,opt,name=success_receipt_id,json=successReceiptId,proto3,oneof"`
}
type ExecutionOutcome_SuccessValue ¶
type ExecutionOutcome_SuccessValue struct {
SuccessValue *SuccessValueExecutionStatus `protobuf:"bytes,22,opt,name=success_value,json=successValue,proto3,oneof"`
}
type ExecutionOutcome_Unknown ¶
type ExecutionOutcome_Unknown struct {
Unknown *UnknownExecutionStatus `protobuf:"bytes,20,opt,name=unknown,proto3,oneof"`
}
type FailureExecutionStatus ¶
type FailureExecutionStatus struct { // Types that are assignable to Failure: // *FailureExecutionStatus_ActionError // *FailureExecutionStatus_InvalidTxError Failure isFailureExecutionStatus_Failure `protobuf_oneof:"failure"` // contains filtered or unexported fields }
func (*FailureExecutionStatus) Descriptor
deprecated
func (*FailureExecutionStatus) Descriptor() ([]byte, []int)
Deprecated: Use FailureExecutionStatus.ProtoReflect.Descriptor instead.
func (*FailureExecutionStatus) GetActionError ¶
func (x *FailureExecutionStatus) GetActionError() *ActionError
func (*FailureExecutionStatus) GetFailure ¶
func (m *FailureExecutionStatus) GetFailure() isFailureExecutionStatus_Failure
func (*FailureExecutionStatus) GetInvalidTxError ¶
func (x *FailureExecutionStatus) GetInvalidTxError() InvalidTxError
func (*FailureExecutionStatus) ProtoMessage ¶
func (*FailureExecutionStatus) ProtoMessage()
func (*FailureExecutionStatus) ProtoReflect ¶
func (x *FailureExecutionStatus) ProtoReflect() protoreflect.Message
func (*FailureExecutionStatus) Reset ¶
func (x *FailureExecutionStatus) Reset()
func (*FailureExecutionStatus) String ¶
func (x *FailureExecutionStatus) String() string
type FailureExecutionStatus_ActionError ¶
type FailureExecutionStatus_ActionError struct {
ActionError *ActionError `protobuf:"bytes,1,opt,name=action_error,json=actionError,proto3,oneof"`
}
type FailureExecutionStatus_InvalidTxError ¶
type FailureExecutionStatus_InvalidTxError struct {
InvalidTxError InvalidTxError `protobuf:"varint,2,opt,name=invalid_tx_error,json=invalidTxError,proto3,enum=sf.near.type.v1.InvalidTxError,oneof"`
}
type FullAccessPermission ¶
type FullAccessPermission struct {
// contains filtered or unexported fields
}
func (*FullAccessPermission) Descriptor
deprecated
func (*FullAccessPermission) Descriptor() ([]byte, []int)
Deprecated: Use FullAccessPermission.ProtoReflect.Descriptor instead.
func (*FullAccessPermission) ProtoMessage ¶
func (*FullAccessPermission) ProtoMessage()
func (*FullAccessPermission) ProtoReflect ¶
func (x *FullAccessPermission) ProtoReflect() protoreflect.Message
func (*FullAccessPermission) Reset ¶
func (x *FullAccessPermission) Reset()
func (*FullAccessPermission) String ¶
func (x *FullAccessPermission) String() string
type FunctionCallAction ¶
type FunctionCallAction struct { MethodName string `protobuf:"bytes,1,opt,name=method_name,json=methodName,proto3" json:"method_name,omitempty"` Args []byte `protobuf:"bytes,2,opt,name=args,proto3" json:"args,omitempty"` Gas uint64 `protobuf:"varint,3,opt,name=gas,proto3" json:"gas,omitempty"` Deposit *BigInt `protobuf:"bytes,4,opt,name=deposit,proto3" json:"deposit,omitempty"` // contains filtered or unexported fields }
func (*FunctionCallAction) Descriptor
deprecated
func (*FunctionCallAction) Descriptor() ([]byte, []int)
Deprecated: Use FunctionCallAction.ProtoReflect.Descriptor instead.
func (*FunctionCallAction) GetArgs ¶
func (x *FunctionCallAction) GetArgs() []byte
func (*FunctionCallAction) GetDeposit ¶
func (x *FunctionCallAction) GetDeposit() *BigInt
func (*FunctionCallAction) GetGas ¶
func (x *FunctionCallAction) GetGas() uint64
func (*FunctionCallAction) GetMethodName ¶
func (x *FunctionCallAction) GetMethodName() string
func (*FunctionCallAction) ProtoMessage ¶
func (*FunctionCallAction) ProtoMessage()
func (*FunctionCallAction) ProtoReflect ¶
func (x *FunctionCallAction) ProtoReflect() protoreflect.Message
func (*FunctionCallAction) Reset ¶
func (x *FunctionCallAction) Reset()
func (*FunctionCallAction) String ¶
func (x *FunctionCallAction) String() string
type FunctionCallErrorKind ¶
type FunctionCallErrorKind struct { Error FunctionCallErrorSer `protobuf:"varint,1,opt,name=error,proto3,enum=sf.near.type.v1.FunctionCallErrorSer" json:"error,omitempty"` // contains filtered or unexported fields }
func (*FunctionCallErrorKind) Descriptor
deprecated
func (*FunctionCallErrorKind) Descriptor() ([]byte, []int)
Deprecated: Use FunctionCallErrorKind.ProtoReflect.Descriptor instead.
func (*FunctionCallErrorKind) GetError ¶
func (x *FunctionCallErrorKind) GetError() FunctionCallErrorSer
func (*FunctionCallErrorKind) ProtoMessage ¶
func (*FunctionCallErrorKind) ProtoMessage()
func (*FunctionCallErrorKind) ProtoReflect ¶
func (x *FunctionCallErrorKind) ProtoReflect() protoreflect.Message
func (*FunctionCallErrorKind) Reset ¶
func (x *FunctionCallErrorKind) Reset()
func (*FunctionCallErrorKind) String ¶
func (x *FunctionCallErrorKind) String() string
type FunctionCallErrorSer ¶
type FunctionCallErrorSer int32
const ( FunctionCallErrorSer_CompilationError FunctionCallErrorSer = 0 FunctionCallErrorSer_LinkError FunctionCallErrorSer = 1 FunctionCallErrorSer_MethodResolveError FunctionCallErrorSer = 2 FunctionCallErrorSer_WasmTrap FunctionCallErrorSer = 3 FunctionCallErrorSer_WasmUnknownError FunctionCallErrorSer = 4 FunctionCallErrorSer_HostError FunctionCallErrorSer = 5 FunctionCallErrorSer__EVMError FunctionCallErrorSer = 6 FunctionCallErrorSer_ExecutionError FunctionCallErrorSer = 7 )
func (FunctionCallErrorSer) Descriptor ¶
func (FunctionCallErrorSer) Descriptor() protoreflect.EnumDescriptor
func (FunctionCallErrorSer) Enum ¶
func (x FunctionCallErrorSer) Enum() *FunctionCallErrorSer
func (FunctionCallErrorSer) EnumDescriptor
deprecated
func (FunctionCallErrorSer) EnumDescriptor() ([]byte, []int)
Deprecated: Use FunctionCallErrorSer.Descriptor instead.
func (FunctionCallErrorSer) Number ¶
func (x FunctionCallErrorSer) Number() protoreflect.EnumNumber
func (FunctionCallErrorSer) String ¶
func (x FunctionCallErrorSer) String() string
func (FunctionCallErrorSer) Type ¶
func (FunctionCallErrorSer) Type() protoreflect.EnumType
type FunctionCallPermission ¶
type FunctionCallPermission struct { Allowance *BigInt `protobuf:"bytes,1,opt,name=allowance,proto3" json:"allowance,omitempty"` ReceiverId string `protobuf:"bytes,2,opt,name=receiver_id,json=receiverId,proto3" json:"receiver_id,omitempty"` MethodNames []string `protobuf:"bytes,3,rep,name=method_names,json=methodNames,proto3" json:"method_names,omitempty"` // contains filtered or unexported fields }
func (*FunctionCallPermission) Descriptor
deprecated
func (*FunctionCallPermission) Descriptor() ([]byte, []int)
Deprecated: Use FunctionCallPermission.ProtoReflect.Descriptor instead.
func (*FunctionCallPermission) GetAllowance ¶
func (x *FunctionCallPermission) GetAllowance() *BigInt
func (*FunctionCallPermission) GetMethodNames ¶
func (x *FunctionCallPermission) GetMethodNames() []string
func (*FunctionCallPermission) GetReceiverId ¶
func (x *FunctionCallPermission) GetReceiverId() string
func (*FunctionCallPermission) ProtoMessage ¶
func (*FunctionCallPermission) ProtoMessage()
func (*FunctionCallPermission) ProtoReflect ¶
func (x *FunctionCallPermission) ProtoReflect() protoreflect.Message
func (*FunctionCallPermission) Reset ¶
func (x *FunctionCallPermission) Reset()
func (*FunctionCallPermission) String ¶
func (x *FunctionCallPermission) String() string
type HeaderOnlyBlock ¶
type HeaderOnlyBlock struct { Header *BlockHeader `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"` // contains filtered or unexported fields }
HeaderOnlyBlock is a standard Block structure where all other fields are removed so that hydrating that object from a Block bytes payload will drastically reduced allocated memory required to hold the full block.
This can be used to unpack a Block when only the BlockHeader information is required and greatly reduced required memory.
func (*HeaderOnlyBlock) Descriptor
deprecated
func (*HeaderOnlyBlock) Descriptor() ([]byte, []int)
Deprecated: Use HeaderOnlyBlock.ProtoReflect.Descriptor instead.
func (*HeaderOnlyBlock) GetHeader ¶
func (x *HeaderOnlyBlock) GetHeader() *BlockHeader
func (*HeaderOnlyBlock) ProtoMessage ¶
func (*HeaderOnlyBlock) ProtoMessage()
func (*HeaderOnlyBlock) ProtoReflect ¶
func (x *HeaderOnlyBlock) ProtoReflect() protoreflect.Message
func (*HeaderOnlyBlock) Reset ¶
func (x *HeaderOnlyBlock) Reset()
func (*HeaderOnlyBlock) String ¶
func (x *HeaderOnlyBlock) String() string
type IndexerChunk ¶
type IndexerChunk struct { Author string `protobuf:"bytes,1,opt,name=author,proto3" json:"author,omitempty"` Header *ChunkHeader `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"` Transactions []*IndexerTransactionWithOutcome `protobuf:"bytes,3,rep,name=transactions,proto3" json:"transactions,omitempty"` Receipts []*Receipt `protobuf:"bytes,4,rep,name=receipts,proto3" json:"receipts,omitempty"` // contains filtered or unexported fields }
func (*IndexerChunk) Descriptor
deprecated
func (*IndexerChunk) Descriptor() ([]byte, []int)
Deprecated: Use IndexerChunk.ProtoReflect.Descriptor instead.
func (*IndexerChunk) GetAuthor ¶
func (x *IndexerChunk) GetAuthor() string
func (*IndexerChunk) GetHeader ¶
func (x *IndexerChunk) GetHeader() *ChunkHeader
func (*IndexerChunk) GetReceipts ¶
func (x *IndexerChunk) GetReceipts() []*Receipt
func (*IndexerChunk) GetTransactions ¶
func (x *IndexerChunk) GetTransactions() []*IndexerTransactionWithOutcome
func (*IndexerChunk) ProtoMessage ¶
func (*IndexerChunk) ProtoMessage()
func (*IndexerChunk) ProtoReflect ¶
func (x *IndexerChunk) ProtoReflect() protoreflect.Message
func (*IndexerChunk) Reset ¶
func (x *IndexerChunk) Reset()
func (*IndexerChunk) String ¶
func (x *IndexerChunk) String() string
type IndexerExecutionOutcomeWithOptionalReceipt ¶
type IndexerExecutionOutcomeWithOptionalReceipt struct { ExecutionOutcome *ExecutionOutcomeWithId `protobuf:"bytes,1,opt,name=execution_outcome,json=executionOutcome,proto3" json:"execution_outcome,omitempty"` Receipt *Receipt `protobuf:"bytes,2,opt,name=receipt,proto3" json:"receipt,omitempty"` // contains filtered or unexported fields }
func (*IndexerExecutionOutcomeWithOptionalReceipt) Descriptor
deprecated
func (*IndexerExecutionOutcomeWithOptionalReceipt) Descriptor() ([]byte, []int)
Deprecated: Use IndexerExecutionOutcomeWithOptionalReceipt.ProtoReflect.Descriptor instead.
func (*IndexerExecutionOutcomeWithOptionalReceipt) GetExecutionOutcome ¶
func (x *IndexerExecutionOutcomeWithOptionalReceipt) GetExecutionOutcome() *ExecutionOutcomeWithId
func (*IndexerExecutionOutcomeWithOptionalReceipt) GetReceipt ¶
func (x *IndexerExecutionOutcomeWithOptionalReceipt) GetReceipt() *Receipt
func (*IndexerExecutionOutcomeWithOptionalReceipt) ProtoMessage ¶
func (*IndexerExecutionOutcomeWithOptionalReceipt) ProtoMessage()
func (*IndexerExecutionOutcomeWithOptionalReceipt) ProtoReflect ¶
func (x *IndexerExecutionOutcomeWithOptionalReceipt) ProtoReflect() protoreflect.Message
func (*IndexerExecutionOutcomeWithOptionalReceipt) Reset ¶
func (x *IndexerExecutionOutcomeWithOptionalReceipt) Reset()
func (*IndexerExecutionOutcomeWithOptionalReceipt) String ¶
func (x *IndexerExecutionOutcomeWithOptionalReceipt) String() string
type IndexerExecutionOutcomeWithReceipt ¶
type IndexerExecutionOutcomeWithReceipt struct { ExecutionOutcome *ExecutionOutcomeWithId `protobuf:"bytes,1,opt,name=execution_outcome,json=executionOutcome,proto3" json:"execution_outcome,omitempty"` Receipt *Receipt `protobuf:"bytes,2,opt,name=receipt,proto3" json:"receipt,omitempty"` // contains filtered or unexported fields }
func (*IndexerExecutionOutcomeWithReceipt) Descriptor
deprecated
func (*IndexerExecutionOutcomeWithReceipt) Descriptor() ([]byte, []int)
Deprecated: Use IndexerExecutionOutcomeWithReceipt.ProtoReflect.Descriptor instead.
func (*IndexerExecutionOutcomeWithReceipt) GetExecutionOutcome ¶
func (x *IndexerExecutionOutcomeWithReceipt) GetExecutionOutcome() *ExecutionOutcomeWithId
func (*IndexerExecutionOutcomeWithReceipt) GetReceipt ¶
func (x *IndexerExecutionOutcomeWithReceipt) GetReceipt() *Receipt
func (*IndexerExecutionOutcomeWithReceipt) ProtoMessage ¶
func (*IndexerExecutionOutcomeWithReceipt) ProtoMessage()
func (*IndexerExecutionOutcomeWithReceipt) ProtoReflect ¶
func (x *IndexerExecutionOutcomeWithReceipt) ProtoReflect() protoreflect.Message
func (*IndexerExecutionOutcomeWithReceipt) Reset ¶
func (x *IndexerExecutionOutcomeWithReceipt) Reset()
func (*IndexerExecutionOutcomeWithReceipt) String ¶
func (x *IndexerExecutionOutcomeWithReceipt) String() string
type IndexerShard ¶
type IndexerShard struct { ShardId uint64 `protobuf:"varint,1,opt,name=shard_id,json=shardId,proto3" json:"shard_id,omitempty"` Chunk *IndexerChunk `protobuf:"bytes,2,opt,name=chunk,proto3" json:"chunk,omitempty"` ReceiptExecutionOutcomes []*IndexerExecutionOutcomeWithReceipt `` /* 135-byte string literal not displayed */ // contains filtered or unexported fields }
func (*IndexerShard) Descriptor
deprecated
func (*IndexerShard) Descriptor() ([]byte, []int)
Deprecated: Use IndexerShard.ProtoReflect.Descriptor instead.
func (*IndexerShard) GetChunk ¶
func (x *IndexerShard) GetChunk() *IndexerChunk
func (*IndexerShard) GetReceiptExecutionOutcomes ¶
func (x *IndexerShard) GetReceiptExecutionOutcomes() []*IndexerExecutionOutcomeWithReceipt
func (*IndexerShard) GetShardId ¶
func (x *IndexerShard) GetShardId() uint64
func (*IndexerShard) ProtoMessage ¶
func (*IndexerShard) ProtoMessage()
func (*IndexerShard) ProtoReflect ¶
func (x *IndexerShard) ProtoReflect() protoreflect.Message
func (*IndexerShard) Reset ¶
func (x *IndexerShard) Reset()
func (*IndexerShard) String ¶
func (x *IndexerShard) String() string
type IndexerTransactionWithOutcome ¶
type IndexerTransactionWithOutcome struct { Transaction *SignedTransaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` Outcome *IndexerExecutionOutcomeWithOptionalReceipt `protobuf:"bytes,2,opt,name=outcome,proto3" json:"outcome,omitempty"` // contains filtered or unexported fields }
func (*IndexerTransactionWithOutcome) Descriptor
deprecated
func (*IndexerTransactionWithOutcome) Descriptor() ([]byte, []int)
Deprecated: Use IndexerTransactionWithOutcome.ProtoReflect.Descriptor instead.
func (*IndexerTransactionWithOutcome) GetOutcome ¶
func (x *IndexerTransactionWithOutcome) GetOutcome() *IndexerExecutionOutcomeWithOptionalReceipt
func (*IndexerTransactionWithOutcome) GetTransaction ¶
func (x *IndexerTransactionWithOutcome) GetTransaction() *SignedTransaction
func (*IndexerTransactionWithOutcome) ProtoMessage ¶
func (*IndexerTransactionWithOutcome) ProtoMessage()
func (*IndexerTransactionWithOutcome) ProtoReflect ¶
func (x *IndexerTransactionWithOutcome) ProtoReflect() protoreflect.Message
func (*IndexerTransactionWithOutcome) Reset ¶
func (x *IndexerTransactionWithOutcome) Reset()
func (*IndexerTransactionWithOutcome) String ¶
func (x *IndexerTransactionWithOutcome) String() string
type InsufficientStakeErrorKind ¶
type InsufficientStakeErrorKind struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` Stake *BigInt `protobuf:"bytes,2,opt,name=stake,proto3" json:"stake,omitempty"` MinimumStake *BigInt `protobuf:"bytes,3,opt,name=minimum_stake,json=minimumStake,proto3" json:"minimum_stake,omitempty"` // contains filtered or unexported fields }
func (*InsufficientStakeErrorKind) Descriptor
deprecated
func (*InsufficientStakeErrorKind) Descriptor() ([]byte, []int)
Deprecated: Use InsufficientStakeErrorKind.ProtoReflect.Descriptor instead.
func (*InsufficientStakeErrorKind) GetAccountId ¶
func (x *InsufficientStakeErrorKind) GetAccountId() string
func (*InsufficientStakeErrorKind) GetMinimumStake ¶
func (x *InsufficientStakeErrorKind) GetMinimumStake() *BigInt
func (*InsufficientStakeErrorKind) GetStake ¶
func (x *InsufficientStakeErrorKind) GetStake() *BigInt
func (*InsufficientStakeErrorKind) ProtoMessage ¶
func (*InsufficientStakeErrorKind) ProtoMessage()
func (*InsufficientStakeErrorKind) ProtoReflect ¶
func (x *InsufficientStakeErrorKind) ProtoReflect() protoreflect.Message
func (*InsufficientStakeErrorKind) Reset ¶
func (x *InsufficientStakeErrorKind) Reset()
func (*InsufficientStakeErrorKind) String ¶
func (x *InsufficientStakeErrorKind) String() string
type InvalidTxError ¶
type InvalidTxError int32
const ( InvalidTxError_InvalidAccessKeyError InvalidTxError = 0 InvalidTxError_InvalidSignerId InvalidTxError = 1 InvalidTxError_SignerDoesNotExist InvalidTxError = 2 InvalidTxError_InvalidNonce InvalidTxError = 3 InvalidTxError_NonceTooLarge InvalidTxError = 4 InvalidTxError_InvalidReceiverId InvalidTxError = 5 InvalidTxError_InvalidSignature InvalidTxError = 6 InvalidTxError_NotEnoughBalance InvalidTxError = 7 InvalidTxError_LackBalanceForState InvalidTxError = 8 InvalidTxError_CostOverflow InvalidTxError = 9 InvalidTxError_InvalidChain InvalidTxError = 10 InvalidTxError_Expired InvalidTxError = 11 InvalidTxError_ActionsValidation InvalidTxError = 12 InvalidTxError_TransactionSizeExceeded InvalidTxError = 13 )
func (InvalidTxError) Descriptor ¶
func (InvalidTxError) Descriptor() protoreflect.EnumDescriptor
func (InvalidTxError) Enum ¶
func (x InvalidTxError) Enum() *InvalidTxError
func (InvalidTxError) EnumDescriptor
deprecated
func (InvalidTxError) EnumDescriptor() ([]byte, []int)
Deprecated: Use InvalidTxError.Descriptor instead.
func (InvalidTxError) Number ¶
func (x InvalidTxError) Number() protoreflect.EnumNumber
func (InvalidTxError) String ¶
func (x InvalidTxError) String() string
func (InvalidTxError) Type ¶
func (InvalidTxError) Type() protoreflect.EnumType
type LackBalanceForStateErrorKind ¶
type LackBalanceForStateErrorKind struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` Balance *BigInt `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance,omitempty"` // contains filtered or unexported fields }
func (*LackBalanceForStateErrorKind) Descriptor
deprecated
func (*LackBalanceForStateErrorKind) Descriptor() ([]byte, []int)
Deprecated: Use LackBalanceForStateErrorKind.ProtoReflect.Descriptor instead.
func (*LackBalanceForStateErrorKind) GetAccountId ¶
func (x *LackBalanceForStateErrorKind) GetAccountId() string
func (*LackBalanceForStateErrorKind) GetBalance ¶
func (x *LackBalanceForStateErrorKind) GetBalance() *BigInt
func (*LackBalanceForStateErrorKind) ProtoMessage ¶
func (*LackBalanceForStateErrorKind) ProtoMessage()
func (*LackBalanceForStateErrorKind) ProtoReflect ¶
func (x *LackBalanceForStateErrorKind) ProtoReflect() protoreflect.Message
func (*LackBalanceForStateErrorKind) Reset ¶
func (x *LackBalanceForStateErrorKind) Reset()
func (*LackBalanceForStateErrorKind) String ¶
func (x *LackBalanceForStateErrorKind) String() string
type MerklePath ¶
type MerklePath struct { Path []*MerklePathItem `protobuf:"bytes,1,rep,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
func (*MerklePath) Descriptor
deprecated
func (*MerklePath) Descriptor() ([]byte, []int)
Deprecated: Use MerklePath.ProtoReflect.Descriptor instead.
func (*MerklePath) GetPath ¶
func (x *MerklePath) GetPath() []*MerklePathItem
func (*MerklePath) ProtoMessage ¶
func (*MerklePath) ProtoMessage()
func (*MerklePath) ProtoReflect ¶
func (x *MerklePath) ProtoReflect() protoreflect.Message
func (*MerklePath) Reset ¶
func (x *MerklePath) Reset()
func (*MerklePath) String ¶
func (x *MerklePath) String() string
type MerklePathItem ¶
type MerklePathItem struct { Hash *CryptoHash `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` Direction Direction `protobuf:"varint,2,opt,name=direction,proto3,enum=sf.near.type.v1.Direction" json:"direction,omitempty"` // contains filtered or unexported fields }
func (*MerklePathItem) Descriptor
deprecated
func (*MerklePathItem) Descriptor() ([]byte, []int)
Deprecated: Use MerklePathItem.ProtoReflect.Descriptor instead.
func (*MerklePathItem) GetDirection ¶
func (x *MerklePathItem) GetDirection() Direction
func (*MerklePathItem) GetHash ¶
func (x *MerklePathItem) GetHash() *CryptoHash
func (*MerklePathItem) ProtoMessage ¶
func (*MerklePathItem) ProtoMessage()
func (*MerklePathItem) ProtoReflect ¶
func (x *MerklePathItem) ProtoReflect() protoreflect.Message
func (*MerklePathItem) Reset ¶
func (x *MerklePathItem) Reset()
func (*MerklePathItem) String ¶
func (x *MerklePathItem) String() string
type NewReceiptValidationErrorKind ¶
type NewReceiptValidationErrorKind struct { Error ReceiptValidationError `protobuf:"varint,1,opt,name=error,proto3,enum=sf.near.type.v1.ReceiptValidationError" json:"error,omitempty"` // contains filtered or unexported fields }
func (*NewReceiptValidationErrorKind) Descriptor
deprecated
func (*NewReceiptValidationErrorKind) Descriptor() ([]byte, []int)
Deprecated: Use NewReceiptValidationErrorKind.ProtoReflect.Descriptor instead.
func (*NewReceiptValidationErrorKind) GetError ¶
func (x *NewReceiptValidationErrorKind) GetError() ReceiptValidationError
func (*NewReceiptValidationErrorKind) ProtoMessage ¶
func (*NewReceiptValidationErrorKind) ProtoMessage()
func (*NewReceiptValidationErrorKind) ProtoReflect ¶
func (x *NewReceiptValidationErrorKind) ProtoReflect() protoreflect.Message
func (*NewReceiptValidationErrorKind) Reset ¶
func (x *NewReceiptValidationErrorKind) Reset()
func (*NewReceiptValidationErrorKind) String ¶
func (x *NewReceiptValidationErrorKind) String() string
type OnlyImplicitAccountCreationAllowedErrorKind ¶
type OnlyImplicitAccountCreationAllowedErrorKind struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` // contains filtered or unexported fields }
func (*OnlyImplicitAccountCreationAllowedErrorKind) Descriptor
deprecated
func (*OnlyImplicitAccountCreationAllowedErrorKind) Descriptor() ([]byte, []int)
Deprecated: Use OnlyImplicitAccountCreationAllowedErrorKind.ProtoReflect.Descriptor instead.
func (*OnlyImplicitAccountCreationAllowedErrorKind) GetAccountId ¶
func (x *OnlyImplicitAccountCreationAllowedErrorKind) GetAccountId() string
func (*OnlyImplicitAccountCreationAllowedErrorKind) ProtoMessage ¶
func (*OnlyImplicitAccountCreationAllowedErrorKind) ProtoMessage()
func (*OnlyImplicitAccountCreationAllowedErrorKind) ProtoReflect ¶
func (x *OnlyImplicitAccountCreationAllowedErrorKind) ProtoReflect() protoreflect.Message
func (*OnlyImplicitAccountCreationAllowedErrorKind) Reset ¶
func (x *OnlyImplicitAccountCreationAllowedErrorKind) Reset()
func (*OnlyImplicitAccountCreationAllowedErrorKind) String ¶
func (x *OnlyImplicitAccountCreationAllowedErrorKind) String() string
type PublicKey ¶
type PublicKey struct { Type CurveKind `protobuf:"varint,1,opt,name=type,proto3,enum=sf.near.type.v1.CurveKind" json:"type,omitempty"` Bytes []byte `protobuf:"bytes,2,opt,name=bytes,proto3" json:"bytes,omitempty"` // contains filtered or unexported fields }
func (*PublicKey) Descriptor
deprecated
func (*PublicKey) ProtoMessage ¶
func (*PublicKey) ProtoMessage()
func (*PublicKey) ProtoReflect ¶
func (x *PublicKey) ProtoReflect() protoreflect.Message
type Receipt ¶
type Receipt struct { PredecessorId string `protobuf:"bytes,1,opt,name=predecessor_id,json=predecessorId,proto3" json:"predecessor_id,omitempty"` ReceiverId string `protobuf:"bytes,2,opt,name=receiver_id,json=receiverId,proto3" json:"receiver_id,omitempty"` ReceiptId *CryptoHash `protobuf:"bytes,3,opt,name=receipt_id,json=receiptId,proto3" json:"receipt_id,omitempty"` // Types that are assignable to Receipt: // *Receipt_Action // *Receipt_Data Receipt isReceipt_Receipt `protobuf_oneof:"receipt"` // contains filtered or unexported fields }
func (*Receipt) Descriptor
deprecated
func (*Receipt) GetAction ¶
func (x *Receipt) GetAction() *ReceiptAction
func (*Receipt) GetData ¶
func (x *Receipt) GetData() *ReceiptData
func (*Receipt) GetPredecessorId ¶
func (*Receipt) GetReceipt ¶
func (m *Receipt) GetReceipt() isReceipt_Receipt
func (*Receipt) GetReceiptId ¶
func (x *Receipt) GetReceiptId() *CryptoHash
func (*Receipt) GetReceiverId ¶
func (*Receipt) ProtoMessage ¶
func (*Receipt) ProtoMessage()
func (*Receipt) ProtoReflect ¶
func (x *Receipt) ProtoReflect() protoreflect.Message
type ReceiptAction ¶
type ReceiptAction struct { SignerId string `protobuf:"bytes,1,opt,name=signer_id,json=signerId,proto3" json:"signer_id,omitempty"` SignerPublicKey *PublicKey `protobuf:"bytes,2,opt,name=signer_public_key,json=signerPublicKey,proto3" json:"signer_public_key,omitempty"` GasPrice *BigInt `protobuf:"bytes,3,opt,name=gas_price,json=gasPrice,proto3" json:"gas_price,omitempty"` OutputDataReceivers []*DataReceiver `protobuf:"bytes,4,rep,name=output_data_receivers,json=outputDataReceivers,proto3" json:"output_data_receivers,omitempty"` InputDataIds []*CryptoHash `protobuf:"bytes,5,rep,name=input_data_ids,json=inputDataIds,proto3" json:"input_data_ids,omitempty"` Actions []*Action `protobuf:"bytes,6,rep,name=actions,proto3" json:"actions,omitempty"` // contains filtered or unexported fields }
func (*ReceiptAction) Descriptor
deprecated
func (*ReceiptAction) Descriptor() ([]byte, []int)
Deprecated: Use ReceiptAction.ProtoReflect.Descriptor instead.
func (*ReceiptAction) GetActions ¶
func (x *ReceiptAction) GetActions() []*Action
func (*ReceiptAction) GetGasPrice ¶
func (x *ReceiptAction) GetGasPrice() *BigInt
func (*ReceiptAction) GetInputDataIds ¶
func (x *ReceiptAction) GetInputDataIds() []*CryptoHash
func (*ReceiptAction) GetOutputDataReceivers ¶
func (x *ReceiptAction) GetOutputDataReceivers() []*DataReceiver
func (*ReceiptAction) GetSignerId ¶
func (x *ReceiptAction) GetSignerId() string
func (*ReceiptAction) GetSignerPublicKey ¶
func (x *ReceiptAction) GetSignerPublicKey() *PublicKey
func (*ReceiptAction) ProtoMessage ¶
func (*ReceiptAction) ProtoMessage()
func (*ReceiptAction) ProtoReflect ¶
func (x *ReceiptAction) ProtoReflect() protoreflect.Message
func (*ReceiptAction) Reset ¶
func (x *ReceiptAction) Reset()
func (*ReceiptAction) String ¶
func (x *ReceiptAction) String() string
type ReceiptData ¶
type ReceiptData struct { DataId *CryptoHash `protobuf:"bytes,1,opt,name=data_id,json=dataId,proto3" json:"data_id,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*ReceiptData) Descriptor
deprecated
func (*ReceiptData) Descriptor() ([]byte, []int)
Deprecated: Use ReceiptData.ProtoReflect.Descriptor instead.
func (*ReceiptData) GetData ¶
func (x *ReceiptData) GetData() []byte
func (*ReceiptData) GetDataId ¶
func (x *ReceiptData) GetDataId() *CryptoHash
func (*ReceiptData) ProtoMessage ¶
func (*ReceiptData) ProtoMessage()
func (*ReceiptData) ProtoReflect ¶
func (x *ReceiptData) ProtoReflect() protoreflect.Message
func (*ReceiptData) Reset ¶
func (x *ReceiptData) Reset()
func (*ReceiptData) String ¶
func (x *ReceiptData) String() string
type ReceiptValidationError ¶
type ReceiptValidationError int32
const ( ReceiptValidationError_InvalidPredecessorId ReceiptValidationError = 0 ReceiptValidationError_InvalidReceiverAccountId ReceiptValidationError = 1 ReceiptValidationError_InvalidSignerAccountId ReceiptValidationError = 2 ReceiptValidationError_InvalidDataReceiverId ReceiptValidationError = 3 ReceiptValidationError_ReturnedValueLengthExceeded ReceiptValidationError = 4 ReceiptValidationError_NumberInputDataDependenciesExceeded ReceiptValidationError = 5 ReceiptValidationError_ActionsValidationError ReceiptValidationError = 6 )
func (ReceiptValidationError) Descriptor ¶
func (ReceiptValidationError) Descriptor() protoreflect.EnumDescriptor
func (ReceiptValidationError) Enum ¶
func (x ReceiptValidationError) Enum() *ReceiptValidationError
func (ReceiptValidationError) EnumDescriptor
deprecated
func (ReceiptValidationError) EnumDescriptor() ([]byte, []int)
Deprecated: Use ReceiptValidationError.Descriptor instead.
func (ReceiptValidationError) Number ¶
func (x ReceiptValidationError) Number() protoreflect.EnumNumber
func (ReceiptValidationError) String ¶
func (x ReceiptValidationError) String() string
func (ReceiptValidationError) Type ¶
func (ReceiptValidationError) Type() protoreflect.EnumType
type Receipt_Action ¶
type Receipt_Action struct {
Action *ReceiptAction `protobuf:"bytes,10,opt,name=action,proto3,oneof"`
}
type Receipt_Data ¶
type Receipt_Data struct {
Data *ReceiptData `protobuf:"bytes,11,opt,name=data,proto3,oneof"`
}
type Signature ¶
type Signature struct { Type CurveKind `protobuf:"varint,1,opt,name=type,proto3,enum=sf.near.type.v1.CurveKind" json:"type,omitempty"` Bytes []byte `protobuf:"bytes,2,opt,name=bytes,proto3" json:"bytes,omitempty"` // contains filtered or unexported fields }
func (*Signature) Descriptor
deprecated
func (*Signature) ProtoMessage ¶
func (*Signature) ProtoMessage()
func (*Signature) ProtoReflect ¶
func (x *Signature) ProtoReflect() protoreflect.Message
type SignedTransaction ¶
type SignedTransaction struct { SignerId string `protobuf:"bytes,1,opt,name=signer_id,json=signerId,proto3" json:"signer_id,omitempty"` PublicKey *PublicKey `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Nonce uint64 `protobuf:"varint,3,opt,name=nonce,proto3" json:"nonce,omitempty"` ReceiverId string `protobuf:"bytes,4,opt,name=receiver_id,json=receiverId,proto3" json:"receiver_id,omitempty"` Actions []*Action `protobuf:"bytes,5,rep,name=actions,proto3" json:"actions,omitempty"` Signature *Signature `protobuf:"bytes,6,opt,name=signature,proto3" json:"signature,omitempty"` Hash *CryptoHash `protobuf:"bytes,7,opt,name=hash,proto3" json:"hash,omitempty"` // contains filtered or unexported fields }
func (*SignedTransaction) Descriptor
deprecated
func (*SignedTransaction) Descriptor() ([]byte, []int)
Deprecated: Use SignedTransaction.ProtoReflect.Descriptor instead.
func (*SignedTransaction) GetActions ¶
func (x *SignedTransaction) GetActions() []*Action
func (*SignedTransaction) GetHash ¶
func (x *SignedTransaction) GetHash() *CryptoHash
func (*SignedTransaction) GetNonce ¶
func (x *SignedTransaction) GetNonce() uint64
func (*SignedTransaction) GetPublicKey ¶
func (x *SignedTransaction) GetPublicKey() *PublicKey
func (*SignedTransaction) GetReceiverId ¶
func (x *SignedTransaction) GetReceiverId() string
func (*SignedTransaction) GetSignature ¶
func (x *SignedTransaction) GetSignature() *Signature
func (*SignedTransaction) GetSignerId ¶
func (x *SignedTransaction) GetSignerId() string
func (*SignedTransaction) ProtoMessage ¶
func (*SignedTransaction) ProtoMessage()
func (*SignedTransaction) ProtoReflect ¶
func (x *SignedTransaction) ProtoReflect() protoreflect.Message
func (*SignedTransaction) Reset ¶
func (x *SignedTransaction) Reset()
func (*SignedTransaction) String ¶
func (x *SignedTransaction) String() string
type SlashedValidator ¶
type SlashedValidator struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` IsDoubleSign bool `protobuf:"varint,2,opt,name=is_double_sign,json=isDoubleSign,proto3" json:"is_double_sign,omitempty"` // contains filtered or unexported fields }
func (*SlashedValidator) Descriptor
deprecated
func (*SlashedValidator) Descriptor() ([]byte, []int)
Deprecated: Use SlashedValidator.ProtoReflect.Descriptor instead.
func (*SlashedValidator) GetAccountId ¶
func (x *SlashedValidator) GetAccountId() string
func (*SlashedValidator) GetIsDoubleSign ¶
func (x *SlashedValidator) GetIsDoubleSign() bool
func (*SlashedValidator) ProtoMessage ¶
func (*SlashedValidator) ProtoMessage()
func (*SlashedValidator) ProtoReflect ¶
func (x *SlashedValidator) ProtoReflect() protoreflect.Message
func (*SlashedValidator) Reset ¶
func (x *SlashedValidator) Reset()
func (*SlashedValidator) String ¶
func (x *SlashedValidator) String() string
type StakeAction ¶
type StakeAction struct { Stake *BigInt `protobuf:"bytes,1,opt,name=stake,proto3" json:"stake,omitempty"` PublicKey *PublicKey `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // contains filtered or unexported fields }
func (*StakeAction) Descriptor
deprecated
func (*StakeAction) Descriptor() ([]byte, []int)
Deprecated: Use StakeAction.ProtoReflect.Descriptor instead.
func (*StakeAction) GetPublicKey ¶
func (x *StakeAction) GetPublicKey() *PublicKey
func (*StakeAction) GetStake ¶
func (x *StakeAction) GetStake() *BigInt
func (*StakeAction) ProtoMessage ¶
func (*StakeAction) ProtoMessage()
func (*StakeAction) ProtoReflect ¶
func (x *StakeAction) ProtoReflect() protoreflect.Message
func (*StakeAction) Reset ¶
func (x *StakeAction) Reset()
func (*StakeAction) String ¶
func (x *StakeAction) String() string
type StateChangeCause ¶
type StateChangeCause struct { // Types that are assignable to Cause: // *StateChangeCause_NotWritableToDisk_ // *StateChangeCause_InitialState_ // *StateChangeCause_TransactionProcessing_ // *StateChangeCause_ActionReceiptProcessingStarted_ // *StateChangeCause_ActionReceiptGasReward_ // *StateChangeCause_ReceiptProcessing_ // *StateChangeCause_PostponedReceipt_ // *StateChangeCause_UpdatedDelayedReceipts_ // *StateChangeCause_ValidatorAccountsUpdate_ // *StateChangeCause_Migration_ Cause isStateChangeCause_Cause `protobuf_oneof:"cause"` // contains filtered or unexported fields }
func (*StateChangeCause) Descriptor
deprecated
func (*StateChangeCause) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeCause.ProtoReflect.Descriptor instead.
func (*StateChangeCause) GetActionReceiptGasReward ¶
func (x *StateChangeCause) GetActionReceiptGasReward() *StateChangeCause_ActionReceiptGasReward
func (*StateChangeCause) GetActionReceiptProcessingStarted ¶
func (x *StateChangeCause) GetActionReceiptProcessingStarted() *StateChangeCause_ActionReceiptProcessingStarted
func (*StateChangeCause) GetCause ¶
func (m *StateChangeCause) GetCause() isStateChangeCause_Cause
func (*StateChangeCause) GetInitialState ¶
func (x *StateChangeCause) GetInitialState() *StateChangeCause_InitialState
func (*StateChangeCause) GetMigration ¶
func (x *StateChangeCause) GetMigration() *StateChangeCause_Migration
func (*StateChangeCause) GetNotWritableToDisk ¶
func (x *StateChangeCause) GetNotWritableToDisk() *StateChangeCause_NotWritableToDisk
func (*StateChangeCause) GetPostponedReceipt ¶
func (x *StateChangeCause) GetPostponedReceipt() *StateChangeCause_PostponedReceipt
func (*StateChangeCause) GetReceiptProcessing ¶
func (x *StateChangeCause) GetReceiptProcessing() *StateChangeCause_ReceiptProcessing
func (*StateChangeCause) GetTransactionProcessing ¶
func (x *StateChangeCause) GetTransactionProcessing() *StateChangeCause_TransactionProcessing
func (*StateChangeCause) GetUpdatedDelayedReceipts ¶
func (x *StateChangeCause) GetUpdatedDelayedReceipts() *StateChangeCause_UpdatedDelayedReceipts
func (*StateChangeCause) GetValidatorAccountsUpdate ¶
func (x *StateChangeCause) GetValidatorAccountsUpdate() *StateChangeCause_ValidatorAccountsUpdate
func (*StateChangeCause) ProtoMessage ¶
func (*StateChangeCause) ProtoMessage()
func (*StateChangeCause) ProtoReflect ¶
func (x *StateChangeCause) ProtoReflect() protoreflect.Message
func (*StateChangeCause) Reset ¶
func (x *StateChangeCause) Reset()
func (*StateChangeCause) String ¶
func (x *StateChangeCause) String() string
type StateChangeCause_ActionReceiptGasReward ¶
type StateChangeCause_ActionReceiptGasReward struct { TxHash *CryptoHash `protobuf:"bytes,1,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"` // contains filtered or unexported fields }
func (*StateChangeCause_ActionReceiptGasReward) Descriptor
deprecated
func (*StateChangeCause_ActionReceiptGasReward) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeCause_ActionReceiptGasReward.ProtoReflect.Descriptor instead.
func (*StateChangeCause_ActionReceiptGasReward) GetTxHash ¶
func (x *StateChangeCause_ActionReceiptGasReward) GetTxHash() *CryptoHash
func (*StateChangeCause_ActionReceiptGasReward) ProtoMessage ¶
func (*StateChangeCause_ActionReceiptGasReward) ProtoMessage()
func (*StateChangeCause_ActionReceiptGasReward) ProtoReflect ¶
func (x *StateChangeCause_ActionReceiptGasReward) ProtoReflect() protoreflect.Message
func (*StateChangeCause_ActionReceiptGasReward) Reset ¶
func (x *StateChangeCause_ActionReceiptGasReward) Reset()
func (*StateChangeCause_ActionReceiptGasReward) String ¶
func (x *StateChangeCause_ActionReceiptGasReward) String() string
type StateChangeCause_ActionReceiptGasReward_ ¶
type StateChangeCause_ActionReceiptGasReward_ struct {
ActionReceiptGasReward *StateChangeCause_ActionReceiptGasReward `protobuf:"bytes,5,opt,name=action_receipt_gas_reward,json=actionReceiptGasReward,proto3,oneof"`
}
type StateChangeCause_ActionReceiptProcessingStarted ¶
type StateChangeCause_ActionReceiptProcessingStarted struct { ReceiptHash *CryptoHash `protobuf:"bytes,1,opt,name=receipt_hash,json=receiptHash,proto3" json:"receipt_hash,omitempty"` // contains filtered or unexported fields }
func (*StateChangeCause_ActionReceiptProcessingStarted) Descriptor
deprecated
func (*StateChangeCause_ActionReceiptProcessingStarted) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeCause_ActionReceiptProcessingStarted.ProtoReflect.Descriptor instead.
func (*StateChangeCause_ActionReceiptProcessingStarted) GetReceiptHash ¶
func (x *StateChangeCause_ActionReceiptProcessingStarted) GetReceiptHash() *CryptoHash
func (*StateChangeCause_ActionReceiptProcessingStarted) ProtoMessage ¶
func (*StateChangeCause_ActionReceiptProcessingStarted) ProtoMessage()
func (*StateChangeCause_ActionReceiptProcessingStarted) ProtoReflect ¶
func (x *StateChangeCause_ActionReceiptProcessingStarted) ProtoReflect() protoreflect.Message
func (*StateChangeCause_ActionReceiptProcessingStarted) Reset ¶
func (x *StateChangeCause_ActionReceiptProcessingStarted) Reset()
func (*StateChangeCause_ActionReceiptProcessingStarted) String ¶
func (x *StateChangeCause_ActionReceiptProcessingStarted) String() string
type StateChangeCause_ActionReceiptProcessingStarted_ ¶
type StateChangeCause_ActionReceiptProcessingStarted_ struct {
ActionReceiptProcessingStarted *StateChangeCause_ActionReceiptProcessingStarted `protobuf:"bytes,4,opt,name=action_receipt_processing_started,json=actionReceiptProcessingStarted,proto3,oneof"`
}
type StateChangeCause_InitialState ¶
type StateChangeCause_InitialState struct {
// contains filtered or unexported fields
}
func (*StateChangeCause_InitialState) Descriptor
deprecated
func (*StateChangeCause_InitialState) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeCause_InitialState.ProtoReflect.Descriptor instead.
func (*StateChangeCause_InitialState) ProtoMessage ¶
func (*StateChangeCause_InitialState) ProtoMessage()
func (*StateChangeCause_InitialState) ProtoReflect ¶
func (x *StateChangeCause_InitialState) ProtoReflect() protoreflect.Message
func (*StateChangeCause_InitialState) Reset ¶
func (x *StateChangeCause_InitialState) Reset()
func (*StateChangeCause_InitialState) String ¶
func (x *StateChangeCause_InitialState) String() string
type StateChangeCause_InitialState_ ¶
type StateChangeCause_InitialState_ struct {
InitialState *StateChangeCause_InitialState `protobuf:"bytes,2,opt,name=initial_state,json=initialState,proto3,oneof"`
}
type StateChangeCause_Migration ¶
type StateChangeCause_Migration struct {
// contains filtered or unexported fields
}
func (*StateChangeCause_Migration) Descriptor
deprecated
func (*StateChangeCause_Migration) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeCause_Migration.ProtoReflect.Descriptor instead.
func (*StateChangeCause_Migration) ProtoMessage ¶
func (*StateChangeCause_Migration) ProtoMessage()
func (*StateChangeCause_Migration) ProtoReflect ¶
func (x *StateChangeCause_Migration) ProtoReflect() protoreflect.Message
func (*StateChangeCause_Migration) Reset ¶
func (x *StateChangeCause_Migration) Reset()
func (*StateChangeCause_Migration) String ¶
func (x *StateChangeCause_Migration) String() string
type StateChangeCause_Migration_ ¶
type StateChangeCause_Migration_ struct {
Migration *StateChangeCause_Migration `protobuf:"bytes,10,opt,name=migration,proto3,oneof"`
}
type StateChangeCause_NotWritableToDisk ¶
type StateChangeCause_NotWritableToDisk struct {
// contains filtered or unexported fields
}
func (*StateChangeCause_NotWritableToDisk) Descriptor
deprecated
func (*StateChangeCause_NotWritableToDisk) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeCause_NotWritableToDisk.ProtoReflect.Descriptor instead.
func (*StateChangeCause_NotWritableToDisk) ProtoMessage ¶
func (*StateChangeCause_NotWritableToDisk) ProtoMessage()
func (*StateChangeCause_NotWritableToDisk) ProtoReflect ¶
func (x *StateChangeCause_NotWritableToDisk) ProtoReflect() protoreflect.Message
func (*StateChangeCause_NotWritableToDisk) Reset ¶
func (x *StateChangeCause_NotWritableToDisk) Reset()
func (*StateChangeCause_NotWritableToDisk) String ¶
func (x *StateChangeCause_NotWritableToDisk) String() string
type StateChangeCause_NotWritableToDisk_ ¶
type StateChangeCause_NotWritableToDisk_ struct {
NotWritableToDisk *StateChangeCause_NotWritableToDisk `protobuf:"bytes,1,opt,name=not_writable_to_disk,json=notWritableToDisk,proto3,oneof"`
}
type StateChangeCause_PostponedReceipt ¶
type StateChangeCause_PostponedReceipt struct { TxHash *CryptoHash `protobuf:"bytes,1,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"` // contains filtered or unexported fields }
func (*StateChangeCause_PostponedReceipt) Descriptor
deprecated
func (*StateChangeCause_PostponedReceipt) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeCause_PostponedReceipt.ProtoReflect.Descriptor instead.
func (*StateChangeCause_PostponedReceipt) GetTxHash ¶
func (x *StateChangeCause_PostponedReceipt) GetTxHash() *CryptoHash
func (*StateChangeCause_PostponedReceipt) ProtoMessage ¶
func (*StateChangeCause_PostponedReceipt) ProtoMessage()
func (*StateChangeCause_PostponedReceipt) ProtoReflect ¶
func (x *StateChangeCause_PostponedReceipt) ProtoReflect() protoreflect.Message
func (*StateChangeCause_PostponedReceipt) Reset ¶
func (x *StateChangeCause_PostponedReceipt) Reset()
func (*StateChangeCause_PostponedReceipt) String ¶
func (x *StateChangeCause_PostponedReceipt) String() string
type StateChangeCause_PostponedReceipt_ ¶
type StateChangeCause_PostponedReceipt_ struct {
PostponedReceipt *StateChangeCause_PostponedReceipt `protobuf:"bytes,7,opt,name=postponed_receipt,json=postponedReceipt,proto3,oneof"`
}
type StateChangeCause_ReceiptProcessing ¶
type StateChangeCause_ReceiptProcessing struct { TxHash *CryptoHash `protobuf:"bytes,1,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"` // contains filtered or unexported fields }
func (*StateChangeCause_ReceiptProcessing) Descriptor
deprecated
func (*StateChangeCause_ReceiptProcessing) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeCause_ReceiptProcessing.ProtoReflect.Descriptor instead.
func (*StateChangeCause_ReceiptProcessing) GetTxHash ¶
func (x *StateChangeCause_ReceiptProcessing) GetTxHash() *CryptoHash
func (*StateChangeCause_ReceiptProcessing) ProtoMessage ¶
func (*StateChangeCause_ReceiptProcessing) ProtoMessage()
func (*StateChangeCause_ReceiptProcessing) ProtoReflect ¶
func (x *StateChangeCause_ReceiptProcessing) ProtoReflect() protoreflect.Message
func (*StateChangeCause_ReceiptProcessing) Reset ¶
func (x *StateChangeCause_ReceiptProcessing) Reset()
func (*StateChangeCause_ReceiptProcessing) String ¶
func (x *StateChangeCause_ReceiptProcessing) String() string
type StateChangeCause_ReceiptProcessing_ ¶
type StateChangeCause_ReceiptProcessing_ struct {
ReceiptProcessing *StateChangeCause_ReceiptProcessing `protobuf:"bytes,6,opt,name=receipt_processing,json=receiptProcessing,proto3,oneof"`
}
type StateChangeCause_TransactionProcessing ¶
type StateChangeCause_TransactionProcessing struct { TxHash *CryptoHash `protobuf:"bytes,1,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"` // contains filtered or unexported fields }
func (*StateChangeCause_TransactionProcessing) Descriptor
deprecated
func (*StateChangeCause_TransactionProcessing) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeCause_TransactionProcessing.ProtoReflect.Descriptor instead.
func (*StateChangeCause_TransactionProcessing) GetTxHash ¶
func (x *StateChangeCause_TransactionProcessing) GetTxHash() *CryptoHash
func (*StateChangeCause_TransactionProcessing) ProtoMessage ¶
func (*StateChangeCause_TransactionProcessing) ProtoMessage()
func (*StateChangeCause_TransactionProcessing) ProtoReflect ¶
func (x *StateChangeCause_TransactionProcessing) ProtoReflect() protoreflect.Message
func (*StateChangeCause_TransactionProcessing) Reset ¶
func (x *StateChangeCause_TransactionProcessing) Reset()
func (*StateChangeCause_TransactionProcessing) String ¶
func (x *StateChangeCause_TransactionProcessing) String() string
type StateChangeCause_TransactionProcessing_ ¶
type StateChangeCause_TransactionProcessing_ struct {
TransactionProcessing *StateChangeCause_TransactionProcessing `protobuf:"bytes,3,opt,name=transaction_processing,json=transactionProcessing,proto3,oneof"`
}
type StateChangeCause_UpdatedDelayedReceipts ¶
type StateChangeCause_UpdatedDelayedReceipts struct {
// contains filtered or unexported fields
}
func (*StateChangeCause_UpdatedDelayedReceipts) Descriptor
deprecated
func (*StateChangeCause_UpdatedDelayedReceipts) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeCause_UpdatedDelayedReceipts.ProtoReflect.Descriptor instead.
func (*StateChangeCause_UpdatedDelayedReceipts) ProtoMessage ¶
func (*StateChangeCause_UpdatedDelayedReceipts) ProtoMessage()
func (*StateChangeCause_UpdatedDelayedReceipts) ProtoReflect ¶
func (x *StateChangeCause_UpdatedDelayedReceipts) ProtoReflect() protoreflect.Message
func (*StateChangeCause_UpdatedDelayedReceipts) Reset ¶
func (x *StateChangeCause_UpdatedDelayedReceipts) Reset()
func (*StateChangeCause_UpdatedDelayedReceipts) String ¶
func (x *StateChangeCause_UpdatedDelayedReceipts) String() string
type StateChangeCause_UpdatedDelayedReceipts_ ¶
type StateChangeCause_UpdatedDelayedReceipts_ struct {
UpdatedDelayedReceipts *StateChangeCause_UpdatedDelayedReceipts `protobuf:"bytes,8,opt,name=updated_delayed_receipts,json=updatedDelayedReceipts,proto3,oneof"`
}
type StateChangeCause_ValidatorAccountsUpdate ¶
type StateChangeCause_ValidatorAccountsUpdate struct {
// contains filtered or unexported fields
}
func (*StateChangeCause_ValidatorAccountsUpdate) Descriptor
deprecated
func (*StateChangeCause_ValidatorAccountsUpdate) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeCause_ValidatorAccountsUpdate.ProtoReflect.Descriptor instead.
func (*StateChangeCause_ValidatorAccountsUpdate) ProtoMessage ¶
func (*StateChangeCause_ValidatorAccountsUpdate) ProtoMessage()
func (*StateChangeCause_ValidatorAccountsUpdate) ProtoReflect ¶
func (x *StateChangeCause_ValidatorAccountsUpdate) ProtoReflect() protoreflect.Message
func (*StateChangeCause_ValidatorAccountsUpdate) Reset ¶
func (x *StateChangeCause_ValidatorAccountsUpdate) Reset()
func (*StateChangeCause_ValidatorAccountsUpdate) String ¶
func (x *StateChangeCause_ValidatorAccountsUpdate) String() string
type StateChangeCause_ValidatorAccountsUpdate_ ¶
type StateChangeCause_ValidatorAccountsUpdate_ struct {
ValidatorAccountsUpdate *StateChangeCause_ValidatorAccountsUpdate `protobuf:"bytes,9,opt,name=validator_accounts_update,json=validatorAccountsUpdate,proto3,oneof"`
}
type StateChangeValue ¶
type StateChangeValue struct { // Types that are assignable to Value: // *StateChangeValue_AccountUpdate_ // *StateChangeValue_AccountDeletion_ // *StateChangeValue_AccessKeyUpdate_ // *StateChangeValue_AccessKeyDeletion_ // *StateChangeValue_DataUpdate_ // *StateChangeValue_DataDeletion_ // *StateChangeValue_ContractCodeUpdate_ // *StateChangeValue_ContractDeletion Value isStateChangeValue_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
func (*StateChangeValue) Descriptor
deprecated
func (*StateChangeValue) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeValue.ProtoReflect.Descriptor instead.
func (*StateChangeValue) GetAccessKeyDeletion ¶
func (x *StateChangeValue) GetAccessKeyDeletion() *StateChangeValue_AccessKeyDeletion
func (*StateChangeValue) GetAccessKeyUpdate ¶
func (x *StateChangeValue) GetAccessKeyUpdate() *StateChangeValue_AccessKeyUpdate
func (*StateChangeValue) GetAccountDeletion ¶
func (x *StateChangeValue) GetAccountDeletion() *StateChangeValue_AccountDeletion
func (*StateChangeValue) GetAccountUpdate ¶
func (x *StateChangeValue) GetAccountUpdate() *StateChangeValue_AccountUpdate
func (*StateChangeValue) GetContractCodeUpdate ¶
func (x *StateChangeValue) GetContractCodeUpdate() *StateChangeValue_ContractCodeUpdate
func (*StateChangeValue) GetContractDeletion ¶
func (x *StateChangeValue) GetContractDeletion() *StateChangeValue_ContractCodeDeletion
func (*StateChangeValue) GetDataDeletion ¶
func (x *StateChangeValue) GetDataDeletion() *StateChangeValue_DataDeletion
func (*StateChangeValue) GetDataUpdate ¶
func (x *StateChangeValue) GetDataUpdate() *StateChangeValue_DataUpdate
func (*StateChangeValue) GetValue ¶
func (m *StateChangeValue) GetValue() isStateChangeValue_Value
func (*StateChangeValue) ProtoMessage ¶
func (*StateChangeValue) ProtoMessage()
func (*StateChangeValue) ProtoReflect ¶
func (x *StateChangeValue) ProtoReflect() protoreflect.Message
func (*StateChangeValue) Reset ¶
func (x *StateChangeValue) Reset()
func (*StateChangeValue) String ¶
func (x *StateChangeValue) String() string
type StateChangeValue_AccessKeyDeletion ¶
type StateChangeValue_AccessKeyDeletion struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` PublicKey *PublicKey `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // contains filtered or unexported fields }
func (*StateChangeValue_AccessKeyDeletion) Descriptor
deprecated
func (*StateChangeValue_AccessKeyDeletion) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeValue_AccessKeyDeletion.ProtoReflect.Descriptor instead.
func (*StateChangeValue_AccessKeyDeletion) GetAccountId ¶
func (x *StateChangeValue_AccessKeyDeletion) GetAccountId() string
func (*StateChangeValue_AccessKeyDeletion) GetPublicKey ¶
func (x *StateChangeValue_AccessKeyDeletion) GetPublicKey() *PublicKey
func (*StateChangeValue_AccessKeyDeletion) ProtoMessage ¶
func (*StateChangeValue_AccessKeyDeletion) ProtoMessage()
func (*StateChangeValue_AccessKeyDeletion) ProtoReflect ¶
func (x *StateChangeValue_AccessKeyDeletion) ProtoReflect() protoreflect.Message
func (*StateChangeValue_AccessKeyDeletion) Reset ¶
func (x *StateChangeValue_AccessKeyDeletion) Reset()
func (*StateChangeValue_AccessKeyDeletion) String ¶
func (x *StateChangeValue_AccessKeyDeletion) String() string
type StateChangeValue_AccessKeyDeletion_ ¶
type StateChangeValue_AccessKeyDeletion_ struct {
AccessKeyDeletion *StateChangeValue_AccessKeyDeletion `protobuf:"bytes,4,opt,name=access_key_deletion,json=accessKeyDeletion,proto3,oneof"`
}
type StateChangeValue_AccessKeyUpdate ¶
type StateChangeValue_AccessKeyUpdate struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` PublicKey *PublicKey `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` AccessKey *AccessKey `protobuf:"bytes,3,opt,name=access_key,json=accessKey,proto3" json:"access_key,omitempty"` // contains filtered or unexported fields }
func (*StateChangeValue_AccessKeyUpdate) Descriptor
deprecated
func (*StateChangeValue_AccessKeyUpdate) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeValue_AccessKeyUpdate.ProtoReflect.Descriptor instead.
func (*StateChangeValue_AccessKeyUpdate) GetAccessKey ¶
func (x *StateChangeValue_AccessKeyUpdate) GetAccessKey() *AccessKey
func (*StateChangeValue_AccessKeyUpdate) GetAccountId ¶
func (x *StateChangeValue_AccessKeyUpdate) GetAccountId() string
func (*StateChangeValue_AccessKeyUpdate) GetPublicKey ¶
func (x *StateChangeValue_AccessKeyUpdate) GetPublicKey() *PublicKey
func (*StateChangeValue_AccessKeyUpdate) ProtoMessage ¶
func (*StateChangeValue_AccessKeyUpdate) ProtoMessage()
func (*StateChangeValue_AccessKeyUpdate) ProtoReflect ¶
func (x *StateChangeValue_AccessKeyUpdate) ProtoReflect() protoreflect.Message
func (*StateChangeValue_AccessKeyUpdate) Reset ¶
func (x *StateChangeValue_AccessKeyUpdate) Reset()
func (*StateChangeValue_AccessKeyUpdate) String ¶
func (x *StateChangeValue_AccessKeyUpdate) String() string
type StateChangeValue_AccessKeyUpdate_ ¶
type StateChangeValue_AccessKeyUpdate_ struct {
AccessKeyUpdate *StateChangeValue_AccessKeyUpdate `protobuf:"bytes,3,opt,name=access_key_update,json=accessKeyUpdate,proto3,oneof"`
}
type StateChangeValue_AccountDeletion ¶
type StateChangeValue_AccountDeletion struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` // contains filtered or unexported fields }
func (*StateChangeValue_AccountDeletion) Descriptor
deprecated
func (*StateChangeValue_AccountDeletion) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeValue_AccountDeletion.ProtoReflect.Descriptor instead.
func (*StateChangeValue_AccountDeletion) GetAccountId ¶
func (x *StateChangeValue_AccountDeletion) GetAccountId() string
func (*StateChangeValue_AccountDeletion) ProtoMessage ¶
func (*StateChangeValue_AccountDeletion) ProtoMessage()
func (*StateChangeValue_AccountDeletion) ProtoReflect ¶
func (x *StateChangeValue_AccountDeletion) ProtoReflect() protoreflect.Message
func (*StateChangeValue_AccountDeletion) Reset ¶
func (x *StateChangeValue_AccountDeletion) Reset()
func (*StateChangeValue_AccountDeletion) String ¶
func (x *StateChangeValue_AccountDeletion) String() string
type StateChangeValue_AccountDeletion_ ¶
type StateChangeValue_AccountDeletion_ struct {
AccountDeletion *StateChangeValue_AccountDeletion `protobuf:"bytes,2,opt,name=account_deletion,json=accountDeletion,proto3,oneof"`
}
type StateChangeValue_AccountUpdate ¶
type StateChangeValue_AccountUpdate struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` Account *Account `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"` // contains filtered or unexported fields }
func (*StateChangeValue_AccountUpdate) Descriptor
deprecated
func (*StateChangeValue_AccountUpdate) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeValue_AccountUpdate.ProtoReflect.Descriptor instead.
func (*StateChangeValue_AccountUpdate) GetAccount ¶
func (x *StateChangeValue_AccountUpdate) GetAccount() *Account
func (*StateChangeValue_AccountUpdate) GetAccountId ¶
func (x *StateChangeValue_AccountUpdate) GetAccountId() string
func (*StateChangeValue_AccountUpdate) ProtoMessage ¶
func (*StateChangeValue_AccountUpdate) ProtoMessage()
func (*StateChangeValue_AccountUpdate) ProtoReflect ¶
func (x *StateChangeValue_AccountUpdate) ProtoReflect() protoreflect.Message
func (*StateChangeValue_AccountUpdate) Reset ¶
func (x *StateChangeValue_AccountUpdate) Reset()
func (*StateChangeValue_AccountUpdate) String ¶
func (x *StateChangeValue_AccountUpdate) String() string
type StateChangeValue_AccountUpdate_ ¶
type StateChangeValue_AccountUpdate_ struct {
AccountUpdate *StateChangeValue_AccountUpdate `protobuf:"bytes,1,opt,name=account_update,json=accountUpdate,proto3,oneof"`
}
type StateChangeValue_ContractCodeDeletion ¶
type StateChangeValue_ContractCodeDeletion struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` // contains filtered or unexported fields }
func (*StateChangeValue_ContractCodeDeletion) Descriptor
deprecated
func (*StateChangeValue_ContractCodeDeletion) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeValue_ContractCodeDeletion.ProtoReflect.Descriptor instead.
func (*StateChangeValue_ContractCodeDeletion) GetAccountId ¶
func (x *StateChangeValue_ContractCodeDeletion) GetAccountId() string
func (*StateChangeValue_ContractCodeDeletion) ProtoMessage ¶
func (*StateChangeValue_ContractCodeDeletion) ProtoMessage()
func (*StateChangeValue_ContractCodeDeletion) ProtoReflect ¶
func (x *StateChangeValue_ContractCodeDeletion) ProtoReflect() protoreflect.Message
func (*StateChangeValue_ContractCodeDeletion) Reset ¶
func (x *StateChangeValue_ContractCodeDeletion) Reset()
func (*StateChangeValue_ContractCodeDeletion) String ¶
func (x *StateChangeValue_ContractCodeDeletion) String() string
type StateChangeValue_ContractCodeUpdate ¶
type StateChangeValue_ContractCodeUpdate struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` Code []byte `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"` // contains filtered or unexported fields }
func (*StateChangeValue_ContractCodeUpdate) Descriptor
deprecated
func (*StateChangeValue_ContractCodeUpdate) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeValue_ContractCodeUpdate.ProtoReflect.Descriptor instead.
func (*StateChangeValue_ContractCodeUpdate) GetAccountId ¶
func (x *StateChangeValue_ContractCodeUpdate) GetAccountId() string
func (*StateChangeValue_ContractCodeUpdate) GetCode ¶
func (x *StateChangeValue_ContractCodeUpdate) GetCode() []byte
func (*StateChangeValue_ContractCodeUpdate) ProtoMessage ¶
func (*StateChangeValue_ContractCodeUpdate) ProtoMessage()
func (*StateChangeValue_ContractCodeUpdate) ProtoReflect ¶
func (x *StateChangeValue_ContractCodeUpdate) ProtoReflect() protoreflect.Message
func (*StateChangeValue_ContractCodeUpdate) Reset ¶
func (x *StateChangeValue_ContractCodeUpdate) Reset()
func (*StateChangeValue_ContractCodeUpdate) String ¶
func (x *StateChangeValue_ContractCodeUpdate) String() string
type StateChangeValue_ContractCodeUpdate_ ¶
type StateChangeValue_ContractCodeUpdate_ struct {
ContractCodeUpdate *StateChangeValue_ContractCodeUpdate `protobuf:"bytes,7,opt,name=contract_code_update,json=contractCodeUpdate,proto3,oneof"`
}
type StateChangeValue_ContractDeletion ¶
type StateChangeValue_ContractDeletion struct {
ContractDeletion *StateChangeValue_ContractCodeDeletion `protobuf:"bytes,8,opt,name=contract_deletion,json=contractDeletion,proto3,oneof"`
}
type StateChangeValue_DataDeletion ¶
type StateChangeValue_DataDeletion struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` Key []byte `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*StateChangeValue_DataDeletion) Descriptor
deprecated
func (*StateChangeValue_DataDeletion) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeValue_DataDeletion.ProtoReflect.Descriptor instead.
func (*StateChangeValue_DataDeletion) GetAccountId ¶
func (x *StateChangeValue_DataDeletion) GetAccountId() string
func (*StateChangeValue_DataDeletion) GetKey ¶
func (x *StateChangeValue_DataDeletion) GetKey() []byte
func (*StateChangeValue_DataDeletion) ProtoMessage ¶
func (*StateChangeValue_DataDeletion) ProtoMessage()
func (*StateChangeValue_DataDeletion) ProtoReflect ¶
func (x *StateChangeValue_DataDeletion) ProtoReflect() protoreflect.Message
func (*StateChangeValue_DataDeletion) Reset ¶
func (x *StateChangeValue_DataDeletion) Reset()
func (*StateChangeValue_DataDeletion) String ¶
func (x *StateChangeValue_DataDeletion) String() string
type StateChangeValue_DataDeletion_ ¶
type StateChangeValue_DataDeletion_ struct {
DataDeletion *StateChangeValue_DataDeletion `protobuf:"bytes,6,opt,name=data_deletion,json=dataDeletion,proto3,oneof"`
}
type StateChangeValue_DataUpdate ¶
type StateChangeValue_DataUpdate struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` Key []byte `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` Value []byte `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*StateChangeValue_DataUpdate) Descriptor
deprecated
func (*StateChangeValue_DataUpdate) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeValue_DataUpdate.ProtoReflect.Descriptor instead.
func (*StateChangeValue_DataUpdate) GetAccountId ¶
func (x *StateChangeValue_DataUpdate) GetAccountId() string
func (*StateChangeValue_DataUpdate) GetKey ¶
func (x *StateChangeValue_DataUpdate) GetKey() []byte
func (*StateChangeValue_DataUpdate) GetValue ¶
func (x *StateChangeValue_DataUpdate) GetValue() []byte
func (*StateChangeValue_DataUpdate) ProtoMessage ¶
func (*StateChangeValue_DataUpdate) ProtoMessage()
func (*StateChangeValue_DataUpdate) ProtoReflect ¶
func (x *StateChangeValue_DataUpdate) ProtoReflect() protoreflect.Message
func (*StateChangeValue_DataUpdate) Reset ¶
func (x *StateChangeValue_DataUpdate) Reset()
func (*StateChangeValue_DataUpdate) String ¶
func (x *StateChangeValue_DataUpdate) String() string
type StateChangeValue_DataUpdate_ ¶
type StateChangeValue_DataUpdate_ struct {
DataUpdate *StateChangeValue_DataUpdate `protobuf:"bytes,5,opt,name=data_update,json=dataUpdate,proto3,oneof"`
}
type StateChangeWithCause ¶
type StateChangeWithCause struct { Value *StateChangeValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` Cause *StateChangeCause `protobuf:"bytes,2,opt,name=cause,proto3" json:"cause,omitempty"` // contains filtered or unexported fields }
func (*StateChangeWithCause) Descriptor
deprecated
func (*StateChangeWithCause) Descriptor() ([]byte, []int)
Deprecated: Use StateChangeWithCause.ProtoReflect.Descriptor instead.
func (*StateChangeWithCause) GetCause ¶
func (x *StateChangeWithCause) GetCause() *StateChangeCause
func (*StateChangeWithCause) GetValue ¶
func (x *StateChangeWithCause) GetValue() *StateChangeValue
func (*StateChangeWithCause) ProtoMessage ¶
func (*StateChangeWithCause) ProtoMessage()
func (*StateChangeWithCause) ProtoReflect ¶
func (x *StateChangeWithCause) ProtoReflect() protoreflect.Message
func (*StateChangeWithCause) Reset ¶
func (x *StateChangeWithCause) Reset()
func (*StateChangeWithCause) String ¶
func (x *StateChangeWithCause) String() string
type SuccessReceiptIdExecutionStatus ¶
type SuccessReceiptIdExecutionStatus struct { Id *CryptoHash `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*SuccessReceiptIdExecutionStatus) Descriptor
deprecated
func (*SuccessReceiptIdExecutionStatus) Descriptor() ([]byte, []int)
Deprecated: Use SuccessReceiptIdExecutionStatus.ProtoReflect.Descriptor instead.
func (*SuccessReceiptIdExecutionStatus) GetId ¶
func (x *SuccessReceiptIdExecutionStatus) GetId() *CryptoHash
func (*SuccessReceiptIdExecutionStatus) ProtoMessage ¶
func (*SuccessReceiptIdExecutionStatus) ProtoMessage()
func (*SuccessReceiptIdExecutionStatus) ProtoReflect ¶
func (x *SuccessReceiptIdExecutionStatus) ProtoReflect() protoreflect.Message
func (*SuccessReceiptIdExecutionStatus) Reset ¶
func (x *SuccessReceiptIdExecutionStatus) Reset()
func (*SuccessReceiptIdExecutionStatus) String ¶
func (x *SuccessReceiptIdExecutionStatus) String() string
type SuccessValueExecutionStatus ¶
type SuccessValueExecutionStatus struct { Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*SuccessValueExecutionStatus) Descriptor
deprecated
func (*SuccessValueExecutionStatus) Descriptor() ([]byte, []int)
Deprecated: Use SuccessValueExecutionStatus.ProtoReflect.Descriptor instead.
func (*SuccessValueExecutionStatus) GetValue ¶
func (x *SuccessValueExecutionStatus) GetValue() []byte
func (*SuccessValueExecutionStatus) ProtoMessage ¶
func (*SuccessValueExecutionStatus) ProtoMessage()
func (*SuccessValueExecutionStatus) ProtoReflect ¶
func (x *SuccessValueExecutionStatus) ProtoReflect() protoreflect.Message
func (*SuccessValueExecutionStatus) Reset ¶
func (x *SuccessValueExecutionStatus) Reset()
func (*SuccessValueExecutionStatus) String ¶
func (x *SuccessValueExecutionStatus) String() string
type TransferAction ¶
type TransferAction struct { Deposit *BigInt `protobuf:"bytes,1,opt,name=deposit,proto3" json:"deposit,omitempty"` // contains filtered or unexported fields }
func (*TransferAction) Descriptor
deprecated
func (*TransferAction) Descriptor() ([]byte, []int)
Deprecated: Use TransferAction.ProtoReflect.Descriptor instead.
func (*TransferAction) GetDeposit ¶
func (x *TransferAction) GetDeposit() *BigInt
func (*TransferAction) ProtoMessage ¶
func (*TransferAction) ProtoMessage()
func (*TransferAction) ProtoReflect ¶
func (x *TransferAction) ProtoReflect() protoreflect.Message
func (*TransferAction) Reset ¶
func (x *TransferAction) Reset()
func (*TransferAction) String ¶
func (x *TransferAction) String() string
type TriesToStakeErrorKind ¶
type TriesToStakeErrorKind struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` Stake *BigInt `protobuf:"bytes,2,opt,name=stake,proto3" json:"stake,omitempty"` Locked *BigInt `protobuf:"bytes,3,opt,name=locked,proto3" json:"locked,omitempty"` Balance *BigInt `protobuf:"bytes,4,opt,name=balance,proto3" json:"balance,omitempty"` // contains filtered or unexported fields }
func (*TriesToStakeErrorKind) Descriptor
deprecated
func (*TriesToStakeErrorKind) Descriptor() ([]byte, []int)
Deprecated: Use TriesToStakeErrorKind.ProtoReflect.Descriptor instead.
func (*TriesToStakeErrorKind) GetAccountId ¶
func (x *TriesToStakeErrorKind) GetAccountId() string
func (*TriesToStakeErrorKind) GetBalance ¶
func (x *TriesToStakeErrorKind) GetBalance() *BigInt
func (*TriesToStakeErrorKind) GetLocked ¶
func (x *TriesToStakeErrorKind) GetLocked() *BigInt
func (*TriesToStakeErrorKind) GetStake ¶
func (x *TriesToStakeErrorKind) GetStake() *BigInt
func (*TriesToStakeErrorKind) ProtoMessage ¶
func (*TriesToStakeErrorKind) ProtoMessage()
func (*TriesToStakeErrorKind) ProtoReflect ¶
func (x *TriesToStakeErrorKind) ProtoReflect() protoreflect.Message
func (*TriesToStakeErrorKind) Reset ¶
func (x *TriesToStakeErrorKind) Reset()
func (*TriesToStakeErrorKind) String ¶
func (x *TriesToStakeErrorKind) String() string
type TriesToUnstakeErrorKind ¶
type TriesToUnstakeErrorKind struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` // contains filtered or unexported fields }
func (*TriesToUnstakeErrorKind) Descriptor
deprecated
func (*TriesToUnstakeErrorKind) Descriptor() ([]byte, []int)
Deprecated: Use TriesToUnstakeErrorKind.ProtoReflect.Descriptor instead.
func (*TriesToUnstakeErrorKind) GetAccountId ¶
func (x *TriesToUnstakeErrorKind) GetAccountId() string
func (*TriesToUnstakeErrorKind) ProtoMessage ¶
func (*TriesToUnstakeErrorKind) ProtoMessage()
func (*TriesToUnstakeErrorKind) ProtoReflect ¶
func (x *TriesToUnstakeErrorKind) ProtoReflect() protoreflect.Message
func (*TriesToUnstakeErrorKind) Reset ¶
func (x *TriesToUnstakeErrorKind) Reset()
func (*TriesToUnstakeErrorKind) String ¶
func (x *TriesToUnstakeErrorKind) String() string
type UnknownExecutionStatus ¶
type UnknownExecutionStatus struct {
// contains filtered or unexported fields
}
func (*UnknownExecutionStatus) Descriptor
deprecated
func (*UnknownExecutionStatus) Descriptor() ([]byte, []int)
Deprecated: Use UnknownExecutionStatus.ProtoReflect.Descriptor instead.
func (*UnknownExecutionStatus) ProtoMessage ¶
func (*UnknownExecutionStatus) ProtoMessage()
func (*UnknownExecutionStatus) ProtoReflect ¶
func (x *UnknownExecutionStatus) ProtoReflect() protoreflect.Message
func (*UnknownExecutionStatus) Reset ¶
func (x *UnknownExecutionStatus) Reset()
func (*UnknownExecutionStatus) String ¶
func (x *UnknownExecutionStatus) String() string
type ValidatorStake ¶
type ValidatorStake struct { AccountId string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"` PublicKey *PublicKey `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` Stake *BigInt `protobuf:"bytes,3,opt,name=stake,proto3" json:"stake,omitempty"` // contains filtered or unexported fields }
func (*ValidatorStake) Descriptor
deprecated
func (*ValidatorStake) Descriptor() ([]byte, []int)
Deprecated: Use ValidatorStake.ProtoReflect.Descriptor instead.
func (*ValidatorStake) GetAccountId ¶
func (x *ValidatorStake) GetAccountId() string
func (*ValidatorStake) GetPublicKey ¶
func (x *ValidatorStake) GetPublicKey() *PublicKey
func (*ValidatorStake) GetStake ¶
func (x *ValidatorStake) GetStake() *BigInt
func (*ValidatorStake) ProtoMessage ¶
func (*ValidatorStake) ProtoMessage()
func (*ValidatorStake) ProtoReflect ¶
func (x *ValidatorStake) ProtoReflect() protoreflect.Message
func (*ValidatorStake) Reset ¶
func (x *ValidatorStake) Reset()
func (*ValidatorStake) String ¶
func (x *ValidatorStake) String() string