events

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2026 License: MIT Imports: 10 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	BlockchainUpdated_Rollback_RollbackType_name = map[int32]string{
		0: "BLOCK",
		1: "MICROBLOCK",
	}
	BlockchainUpdated_Rollback_RollbackType_value = map[string]int32{
		"BLOCK":      0,
		"MICROBLOCK": 1,
	}
)

Enum value maps for BlockchainUpdated_Rollback_RollbackType.

View Source
var (
	StateUpdate_LeaseUpdate_LeaseStatus_name = map[int32]string{
		0: "INACTIVE",
		1: "ACTIVE",
	}
	StateUpdate_LeaseUpdate_LeaseStatus_value = map[string]int32{
		"INACTIVE": 0,
		"ACTIVE":   1,
	}
)

Enum value maps for StateUpdate_LeaseUpdate_LeaseStatus.

View Source
var File_waves_events_events_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BlockchainUpdated

type BlockchainUpdated struct {
	Id     []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Height int32  `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	// Types that are valid to be assigned to Update:
	//
	//	*BlockchainUpdated_Append_
	//	*BlockchainUpdated_Rollback_
	Update           isBlockchainUpdated_Update `protobuf_oneof:"update"`
	ReferencedAssets []*StateUpdate_AssetInfo   `protobuf:"bytes,21,rep,name=referenced_assets,json=referencedAssets,proto3" json:"referenced_assets,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockchainUpdated) Descriptor deprecated

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

Deprecated: Use BlockchainUpdated.ProtoReflect.Descriptor instead.

func (*BlockchainUpdated) GetAppend

func (*BlockchainUpdated) GetHeight

func (x *BlockchainUpdated) GetHeight() int32

func (*BlockchainUpdated) GetId

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

func (*BlockchainUpdated) GetReferencedAssets

func (x *BlockchainUpdated) GetReferencedAssets() []*StateUpdate_AssetInfo

func (*BlockchainUpdated) GetRollback

func (*BlockchainUpdated) GetUpdate

func (x *BlockchainUpdated) GetUpdate() isBlockchainUpdated_Update

func (*BlockchainUpdated) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *BlockchainUpdated) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*BlockchainUpdated) MarshalToVTStrict added in v0.11.0

func (m *BlockchainUpdated) MarshalToVTStrict(dAtA []byte) (int, error)

func (*BlockchainUpdated) MarshalVTStrict added in v0.11.0

func (m *BlockchainUpdated) MarshalVTStrict() (dAtA []byte, err error)

func (*BlockchainUpdated) ProtoMessage

func (*BlockchainUpdated) ProtoMessage()

func (*BlockchainUpdated) ProtoReflect

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

func (*BlockchainUpdated) Reset

func (x *BlockchainUpdated) Reset()

func (*BlockchainUpdated) SizeVT added in v0.11.0

func (m *BlockchainUpdated) SizeVT() (n int)

func (*BlockchainUpdated) String

func (x *BlockchainUpdated) String() string

func (*BlockchainUpdated) UnmarshalVT added in v0.11.0

func (m *BlockchainUpdated) UnmarshalVT(dAtA []byte) error

type BlockchainUpdated_Append

type BlockchainUpdated_Append struct {

	// Types that are valid to be assigned to Body:
	//
	//	*BlockchainUpdated_Append_Block
	//	*BlockchainUpdated_Append_MicroBlock
	Body                    isBlockchainUpdated_Append_Body `protobuf_oneof:"body"`
	TransactionIds          [][]byte                        `protobuf:"bytes,3,rep,name=transaction_ids,json=transactionIds,proto3" json:"transaction_ids,omitempty"`
	TransactionsMetadata    []*TransactionMetadata          `protobuf:"bytes,4,rep,name=transactions_metadata,json=transactionsMetadata,proto3" json:"transactions_metadata,omitempty"`
	StateUpdate             *StateUpdate                    `protobuf:"bytes,11,opt,name=state_update,json=stateUpdate,proto3" json:"state_update,omitempty"`
	TransactionStateUpdates []*StateUpdate                  `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BlockchainUpdated_Append) Descriptor deprecated

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

Deprecated: Use BlockchainUpdated_Append.ProtoReflect.Descriptor instead.

func (*BlockchainUpdated_Append) GetBlock

func (*BlockchainUpdated_Append) GetBody

func (x *BlockchainUpdated_Append) GetBody() isBlockchainUpdated_Append_Body

func (*BlockchainUpdated_Append) GetMicroBlock

func (*BlockchainUpdated_Append) GetStateUpdate

func (x *BlockchainUpdated_Append) GetStateUpdate() *StateUpdate

func (*BlockchainUpdated_Append) GetTransactionIds

func (x *BlockchainUpdated_Append) GetTransactionIds() [][]byte

func (*BlockchainUpdated_Append) GetTransactionStateUpdates

func (x *BlockchainUpdated_Append) GetTransactionStateUpdates() []*StateUpdate

func (*BlockchainUpdated_Append) GetTransactionsMetadata

func (x *BlockchainUpdated_Append) GetTransactionsMetadata() []*TransactionMetadata

func (*BlockchainUpdated_Append) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *BlockchainUpdated_Append) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*BlockchainUpdated_Append) MarshalToVTStrict added in v0.11.0

func (m *BlockchainUpdated_Append) MarshalToVTStrict(dAtA []byte) (int, error)

func (*BlockchainUpdated_Append) MarshalVTStrict added in v0.11.0

func (m *BlockchainUpdated_Append) MarshalVTStrict() (dAtA []byte, err error)

func (*BlockchainUpdated_Append) ProtoMessage

func (*BlockchainUpdated_Append) ProtoMessage()

func (*BlockchainUpdated_Append) ProtoReflect

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

func (*BlockchainUpdated_Append) Reset

func (x *BlockchainUpdated_Append) Reset()

func (*BlockchainUpdated_Append) SizeVT added in v0.11.0

func (m *BlockchainUpdated_Append) SizeVT() (n int)

func (*BlockchainUpdated_Append) String

func (x *BlockchainUpdated_Append) String() string

func (*BlockchainUpdated_Append) UnmarshalVT added in v0.11.0

func (m *BlockchainUpdated_Append) UnmarshalVT(dAtA []byte) error

type BlockchainUpdated_Append_

type BlockchainUpdated_Append_ struct {
	Append *BlockchainUpdated_Append `protobuf:"bytes,11,opt,name=append,proto3,oneof"`
}

func (*BlockchainUpdated_Append_) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *BlockchainUpdated_Append_) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*BlockchainUpdated_Append_) MarshalToVTStrict added in v0.11.0

func (m *BlockchainUpdated_Append_) MarshalToVTStrict(dAtA []byte) (int, error)

func (*BlockchainUpdated_Append_) SizeVT added in v0.11.0

func (m *BlockchainUpdated_Append_) SizeVT() (n int)

type BlockchainUpdated_Append_Block

type BlockchainUpdated_Append_Block struct {
	Block *BlockchainUpdated_Append_BlockAppend `protobuf:"bytes,1,opt,name=block,proto3,oneof"`
}

func (*BlockchainUpdated_Append_Block) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *BlockchainUpdated_Append_Block) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*BlockchainUpdated_Append_Block) MarshalToVTStrict added in v0.11.0

func (m *BlockchainUpdated_Append_Block) MarshalToVTStrict(dAtA []byte) (int, error)

func (*BlockchainUpdated_Append_Block) SizeVT added in v0.11.0

func (m *BlockchainUpdated_Append_Block) SizeVT() (n int)

type BlockchainUpdated_Append_BlockAppend

type BlockchainUpdated_Append_BlockAppend struct {
	Block              *waves.Block         `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	UpdatedWavesAmount int64                `protobuf:"varint,2,opt,name=updated_waves_amount,json=updatedWavesAmount,proto3" json:"updated_waves_amount,omitempty"`
	ActivatedFeatures  []int32              `protobuf:"varint,3,rep,packed,name=activated_features,json=activatedFeatures,proto3" json:"activated_features,omitempty"`
	Vrf                []byte               `protobuf:"bytes,4,opt,name=vrf,proto3" json:"vrf,omitempty"`
	RewardShares       []*waves.RewardShare `protobuf:"bytes,5,rep,name=reward_shares,json=rewardShares,proto3" json:"reward_shares,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockchainUpdated_Append_BlockAppend) Descriptor deprecated

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

Deprecated: Use BlockchainUpdated_Append_BlockAppend.ProtoReflect.Descriptor instead.

func (*BlockchainUpdated_Append_BlockAppend) GetActivatedFeatures added in v0.11.0

func (x *BlockchainUpdated_Append_BlockAppend) GetActivatedFeatures() []int32

func (*BlockchainUpdated_Append_BlockAppend) GetBlock

func (*BlockchainUpdated_Append_BlockAppend) GetRewardShares added in v0.11.0

func (x *BlockchainUpdated_Append_BlockAppend) GetRewardShares() []*waves.RewardShare

func (*BlockchainUpdated_Append_BlockAppend) GetUpdatedWavesAmount

func (x *BlockchainUpdated_Append_BlockAppend) GetUpdatedWavesAmount() int64

func (*BlockchainUpdated_Append_BlockAppend) GetVrf added in v0.11.0

func (*BlockchainUpdated_Append_BlockAppend) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *BlockchainUpdated_Append_BlockAppend) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*BlockchainUpdated_Append_BlockAppend) MarshalToVTStrict added in v0.11.0

func (m *BlockchainUpdated_Append_BlockAppend) MarshalToVTStrict(dAtA []byte) (int, error)

func (*BlockchainUpdated_Append_BlockAppend) MarshalVTStrict added in v0.11.0

func (m *BlockchainUpdated_Append_BlockAppend) MarshalVTStrict() (dAtA []byte, err error)

func (*BlockchainUpdated_Append_BlockAppend) ProtoMessage

func (*BlockchainUpdated_Append_BlockAppend) ProtoMessage()

func (*BlockchainUpdated_Append_BlockAppend) ProtoReflect

func (*BlockchainUpdated_Append_BlockAppend) Reset

func (*BlockchainUpdated_Append_BlockAppend) SizeVT added in v0.11.0

func (m *BlockchainUpdated_Append_BlockAppend) SizeVT() (n int)

func (*BlockchainUpdated_Append_BlockAppend) String

func (*BlockchainUpdated_Append_BlockAppend) UnmarshalVT added in v0.11.0

func (m *BlockchainUpdated_Append_BlockAppend) UnmarshalVT(dAtA []byte) error

type BlockchainUpdated_Append_MicroBlock

type BlockchainUpdated_Append_MicroBlock struct {
	MicroBlock *BlockchainUpdated_Append_MicroBlockAppend `protobuf:"bytes,2,opt,name=micro_block,json=microBlock,proto3,oneof"`
}

func (*BlockchainUpdated_Append_MicroBlock) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *BlockchainUpdated_Append_MicroBlock) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*BlockchainUpdated_Append_MicroBlock) MarshalToVTStrict added in v0.11.0

func (m *BlockchainUpdated_Append_MicroBlock) MarshalToVTStrict(dAtA []byte) (int, error)

func (*BlockchainUpdated_Append_MicroBlock) SizeVT added in v0.11.0

func (m *BlockchainUpdated_Append_MicroBlock) SizeVT() (n int)

type BlockchainUpdated_Append_MicroBlockAppend

type BlockchainUpdated_Append_MicroBlockAppend struct {
	MicroBlock              *waves.SignedMicroBlock `protobuf:"bytes,1,opt,name=micro_block,json=microBlock,proto3" json:"micro_block,omitempty"`
	UpdatedTransactionsRoot []byte                  `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BlockchainUpdated_Append_MicroBlockAppend) Descriptor deprecated

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

Deprecated: Use BlockchainUpdated_Append_MicroBlockAppend.ProtoReflect.Descriptor instead.

func (*BlockchainUpdated_Append_MicroBlockAppend) GetMicroBlock

func (*BlockchainUpdated_Append_MicroBlockAppend) GetUpdatedTransactionsRoot

func (x *BlockchainUpdated_Append_MicroBlockAppend) GetUpdatedTransactionsRoot() []byte

func (*BlockchainUpdated_Append_MicroBlockAppend) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *BlockchainUpdated_Append_MicroBlockAppend) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*BlockchainUpdated_Append_MicroBlockAppend) MarshalToVTStrict added in v0.11.0

func (m *BlockchainUpdated_Append_MicroBlockAppend) MarshalToVTStrict(dAtA []byte) (int, error)

func (*BlockchainUpdated_Append_MicroBlockAppend) MarshalVTStrict added in v0.11.0

func (m *BlockchainUpdated_Append_MicroBlockAppend) MarshalVTStrict() (dAtA []byte, err error)

func (*BlockchainUpdated_Append_MicroBlockAppend) ProtoMessage

func (*BlockchainUpdated_Append_MicroBlockAppend) ProtoReflect

func (*BlockchainUpdated_Append_MicroBlockAppend) Reset

func (*BlockchainUpdated_Append_MicroBlockAppend) SizeVT added in v0.11.0

func (*BlockchainUpdated_Append_MicroBlockAppend) String

func (*BlockchainUpdated_Append_MicroBlockAppend) UnmarshalVT added in v0.11.0

func (m *BlockchainUpdated_Append_MicroBlockAppend) UnmarshalVT(dAtA []byte) error

type BlockchainUpdated_Rollback

type BlockchainUpdated_Rollback struct {
	Type                  BlockchainUpdated_Rollback_RollbackType `protobuf:"varint,1,opt,name=type,proto3,enum=waves.events.BlockchainUpdated_Rollback_RollbackType" json:"type,omitempty"`
	RemovedTransactionIds [][]byte                                `` /* 126-byte string literal not displayed */
	RemovedBlocks         []*waves.Block                          `protobuf:"bytes,3,rep,name=removed_blocks,json=removedBlocks,proto3" json:"removed_blocks,omitempty"`
	RollbackStateUpdate   *StateUpdate                            `protobuf:"bytes,4,opt,name=rollback_state_update,json=rollbackStateUpdate,proto3" json:"rollback_state_update,omitempty"`
	DeactivatedFeatures   []int32                                 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BlockchainUpdated_Rollback) Descriptor deprecated

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

Deprecated: Use BlockchainUpdated_Rollback.ProtoReflect.Descriptor instead.

func (*BlockchainUpdated_Rollback) GetDeactivatedFeatures added in v0.11.0

func (x *BlockchainUpdated_Rollback) GetDeactivatedFeatures() []int32

func (*BlockchainUpdated_Rollback) GetRemovedBlocks

func (x *BlockchainUpdated_Rollback) GetRemovedBlocks() []*waves.Block

func (*BlockchainUpdated_Rollback) GetRemovedTransactionIds

func (x *BlockchainUpdated_Rollback) GetRemovedTransactionIds() [][]byte

func (*BlockchainUpdated_Rollback) GetRollbackStateUpdate

func (x *BlockchainUpdated_Rollback) GetRollbackStateUpdate() *StateUpdate

func (*BlockchainUpdated_Rollback) GetType

func (*BlockchainUpdated_Rollback) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *BlockchainUpdated_Rollback) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*BlockchainUpdated_Rollback) MarshalToVTStrict added in v0.11.0

func (m *BlockchainUpdated_Rollback) MarshalToVTStrict(dAtA []byte) (int, error)

func (*BlockchainUpdated_Rollback) MarshalVTStrict added in v0.11.0

func (m *BlockchainUpdated_Rollback) MarshalVTStrict() (dAtA []byte, err error)

func (*BlockchainUpdated_Rollback) ProtoMessage

func (*BlockchainUpdated_Rollback) ProtoMessage()

func (*BlockchainUpdated_Rollback) ProtoReflect

func (*BlockchainUpdated_Rollback) Reset

func (x *BlockchainUpdated_Rollback) Reset()

func (*BlockchainUpdated_Rollback) SizeVT added in v0.11.0

func (m *BlockchainUpdated_Rollback) SizeVT() (n int)

func (*BlockchainUpdated_Rollback) String

func (x *BlockchainUpdated_Rollback) String() string

func (*BlockchainUpdated_Rollback) UnmarshalVT added in v0.11.0

func (m *BlockchainUpdated_Rollback) UnmarshalVT(dAtA []byte) error

type BlockchainUpdated_Rollback_

type BlockchainUpdated_Rollback_ struct {
	Rollback *BlockchainUpdated_Rollback `protobuf:"bytes,12,opt,name=rollback,proto3,oneof"`
}

func (*BlockchainUpdated_Rollback_) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *BlockchainUpdated_Rollback_) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*BlockchainUpdated_Rollback_) MarshalToVTStrict added in v0.11.0

func (m *BlockchainUpdated_Rollback_) MarshalToVTStrict(dAtA []byte) (int, error)

func (*BlockchainUpdated_Rollback_) SizeVT added in v0.11.0

func (m *BlockchainUpdated_Rollback_) SizeVT() (n int)

type BlockchainUpdated_Rollback_RollbackType

type BlockchainUpdated_Rollback_RollbackType int32
const (
	BlockchainUpdated_Rollback_BLOCK      BlockchainUpdated_Rollback_RollbackType = 0
	BlockchainUpdated_Rollback_MICROBLOCK BlockchainUpdated_Rollback_RollbackType = 1
)

func (BlockchainUpdated_Rollback_RollbackType) Descriptor

func (BlockchainUpdated_Rollback_RollbackType) Enum

func (BlockchainUpdated_Rollback_RollbackType) EnumDescriptor deprecated

func (BlockchainUpdated_Rollback_RollbackType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BlockchainUpdated_Rollback_RollbackType.Descriptor instead.

func (BlockchainUpdated_Rollback_RollbackType) Number

func (BlockchainUpdated_Rollback_RollbackType) String

func (BlockchainUpdated_Rollback_RollbackType) Type

type StateUpdate

type StateUpdate struct {
	Balances          []*StateUpdate_BalanceUpdate    `protobuf:"bytes,1,rep,name=balances,proto3" json:"balances,omitempty"`
	LeasingForAddress []*StateUpdate_LeasingUpdate    `protobuf:"bytes,2,rep,name=leasing_for_address,json=leasingForAddress,proto3" json:"leasing_for_address,omitempty"`
	DataEntries       []*StateUpdate_DataEntryUpdate  `protobuf:"bytes,3,rep,name=data_entries,json=dataEntries,proto3" json:"data_entries,omitempty"`
	Assets            []*StateUpdate_AssetStateUpdate `protobuf:"bytes,4,rep,name=assets,proto3" json:"assets,omitempty"`
	IndividualLeases  []*StateUpdate_LeaseUpdate      `protobuf:"bytes,5,rep,name=individual_leases,json=individualLeases,proto3" json:"individual_leases,omitempty"`
	Scripts           []*StateUpdate_ScriptUpdate     `protobuf:"bytes,6,rep,name=scripts,proto3" json:"scripts,omitempty"`
	DeletedAliases    []string                        `protobuf:"bytes,7,rep,name=deleted_aliases,json=deletedAliases,proto3" json:"deleted_aliases,omitempty"`
	// contains filtered or unexported fields
}

func (*StateUpdate) Descriptor deprecated

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

Deprecated: Use StateUpdate.ProtoReflect.Descriptor instead.

func (*StateUpdate) GetAssets

func (x *StateUpdate) GetAssets() []*StateUpdate_AssetStateUpdate

func (*StateUpdate) GetBalances

func (x *StateUpdate) GetBalances() []*StateUpdate_BalanceUpdate

func (*StateUpdate) GetDataEntries

func (x *StateUpdate) GetDataEntries() []*StateUpdate_DataEntryUpdate

func (*StateUpdate) GetDeletedAliases added in v0.11.0

func (x *StateUpdate) GetDeletedAliases() []string

func (*StateUpdate) GetIndividualLeases

func (x *StateUpdate) GetIndividualLeases() []*StateUpdate_LeaseUpdate

func (*StateUpdate) GetLeasingForAddress

func (x *StateUpdate) GetLeasingForAddress() []*StateUpdate_LeasingUpdate

func (*StateUpdate) GetScripts added in v0.11.0

func (x *StateUpdate) GetScripts() []*StateUpdate_ScriptUpdate

func (*StateUpdate) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *StateUpdate) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*StateUpdate) MarshalToVTStrict added in v0.11.0

func (m *StateUpdate) MarshalToVTStrict(dAtA []byte) (int, error)

func (*StateUpdate) MarshalVTStrict added in v0.11.0

func (m *StateUpdate) MarshalVTStrict() (dAtA []byte, err error)

func (*StateUpdate) ProtoMessage

func (*StateUpdate) ProtoMessage()

func (*StateUpdate) ProtoReflect

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

func (*StateUpdate) Reset

func (x *StateUpdate) Reset()

func (*StateUpdate) SizeVT added in v0.11.0

func (m *StateUpdate) SizeVT() (n int)

func (*StateUpdate) String

func (x *StateUpdate) String() string

func (*StateUpdate) UnmarshalVT added in v0.11.0

func (m *StateUpdate) UnmarshalVT(dAtA []byte) error

type StateUpdate_AssetDetails

type StateUpdate_AssetDetails struct {
	AssetId         []byte                                    `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"`
	Issuer          []byte                                    `protobuf:"bytes,2,opt,name=issuer,proto3" json:"issuer,omitempty"`
	Decimals        int32                                     `protobuf:"varint,3,opt,name=decimals,proto3" json:"decimals,omitempty"`
	Name            string                                    `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Description     string                                    `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Reissuable      bool                                      `protobuf:"varint,6,opt,name=reissuable,proto3" json:"reissuable,omitempty"`
	Volume          int64                                     `protobuf:"varint,7,opt,name=volume,proto3" json:"volume,omitempty"`
	ScriptInfo      *StateUpdate_AssetDetails_AssetScriptInfo `protobuf:"bytes,8,opt,name=script_info,json=scriptInfo,proto3" json:"script_info,omitempty"`
	Sponsorship     int64                                     `protobuf:"varint,9,opt,name=sponsorship,proto3" json:"sponsorship,omitempty"`
	Nft             bool                                      `protobuf:"varint,10,opt,name=nft,proto3" json:"nft,omitempty"`
	LastUpdated     int32                                     `protobuf:"varint,11,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
	SequenceInBlock int32                                     `protobuf:"varint,12,opt,name=sequence_in_block,json=sequenceInBlock,proto3" json:"sequence_in_block,omitempty"`
	IssueHeight     int32                                     `protobuf:"varint,13,opt,name=issue_height,json=issueHeight,proto3" json:"issue_height,omitempty"`
	// Related to a past behavior in the blockchain when it was possible to reissue
	// assets so that the total volume became more then int64 max value.
	// This field represents accurate volume even for those assets.
	// Can be ignored if the target system does not need such accuracy.
	// Encoding: like Java BigInteger, https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html#toByteArray()
	SafeVolume []byte `protobuf:"bytes,20,opt,name=safe_volume,json=safeVolume,proto3" json:"safe_volume,omitempty"`
	// contains filtered or unexported fields
}

func (*StateUpdate_AssetDetails) Descriptor deprecated

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

Deprecated: Use StateUpdate_AssetDetails.ProtoReflect.Descriptor instead.

func (*StateUpdate_AssetDetails) GetAssetId

func (x *StateUpdate_AssetDetails) GetAssetId() []byte

func (*StateUpdate_AssetDetails) GetDecimals

func (x *StateUpdate_AssetDetails) GetDecimals() int32

func (*StateUpdate_AssetDetails) GetDescription

func (x *StateUpdate_AssetDetails) GetDescription() string

func (*StateUpdate_AssetDetails) GetIssueHeight added in v0.11.0

func (x *StateUpdate_AssetDetails) GetIssueHeight() int32

func (*StateUpdate_AssetDetails) GetIssuer

func (x *StateUpdate_AssetDetails) GetIssuer() []byte

func (*StateUpdate_AssetDetails) GetLastUpdated

func (x *StateUpdate_AssetDetails) GetLastUpdated() int32

func (*StateUpdate_AssetDetails) GetName

func (x *StateUpdate_AssetDetails) GetName() string

func (*StateUpdate_AssetDetails) GetNft

func (x *StateUpdate_AssetDetails) GetNft() bool

func (*StateUpdate_AssetDetails) GetReissuable

func (x *StateUpdate_AssetDetails) GetReissuable() bool

func (*StateUpdate_AssetDetails) GetSafeVolume

func (x *StateUpdate_AssetDetails) GetSafeVolume() []byte

func (*StateUpdate_AssetDetails) GetScriptInfo

func (*StateUpdate_AssetDetails) GetSequenceInBlock added in v0.11.0

func (x *StateUpdate_AssetDetails) GetSequenceInBlock() int32

func (*StateUpdate_AssetDetails) GetSponsorship

func (x *StateUpdate_AssetDetails) GetSponsorship() int64

func (*StateUpdate_AssetDetails) GetVolume

func (x *StateUpdate_AssetDetails) GetVolume() int64

func (*StateUpdate_AssetDetails) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *StateUpdate_AssetDetails) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*StateUpdate_AssetDetails) MarshalToVTStrict added in v0.11.0

func (m *StateUpdate_AssetDetails) MarshalToVTStrict(dAtA []byte) (int, error)

func (*StateUpdate_AssetDetails) MarshalVTStrict added in v0.11.0

func (m *StateUpdate_AssetDetails) MarshalVTStrict() (dAtA []byte, err error)

func (*StateUpdate_AssetDetails) ProtoMessage

func (*StateUpdate_AssetDetails) ProtoMessage()

func (*StateUpdate_AssetDetails) ProtoReflect

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

func (*StateUpdate_AssetDetails) Reset

func (x *StateUpdate_AssetDetails) Reset()

func (*StateUpdate_AssetDetails) SizeVT added in v0.11.0

func (m *StateUpdate_AssetDetails) SizeVT() (n int)

func (*StateUpdate_AssetDetails) String

func (x *StateUpdate_AssetDetails) String() string

func (*StateUpdate_AssetDetails) UnmarshalVT added in v0.11.0

func (m *StateUpdate_AssetDetails) UnmarshalVT(dAtA []byte) error

type StateUpdate_AssetDetails_AssetScriptInfo

type StateUpdate_AssetDetails_AssetScriptInfo struct {
	Script     []byte `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"`
	Complexity int64  `protobuf:"varint,2,opt,name=complexity,proto3" json:"complexity,omitempty"`
	// contains filtered or unexported fields
}

func (*StateUpdate_AssetDetails_AssetScriptInfo) Descriptor deprecated

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

Deprecated: Use StateUpdate_AssetDetails_AssetScriptInfo.ProtoReflect.Descriptor instead.

func (*StateUpdate_AssetDetails_AssetScriptInfo) GetComplexity

func (*StateUpdate_AssetDetails_AssetScriptInfo) GetScript

func (*StateUpdate_AssetDetails_AssetScriptInfo) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *StateUpdate_AssetDetails_AssetScriptInfo) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*StateUpdate_AssetDetails_AssetScriptInfo) MarshalToVTStrict added in v0.11.0

func (m *StateUpdate_AssetDetails_AssetScriptInfo) MarshalToVTStrict(dAtA []byte) (int, error)

func (*StateUpdate_AssetDetails_AssetScriptInfo) MarshalVTStrict added in v0.11.0

func (m *StateUpdate_AssetDetails_AssetScriptInfo) MarshalVTStrict() (dAtA []byte, err error)

func (*StateUpdate_AssetDetails_AssetScriptInfo) ProtoMessage

func (*StateUpdate_AssetDetails_AssetScriptInfo) ProtoReflect

func (*StateUpdate_AssetDetails_AssetScriptInfo) Reset

func (*StateUpdate_AssetDetails_AssetScriptInfo) SizeVT added in v0.11.0

func (*StateUpdate_AssetDetails_AssetScriptInfo) String

func (*StateUpdate_AssetDetails_AssetScriptInfo) UnmarshalVT added in v0.11.0

func (m *StateUpdate_AssetDetails_AssetScriptInfo) UnmarshalVT(dAtA []byte) error

type StateUpdate_AssetInfo

type StateUpdate_AssetInfo struct {
	Id       []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Decimals int32  `protobuf:"varint,2,opt,name=decimals,proto3" json:"decimals,omitempty"`
	Name     string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*StateUpdate_AssetInfo) Descriptor deprecated

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

Deprecated: Use StateUpdate_AssetInfo.ProtoReflect.Descriptor instead.

func (*StateUpdate_AssetInfo) GetDecimals

func (x *StateUpdate_AssetInfo) GetDecimals() int32

func (*StateUpdate_AssetInfo) GetId

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

func (*StateUpdate_AssetInfo) GetName

func (x *StateUpdate_AssetInfo) GetName() string

func (*StateUpdate_AssetInfo) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *StateUpdate_AssetInfo) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*StateUpdate_AssetInfo) MarshalToVTStrict added in v0.11.0

func (m *StateUpdate_AssetInfo) MarshalToVTStrict(dAtA []byte) (int, error)

func (*StateUpdate_AssetInfo) MarshalVTStrict added in v0.11.0

func (m *StateUpdate_AssetInfo) MarshalVTStrict() (dAtA []byte, err error)

func (*StateUpdate_AssetInfo) ProtoMessage

func (*StateUpdate_AssetInfo) ProtoMessage()

func (*StateUpdate_AssetInfo) ProtoReflect

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

func (*StateUpdate_AssetInfo) Reset

func (x *StateUpdate_AssetInfo) Reset()

func (*StateUpdate_AssetInfo) SizeVT added in v0.11.0

func (m *StateUpdate_AssetInfo) SizeVT() (n int)

func (*StateUpdate_AssetInfo) String

func (x *StateUpdate_AssetInfo) String() string

func (*StateUpdate_AssetInfo) UnmarshalVT added in v0.11.0

func (m *StateUpdate_AssetInfo) UnmarshalVT(dAtA []byte) error

type StateUpdate_AssetStateUpdate

type StateUpdate_AssetStateUpdate struct {
	Before *StateUpdate_AssetDetails `protobuf:"bytes,1,opt,name=before,proto3" json:"before,omitempty"`
	After  *StateUpdate_AssetDetails `protobuf:"bytes,2,opt,name=after,proto3" json:"after,omitempty"`
	// contains filtered or unexported fields
}

func (*StateUpdate_AssetStateUpdate) Descriptor deprecated

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

Deprecated: Use StateUpdate_AssetStateUpdate.ProtoReflect.Descriptor instead.

func (*StateUpdate_AssetStateUpdate) GetAfter

func (*StateUpdate_AssetStateUpdate) GetBefore

func (*StateUpdate_AssetStateUpdate) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *StateUpdate_AssetStateUpdate) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*StateUpdate_AssetStateUpdate) MarshalToVTStrict added in v0.11.0

func (m *StateUpdate_AssetStateUpdate) MarshalToVTStrict(dAtA []byte) (int, error)

func (*StateUpdate_AssetStateUpdate) MarshalVTStrict added in v0.11.0

func (m *StateUpdate_AssetStateUpdate) MarshalVTStrict() (dAtA []byte, err error)

func (*StateUpdate_AssetStateUpdate) ProtoMessage

func (*StateUpdate_AssetStateUpdate) ProtoMessage()

func (*StateUpdate_AssetStateUpdate) ProtoReflect

func (*StateUpdate_AssetStateUpdate) Reset

func (x *StateUpdate_AssetStateUpdate) Reset()

func (*StateUpdate_AssetStateUpdate) SizeVT added in v0.11.0

func (m *StateUpdate_AssetStateUpdate) SizeVT() (n int)

func (*StateUpdate_AssetStateUpdate) String

func (*StateUpdate_AssetStateUpdate) UnmarshalVT added in v0.11.0

func (m *StateUpdate_AssetStateUpdate) UnmarshalVT(dAtA []byte) error

type StateUpdate_BalanceUpdate

type StateUpdate_BalanceUpdate struct {
	Address      []byte        `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	AmountAfter  *waves.Amount `protobuf:"bytes,2,opt,name=amount_after,json=amountAfter,proto3" json:"amount_after,omitempty"`
	AmountBefore int64         `protobuf:"varint,3,opt,name=amount_before,json=amountBefore,proto3" json:"amount_before,omitempty"`
	// contains filtered or unexported fields
}

func (*StateUpdate_BalanceUpdate) Descriptor deprecated

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

Deprecated: Use StateUpdate_BalanceUpdate.ProtoReflect.Descriptor instead.

func (*StateUpdate_BalanceUpdate) GetAddress

func (x *StateUpdate_BalanceUpdate) GetAddress() []byte

func (*StateUpdate_BalanceUpdate) GetAmountAfter

func (x *StateUpdate_BalanceUpdate) GetAmountAfter() *waves.Amount

func (*StateUpdate_BalanceUpdate) GetAmountBefore

func (x *StateUpdate_BalanceUpdate) GetAmountBefore() int64

func (*StateUpdate_BalanceUpdate) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *StateUpdate_BalanceUpdate) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*StateUpdate_BalanceUpdate) MarshalToVTStrict added in v0.11.0

func (m *StateUpdate_BalanceUpdate) MarshalToVTStrict(dAtA []byte) (int, error)

func (*StateUpdate_BalanceUpdate) MarshalVTStrict added in v0.11.0

func (m *StateUpdate_BalanceUpdate) MarshalVTStrict() (dAtA []byte, err error)

func (*StateUpdate_BalanceUpdate) ProtoMessage

func (*StateUpdate_BalanceUpdate) ProtoMessage()

func (*StateUpdate_BalanceUpdate) ProtoReflect

func (*StateUpdate_BalanceUpdate) Reset

func (x *StateUpdate_BalanceUpdate) Reset()

func (*StateUpdate_BalanceUpdate) SizeVT added in v0.11.0

func (m *StateUpdate_BalanceUpdate) SizeVT() (n int)

func (*StateUpdate_BalanceUpdate) String

func (x *StateUpdate_BalanceUpdate) String() string

func (*StateUpdate_BalanceUpdate) UnmarshalVT added in v0.11.0

func (m *StateUpdate_BalanceUpdate) UnmarshalVT(dAtA []byte) error

type StateUpdate_DataEntryUpdate

type StateUpdate_DataEntryUpdate struct {
	Address         []byte           `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	DataEntry       *waves.DataEntry `protobuf:"bytes,2,opt,name=data_entry,json=dataEntry,proto3" json:"data_entry,omitempty"`
	DataEntryBefore *waves.DataEntry `protobuf:"bytes,10,opt,name=data_entry_before,json=dataEntryBefore,proto3" json:"data_entry_before,omitempty"`
	// contains filtered or unexported fields
}

func (*StateUpdate_DataEntryUpdate) Descriptor deprecated

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

Deprecated: Use StateUpdate_DataEntryUpdate.ProtoReflect.Descriptor instead.

func (*StateUpdate_DataEntryUpdate) GetAddress

func (x *StateUpdate_DataEntryUpdate) GetAddress() []byte

func (*StateUpdate_DataEntryUpdate) GetDataEntry

func (x *StateUpdate_DataEntryUpdate) GetDataEntry() *waves.DataEntry

func (*StateUpdate_DataEntryUpdate) GetDataEntryBefore

func (x *StateUpdate_DataEntryUpdate) GetDataEntryBefore() *waves.DataEntry

func (*StateUpdate_DataEntryUpdate) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *StateUpdate_DataEntryUpdate) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*StateUpdate_DataEntryUpdate) MarshalToVTStrict added in v0.11.0

func (m *StateUpdate_DataEntryUpdate) MarshalToVTStrict(dAtA []byte) (int, error)

func (*StateUpdate_DataEntryUpdate) MarshalVTStrict added in v0.11.0

func (m *StateUpdate_DataEntryUpdate) MarshalVTStrict() (dAtA []byte, err error)

func (*StateUpdate_DataEntryUpdate) ProtoMessage

func (*StateUpdate_DataEntryUpdate) ProtoMessage()

func (*StateUpdate_DataEntryUpdate) ProtoReflect

func (*StateUpdate_DataEntryUpdate) Reset

func (x *StateUpdate_DataEntryUpdate) Reset()

func (*StateUpdate_DataEntryUpdate) SizeVT added in v0.11.0

func (m *StateUpdate_DataEntryUpdate) SizeVT() (n int)

func (*StateUpdate_DataEntryUpdate) String

func (x *StateUpdate_DataEntryUpdate) String() string

func (*StateUpdate_DataEntryUpdate) UnmarshalVT added in v0.11.0

func (m *StateUpdate_DataEntryUpdate) UnmarshalVT(dAtA []byte) error

type StateUpdate_LeaseUpdate

type StateUpdate_LeaseUpdate struct {
	LeaseId             []byte                              `protobuf:"bytes,1,opt,name=lease_id,json=leaseId,proto3" json:"lease_id,omitempty"`
	StatusAfter         StateUpdate_LeaseUpdate_LeaseStatus `` /* 149-byte string literal not displayed */
	Amount              int64                               `protobuf:"varint,10,opt,name=amount,proto3" json:"amount,omitempty"`
	Sender              []byte                              `protobuf:"bytes,11,opt,name=sender,proto3" json:"sender,omitempty"`
	Recipient           []byte                              `protobuf:"bytes,12,opt,name=recipient,proto3" json:"recipient,omitempty"`
	OriginTransactionId []byte                              `protobuf:"bytes,13,opt,name=origin_transaction_id,json=originTransactionId,proto3" json:"origin_transaction_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StateUpdate_LeaseUpdate) Descriptor deprecated

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

Deprecated: Use StateUpdate_LeaseUpdate.ProtoReflect.Descriptor instead.

func (*StateUpdate_LeaseUpdate) GetAmount

func (x *StateUpdate_LeaseUpdate) GetAmount() int64

func (*StateUpdate_LeaseUpdate) GetLeaseId

func (x *StateUpdate_LeaseUpdate) GetLeaseId() []byte

func (*StateUpdate_LeaseUpdate) GetOriginTransactionId

func (x *StateUpdate_LeaseUpdate) GetOriginTransactionId() []byte

func (*StateUpdate_LeaseUpdate) GetRecipient

func (x *StateUpdate_LeaseUpdate) GetRecipient() []byte

func (*StateUpdate_LeaseUpdate) GetSender

func (x *StateUpdate_LeaseUpdate) GetSender() []byte

func (*StateUpdate_LeaseUpdate) GetStatusAfter

func (*StateUpdate_LeaseUpdate) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *StateUpdate_LeaseUpdate) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*StateUpdate_LeaseUpdate) MarshalToVTStrict added in v0.11.0

func (m *StateUpdate_LeaseUpdate) MarshalToVTStrict(dAtA []byte) (int, error)

func (*StateUpdate_LeaseUpdate) MarshalVTStrict added in v0.11.0

func (m *StateUpdate_LeaseUpdate) MarshalVTStrict() (dAtA []byte, err error)

func (*StateUpdate_LeaseUpdate) ProtoMessage

func (*StateUpdate_LeaseUpdate) ProtoMessage()

func (*StateUpdate_LeaseUpdate) ProtoReflect

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

func (*StateUpdate_LeaseUpdate) Reset

func (x *StateUpdate_LeaseUpdate) Reset()

func (*StateUpdate_LeaseUpdate) SizeVT added in v0.11.0

func (m *StateUpdate_LeaseUpdate) SizeVT() (n int)

func (*StateUpdate_LeaseUpdate) String

func (x *StateUpdate_LeaseUpdate) String() string

func (*StateUpdate_LeaseUpdate) UnmarshalVT added in v0.11.0

func (m *StateUpdate_LeaseUpdate) UnmarshalVT(dAtA []byte) error

type StateUpdate_LeaseUpdate_LeaseStatus

type StateUpdate_LeaseUpdate_LeaseStatus int32
const (
	StateUpdate_LeaseUpdate_INACTIVE StateUpdate_LeaseUpdate_LeaseStatus = 0
	StateUpdate_LeaseUpdate_ACTIVE   StateUpdate_LeaseUpdate_LeaseStatus = 1
)

func (StateUpdate_LeaseUpdate_LeaseStatus) Descriptor

func (StateUpdate_LeaseUpdate_LeaseStatus) Enum

func (StateUpdate_LeaseUpdate_LeaseStatus) EnumDescriptor deprecated

func (StateUpdate_LeaseUpdate_LeaseStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use StateUpdate_LeaseUpdate_LeaseStatus.Descriptor instead.

func (StateUpdate_LeaseUpdate_LeaseStatus) Number

func (StateUpdate_LeaseUpdate_LeaseStatus) String

func (StateUpdate_LeaseUpdate_LeaseStatus) Type

type StateUpdate_LeasingUpdate

type StateUpdate_LeasingUpdate struct {
	Address   []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	InAfter   int64  `protobuf:"varint,2,opt,name=in_after,json=inAfter,proto3" json:"in_after,omitempty"`
	OutAfter  int64  `protobuf:"varint,3,opt,name=out_after,json=outAfter,proto3" json:"out_after,omitempty"`
	InBefore  int64  `protobuf:"varint,4,opt,name=in_before,json=inBefore,proto3" json:"in_before,omitempty"`
	OutBefore int64  `protobuf:"varint,5,opt,name=out_before,json=outBefore,proto3" json:"out_before,omitempty"`
	// contains filtered or unexported fields
}

func (*StateUpdate_LeasingUpdate) Descriptor deprecated

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

Deprecated: Use StateUpdate_LeasingUpdate.ProtoReflect.Descriptor instead.

func (*StateUpdate_LeasingUpdate) GetAddress

func (x *StateUpdate_LeasingUpdate) GetAddress() []byte

func (*StateUpdate_LeasingUpdate) GetInAfter

func (x *StateUpdate_LeasingUpdate) GetInAfter() int64

func (*StateUpdate_LeasingUpdate) GetInBefore

func (x *StateUpdate_LeasingUpdate) GetInBefore() int64

func (*StateUpdate_LeasingUpdate) GetOutAfter

func (x *StateUpdate_LeasingUpdate) GetOutAfter() int64

func (*StateUpdate_LeasingUpdate) GetOutBefore

func (x *StateUpdate_LeasingUpdate) GetOutBefore() int64

func (*StateUpdate_LeasingUpdate) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *StateUpdate_LeasingUpdate) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*StateUpdate_LeasingUpdate) MarshalToVTStrict added in v0.11.0

func (m *StateUpdate_LeasingUpdate) MarshalToVTStrict(dAtA []byte) (int, error)

func (*StateUpdate_LeasingUpdate) MarshalVTStrict added in v0.11.0

func (m *StateUpdate_LeasingUpdate) MarshalVTStrict() (dAtA []byte, err error)

func (*StateUpdate_LeasingUpdate) ProtoMessage

func (*StateUpdate_LeasingUpdate) ProtoMessage()

func (*StateUpdate_LeasingUpdate) ProtoReflect

func (*StateUpdate_LeasingUpdate) Reset

func (x *StateUpdate_LeasingUpdate) Reset()

func (*StateUpdate_LeasingUpdate) SizeVT added in v0.11.0

func (m *StateUpdate_LeasingUpdate) SizeVT() (n int)

func (*StateUpdate_LeasingUpdate) String

func (x *StateUpdate_LeasingUpdate) String() string

func (*StateUpdate_LeasingUpdate) UnmarshalVT added in v0.11.0

func (m *StateUpdate_LeasingUpdate) UnmarshalVT(dAtA []byte) error

type StateUpdate_ScriptUpdate added in v0.11.0

type StateUpdate_ScriptUpdate struct {
	Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Before  []byte `protobuf:"bytes,2,opt,name=before,proto3" json:"before,omitempty"`
	After   []byte `protobuf:"bytes,3,opt,name=after,proto3" json:"after,omitempty"`
	// contains filtered or unexported fields
}

func (*StateUpdate_ScriptUpdate) Descriptor deprecated added in v0.11.0

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

Deprecated: Use StateUpdate_ScriptUpdate.ProtoReflect.Descriptor instead.

func (*StateUpdate_ScriptUpdate) GetAddress added in v0.11.0

func (x *StateUpdate_ScriptUpdate) GetAddress() []byte

func (*StateUpdate_ScriptUpdate) GetAfter added in v0.11.0

func (x *StateUpdate_ScriptUpdate) GetAfter() []byte

func (*StateUpdate_ScriptUpdate) GetBefore added in v0.11.0

func (x *StateUpdate_ScriptUpdate) GetBefore() []byte

func (*StateUpdate_ScriptUpdate) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *StateUpdate_ScriptUpdate) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*StateUpdate_ScriptUpdate) MarshalToVTStrict added in v0.11.0

func (m *StateUpdate_ScriptUpdate) MarshalToVTStrict(dAtA []byte) (int, error)

func (*StateUpdate_ScriptUpdate) MarshalVTStrict added in v0.11.0

func (m *StateUpdate_ScriptUpdate) MarshalVTStrict() (dAtA []byte, err error)

func (*StateUpdate_ScriptUpdate) ProtoMessage added in v0.11.0

func (*StateUpdate_ScriptUpdate) ProtoMessage()

func (*StateUpdate_ScriptUpdate) ProtoReflect added in v0.11.0

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

func (*StateUpdate_ScriptUpdate) Reset added in v0.11.0

func (x *StateUpdate_ScriptUpdate) Reset()

func (*StateUpdate_ScriptUpdate) SizeVT added in v0.11.0

func (m *StateUpdate_ScriptUpdate) SizeVT() (n int)

func (*StateUpdate_ScriptUpdate) String added in v0.11.0

func (x *StateUpdate_ScriptUpdate) String() string

func (*StateUpdate_ScriptUpdate) UnmarshalVT added in v0.11.0

func (m *StateUpdate_ScriptUpdate) UnmarshalVT(dAtA []byte) error

type TransactionMetadata

type TransactionMetadata struct {
	SenderAddress []byte `protobuf:"bytes,1,opt,name=sender_address,json=senderAddress,proto3" json:"sender_address,omitempty"`
	// Types that are valid to be assigned to Metadata:
	//
	//	*TransactionMetadata_Transfer
	//	*TransactionMetadata_Exchange
	//	*TransactionMetadata_MassTransfer
	//	*TransactionMetadata_InvokeScript
	//	*TransactionMetadata_Lease
	//	*TransactionMetadata_Ethereum
	Metadata isTransactionMetadata_Metadata `protobuf_oneof:"metadata"`
	// contains filtered or unexported fields
}

func (*TransactionMetadata) Descriptor deprecated

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

Deprecated: Use TransactionMetadata.ProtoReflect.Descriptor instead.

func (*TransactionMetadata) GetEthereum

func (*TransactionMetadata) GetExchange

func (*TransactionMetadata) GetInvokeScript

func (*TransactionMetadata) GetLease

func (*TransactionMetadata) GetMassTransfer

func (*TransactionMetadata) GetMetadata

func (x *TransactionMetadata) GetMetadata() isTransactionMetadata_Metadata

func (*TransactionMetadata) GetSenderAddress

func (x *TransactionMetadata) GetSenderAddress() []byte

func (*TransactionMetadata) GetTransfer

func (*TransactionMetadata) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata) MarshalToVTStrict added in v0.11.0

func (m *TransactionMetadata) MarshalToVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata) MarshalVTStrict added in v0.11.0

func (m *TransactionMetadata) MarshalVTStrict() (dAtA []byte, err error)

func (*TransactionMetadata) ProtoMessage

func (*TransactionMetadata) ProtoMessage()

func (*TransactionMetadata) ProtoReflect

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

func (*TransactionMetadata) Reset

func (x *TransactionMetadata) Reset()

func (*TransactionMetadata) SizeVT added in v0.11.0

func (m *TransactionMetadata) SizeVT() (n int)

func (*TransactionMetadata) String

func (x *TransactionMetadata) String() string

func (*TransactionMetadata) UnmarshalVT added in v0.11.0

func (m *TransactionMetadata) UnmarshalVT(dAtA []byte) error

type TransactionMetadata_Ethereum

type TransactionMetadata_Ethereum struct {
	Ethereum *TransactionMetadata_EthereumMetadata `protobuf:"bytes,301,opt,name=ethereum,proto3,oneof"`
}

func (*TransactionMetadata_Ethereum) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_Ethereum) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_Ethereum) MarshalToVTStrict added in v0.11.0

func (m *TransactionMetadata_Ethereum) MarshalToVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_Ethereum) SizeVT added in v0.11.0

func (m *TransactionMetadata_Ethereum) SizeVT() (n int)

type TransactionMetadata_EthereumMetadata

type TransactionMetadata_EthereumMetadata struct {

	// bytes sender_address = 1;
	Timestamp       int64  `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Fee             int64  `protobuf:"varint,3,opt,name=fee,proto3" json:"fee,omitempty"`
	SenderPublicKey []byte `protobuf:"bytes,4,opt,name=sender_public_key,json=senderPublicKey,proto3" json:"sender_public_key,omitempty"`
	// Types that are valid to be assigned to Action:
	//
	//	*TransactionMetadata_EthereumMetadata_Transfer
	//	*TransactionMetadata_EthereumMetadata_Invoke
	Action isTransactionMetadata_EthereumMetadata_Action `protobuf_oneof:"Action"`
	// contains filtered or unexported fields
}

func (*TransactionMetadata_EthereumMetadata) Descriptor deprecated

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

Deprecated: Use TransactionMetadata_EthereumMetadata.ProtoReflect.Descriptor instead.

func (*TransactionMetadata_EthereumMetadata) GetAction

func (x *TransactionMetadata_EthereumMetadata) GetAction() isTransactionMetadata_EthereumMetadata_Action

func (*TransactionMetadata_EthereumMetadata) GetFee

func (*TransactionMetadata_EthereumMetadata) GetInvoke

func (*TransactionMetadata_EthereumMetadata) GetSenderPublicKey

func (x *TransactionMetadata_EthereumMetadata) GetSenderPublicKey() []byte

func (*TransactionMetadata_EthereumMetadata) GetTimestamp

func (x *TransactionMetadata_EthereumMetadata) GetTimestamp() int64

func (*TransactionMetadata_EthereumMetadata) GetTransfer

func (*TransactionMetadata_EthereumMetadata) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_EthereumMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_EthereumMetadata) MarshalToVTStrict added in v0.11.0

func (m *TransactionMetadata_EthereumMetadata) MarshalToVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_EthereumMetadata) MarshalVTStrict added in v0.11.0

func (m *TransactionMetadata_EthereumMetadata) MarshalVTStrict() (dAtA []byte, err error)

func (*TransactionMetadata_EthereumMetadata) ProtoMessage

func (*TransactionMetadata_EthereumMetadata) ProtoMessage()

func (*TransactionMetadata_EthereumMetadata) ProtoReflect

func (*TransactionMetadata_EthereumMetadata) Reset

func (*TransactionMetadata_EthereumMetadata) SizeVT added in v0.11.0

func (m *TransactionMetadata_EthereumMetadata) SizeVT() (n int)

func (*TransactionMetadata_EthereumMetadata) String

func (*TransactionMetadata_EthereumMetadata) UnmarshalVT added in v0.11.0

func (m *TransactionMetadata_EthereumMetadata) UnmarshalVT(dAtA []byte) error

type TransactionMetadata_EthereumMetadata_Invoke

type TransactionMetadata_EthereumMetadata_Invoke struct {
	Invoke *TransactionMetadata_InvokeScriptMetadata `protobuf:"bytes,11,opt,name=invoke,proto3,oneof"`
}

func (*TransactionMetadata_EthereumMetadata_Invoke) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_EthereumMetadata_Invoke) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_EthereumMetadata_Invoke) MarshalToVTStrict added in v0.11.0

func (m *TransactionMetadata_EthereumMetadata_Invoke) MarshalToVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_EthereumMetadata_Invoke) SizeVT added in v0.11.0

type TransactionMetadata_EthereumMetadata_Transfer

type TransactionMetadata_EthereumMetadata_Transfer struct {
	Transfer *TransactionMetadata_EthereumTransferMetadata `protobuf:"bytes,10,opt,name=transfer,proto3,oneof"`
}

func (*TransactionMetadata_EthereumMetadata_Transfer) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_EthereumMetadata_Transfer) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_EthereumMetadata_Transfer) MarshalToVTStrict added in v0.11.0

func (m *TransactionMetadata_EthereumMetadata_Transfer) MarshalToVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_EthereumMetadata_Transfer) SizeVT added in v0.11.0

type TransactionMetadata_EthereumTransferMetadata

type TransactionMetadata_EthereumTransferMetadata struct {
	RecipientAddress []byte        `protobuf:"bytes,1,opt,name=recipient_address,json=recipientAddress,proto3" json:"recipient_address,omitempty"`
	Amount           *waves.Amount `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionMetadata_EthereumTransferMetadata) Descriptor deprecated

Deprecated: Use TransactionMetadata_EthereumTransferMetadata.ProtoReflect.Descriptor instead.

func (*TransactionMetadata_EthereumTransferMetadata) GetAmount

func (*TransactionMetadata_EthereumTransferMetadata) GetRecipientAddress

func (x *TransactionMetadata_EthereumTransferMetadata) GetRecipientAddress() []byte

func (*TransactionMetadata_EthereumTransferMetadata) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_EthereumTransferMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_EthereumTransferMetadata) MarshalToVTStrict added in v0.11.0

func (m *TransactionMetadata_EthereumTransferMetadata) MarshalToVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_EthereumTransferMetadata) MarshalVTStrict added in v0.11.0

func (m *TransactionMetadata_EthereumTransferMetadata) MarshalVTStrict() (dAtA []byte, err error)

func (*TransactionMetadata_EthereumTransferMetadata) ProtoMessage

func (*TransactionMetadata_EthereumTransferMetadata) ProtoReflect

func (*TransactionMetadata_EthereumTransferMetadata) Reset

func (*TransactionMetadata_EthereumTransferMetadata) SizeVT added in v0.11.0

func (*TransactionMetadata_EthereumTransferMetadata) String

func (*TransactionMetadata_EthereumTransferMetadata) UnmarshalVT added in v0.11.0

type TransactionMetadata_Exchange

type TransactionMetadata_Exchange struct {
	Exchange *TransactionMetadata_ExchangeMetadata `protobuf:"bytes,107,opt,name=exchange,proto3,oneof"`
}

func (*TransactionMetadata_Exchange) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_Exchange) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_Exchange) MarshalToVTStrict added in v0.11.0

func (m *TransactionMetadata_Exchange) MarshalToVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_Exchange) SizeVT added in v0.11.0

func (m *TransactionMetadata_Exchange) SizeVT() (n int)

type TransactionMetadata_ExchangeMetadata

type TransactionMetadata_ExchangeMetadata struct {

	// Fields starting with `order_*` represent order metadata.
	// Each of them is a collection of exactly 2 elements.
	// Element indexes correspond to their parent order indexes in the exchange transaction.
	OrderIds              [][]byte `protobuf:"bytes,1,rep,name=order_ids,json=orderIds,proto3" json:"order_ids,omitempty"`
	OrderSenderAddresses  [][]byte `protobuf:"bytes,2,rep,name=order_sender_addresses,json=orderSenderAddresses,proto3" json:"order_sender_addresses,omitempty"`
	OrderSenderPublicKeys [][]byte `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TransactionMetadata_ExchangeMetadata) Descriptor deprecated

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

Deprecated: Use TransactionMetadata_ExchangeMetadata.ProtoReflect.Descriptor instead.

func (*TransactionMetadata_ExchangeMetadata) GetOrderIds

func (x *TransactionMetadata_ExchangeMetadata) GetOrderIds() [][]byte

func (*TransactionMetadata_ExchangeMetadata) GetOrderSenderAddresses

func (x *TransactionMetadata_ExchangeMetadata) GetOrderSenderAddresses() [][]byte

func (*TransactionMetadata_ExchangeMetadata) GetOrderSenderPublicKeys

func (x *TransactionMetadata_ExchangeMetadata) GetOrderSenderPublicKeys() [][]byte

func (*TransactionMetadata_ExchangeMetadata) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_ExchangeMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_ExchangeMetadata) MarshalToVTStrict added in v0.11.0

func (m *TransactionMetadata_ExchangeMetadata) MarshalToVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_ExchangeMetadata) MarshalVTStrict added in v0.11.0

func (m *TransactionMetadata_ExchangeMetadata) MarshalVTStrict() (dAtA []byte, err error)

func (*TransactionMetadata_ExchangeMetadata) ProtoMessage

func (*TransactionMetadata_ExchangeMetadata) ProtoMessage()

func (*TransactionMetadata_ExchangeMetadata) ProtoReflect

func (*TransactionMetadata_ExchangeMetadata) Reset

func (*TransactionMetadata_ExchangeMetadata) SizeVT added in v0.11.0

func (m *TransactionMetadata_ExchangeMetadata) SizeVT() (n int)

func (*TransactionMetadata_ExchangeMetadata) String

func (*TransactionMetadata_ExchangeMetadata) UnmarshalVT added in v0.11.0

func (m *TransactionMetadata_ExchangeMetadata) UnmarshalVT(dAtA []byte) error

type TransactionMetadata_InvokeScript

type TransactionMetadata_InvokeScript struct {
	InvokeScript *TransactionMetadata_InvokeScriptMetadata `protobuf:"bytes,116,opt,name=invoke_script,json=invokeScript,proto3,oneof"`
}

func (*TransactionMetadata_InvokeScript) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_InvokeScript) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_InvokeScript) MarshalToVTStrict added in v0.11.0

func (m *TransactionMetadata_InvokeScript) MarshalToVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_InvokeScript) SizeVT added in v0.11.0

func (m *TransactionMetadata_InvokeScript) SizeVT() (n int)

type TransactionMetadata_InvokeScriptMetadata

type TransactionMetadata_InvokeScriptMetadata struct {
	DAppAddress  []byte                                    `protobuf:"bytes,1,opt,name=d_app_address,json=dAppAddress,proto3" json:"d_app_address,omitempty"`
	FunctionName string                                    `protobuf:"bytes,2,opt,name=function_name,json=functionName,proto3" json:"function_name,omitempty"`
	Arguments    []*waves.InvokeScriptResult_Call_Argument `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"`
	Payments     []*waves.Amount                           `protobuf:"bytes,4,rep,name=payments,proto3" json:"payments,omitempty"`
	Result       *waves.InvokeScriptResult                 `protobuf:"bytes,5,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionMetadata_InvokeScriptMetadata) Descriptor deprecated

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

Deprecated: Use TransactionMetadata_InvokeScriptMetadata.ProtoReflect.Descriptor instead.

func (*TransactionMetadata_InvokeScriptMetadata) GetArguments

func (*TransactionMetadata_InvokeScriptMetadata) GetDAppAddress

func (x *TransactionMetadata_InvokeScriptMetadata) GetDAppAddress() []byte

func (*TransactionMetadata_InvokeScriptMetadata) GetFunctionName

func (x *TransactionMetadata_InvokeScriptMetadata) GetFunctionName() string

func (*TransactionMetadata_InvokeScriptMetadata) GetPayments

func (*TransactionMetadata_InvokeScriptMetadata) GetResult

func (*TransactionMetadata_InvokeScriptMetadata) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_InvokeScriptMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_InvokeScriptMetadata) MarshalToVTStrict added in v0.11.0

func (m *TransactionMetadata_InvokeScriptMetadata) MarshalToVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_InvokeScriptMetadata) MarshalVTStrict added in v0.11.0

func (m *TransactionMetadata_InvokeScriptMetadata) MarshalVTStrict() (dAtA []byte, err error)

func (*TransactionMetadata_InvokeScriptMetadata) ProtoMessage

func (*TransactionMetadata_InvokeScriptMetadata) ProtoReflect

func (*TransactionMetadata_InvokeScriptMetadata) Reset

func (*TransactionMetadata_InvokeScriptMetadata) SizeVT added in v0.11.0

func (*TransactionMetadata_InvokeScriptMetadata) String

func (*TransactionMetadata_InvokeScriptMetadata) UnmarshalVT added in v0.11.0

func (m *TransactionMetadata_InvokeScriptMetadata) UnmarshalVT(dAtA []byte) error

type TransactionMetadata_InvokeScriptMetadata_Argument

type TransactionMetadata_InvokeScriptMetadata_Argument struct {

	// Types that are valid to be assigned to Value:
	//
	//	*TransactionMetadata_InvokeScriptMetadata_Argument_IntegerValue
	//	*TransactionMetadata_InvokeScriptMetadata_Argument_BinaryValue
	//	*TransactionMetadata_InvokeScriptMetadata_Argument_StringValue
	//	*TransactionMetadata_InvokeScriptMetadata_Argument_BooleanValue
	//	*TransactionMetadata_InvokeScriptMetadata_Argument_List_
	Value isTransactionMetadata_InvokeScriptMetadata_Argument_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*TransactionMetadata_InvokeScriptMetadata_Argument) Descriptor deprecated

Deprecated: Use TransactionMetadata_InvokeScriptMetadata_Argument.ProtoReflect.Descriptor instead.

func (*TransactionMetadata_InvokeScriptMetadata_Argument) GetBinaryValue

func (*TransactionMetadata_InvokeScriptMetadata_Argument) GetBooleanValue

func (*TransactionMetadata_InvokeScriptMetadata_Argument) GetIntegerValue

func (*TransactionMetadata_InvokeScriptMetadata_Argument) GetList

func (*TransactionMetadata_InvokeScriptMetadata_Argument) GetStringValue

func (*TransactionMetadata_InvokeScriptMetadata_Argument) GetValue

func (x *TransactionMetadata_InvokeScriptMetadata_Argument) GetValue() isTransactionMetadata_InvokeScriptMetadata_Argument_Value

func (*TransactionMetadata_InvokeScriptMetadata_Argument) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_InvokeScriptMetadata_Argument) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_InvokeScriptMetadata_Argument) MarshalToVTStrict added in v0.11.0

func (m *TransactionMetadata_InvokeScriptMetadata_Argument) MarshalToVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_InvokeScriptMetadata_Argument) MarshalVTStrict added in v0.11.0

func (m *TransactionMetadata_InvokeScriptMetadata_Argument) MarshalVTStrict() (dAtA []byte, err error)

func (*TransactionMetadata_InvokeScriptMetadata_Argument) ProtoMessage

func (*TransactionMetadata_InvokeScriptMetadata_Argument) ProtoReflect

func (*TransactionMetadata_InvokeScriptMetadata_Argument) Reset

func (*TransactionMetadata_InvokeScriptMetadata_Argument) SizeVT added in v0.11.0

func (*TransactionMetadata_InvokeScriptMetadata_Argument) String

func (*TransactionMetadata_InvokeScriptMetadata_Argument) UnmarshalVT added in v0.11.0

type TransactionMetadata_InvokeScriptMetadata_Argument_BinaryValue

type TransactionMetadata_InvokeScriptMetadata_Argument_BinaryValue struct {
	BinaryValue []byte `protobuf:"bytes,2,opt,name=binary_value,json=binaryValue,proto3,oneof"`
}

func (*TransactionMetadata_InvokeScriptMetadata_Argument_BinaryValue) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_InvokeScriptMetadata_Argument_BinaryValue) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_InvokeScriptMetadata_Argument_BinaryValue) MarshalToVTStrict added in v0.11.0

func (*TransactionMetadata_InvokeScriptMetadata_Argument_BinaryValue) SizeVT added in v0.11.0

type TransactionMetadata_InvokeScriptMetadata_Argument_BooleanValue

type TransactionMetadata_InvokeScriptMetadata_Argument_BooleanValue struct {
	BooleanValue bool `protobuf:"varint,4,opt,name=boolean_value,json=booleanValue,proto3,oneof"`
}

func (*TransactionMetadata_InvokeScriptMetadata_Argument_BooleanValue) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_InvokeScriptMetadata_Argument_BooleanValue) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_InvokeScriptMetadata_Argument_BooleanValue) MarshalToVTStrict added in v0.11.0

func (*TransactionMetadata_InvokeScriptMetadata_Argument_BooleanValue) SizeVT added in v0.11.0

type TransactionMetadata_InvokeScriptMetadata_Argument_IntegerValue

type TransactionMetadata_InvokeScriptMetadata_Argument_IntegerValue struct {
	IntegerValue int64 `protobuf:"varint,1,opt,name=integer_value,json=integerValue,proto3,oneof"`
}

func (*TransactionMetadata_InvokeScriptMetadata_Argument_IntegerValue) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_InvokeScriptMetadata_Argument_IntegerValue) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_InvokeScriptMetadata_Argument_IntegerValue) MarshalToVTStrict added in v0.11.0

func (*TransactionMetadata_InvokeScriptMetadata_Argument_IntegerValue) SizeVT added in v0.11.0

type TransactionMetadata_InvokeScriptMetadata_Argument_List

type TransactionMetadata_InvokeScriptMetadata_Argument_List struct {
	Items []*TransactionMetadata_InvokeScriptMetadata_Argument `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionMetadata_InvokeScriptMetadata_Argument_List) Descriptor deprecated

Deprecated: Use TransactionMetadata_InvokeScriptMetadata_Argument_List.ProtoReflect.Descriptor instead.

func (*TransactionMetadata_InvokeScriptMetadata_Argument_List) GetItems

func (*TransactionMetadata_InvokeScriptMetadata_Argument_List) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_InvokeScriptMetadata_Argument_List) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_InvokeScriptMetadata_Argument_List) MarshalToVTStrict added in v0.11.0

func (m *TransactionMetadata_InvokeScriptMetadata_Argument_List) MarshalToVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_InvokeScriptMetadata_Argument_List) MarshalVTStrict added in v0.11.0

func (m *TransactionMetadata_InvokeScriptMetadata_Argument_List) MarshalVTStrict() (dAtA []byte, err error)

func (*TransactionMetadata_InvokeScriptMetadata_Argument_List) ProtoMessage

func (*TransactionMetadata_InvokeScriptMetadata_Argument_List) ProtoReflect

func (*TransactionMetadata_InvokeScriptMetadata_Argument_List) Reset

func (*TransactionMetadata_InvokeScriptMetadata_Argument_List) SizeVT added in v0.11.0

func (*TransactionMetadata_InvokeScriptMetadata_Argument_List) String

func (*TransactionMetadata_InvokeScriptMetadata_Argument_List) UnmarshalVT added in v0.11.0

type TransactionMetadata_InvokeScriptMetadata_Argument_List_

type TransactionMetadata_InvokeScriptMetadata_Argument_List_ struct {
	List *TransactionMetadata_InvokeScriptMetadata_Argument_List `protobuf:"bytes,10,opt,name=list,proto3,oneof"`
}

func (*TransactionMetadata_InvokeScriptMetadata_Argument_List_) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_InvokeScriptMetadata_Argument_List_) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_InvokeScriptMetadata_Argument_List_) MarshalToVTStrict added in v0.11.0

func (*TransactionMetadata_InvokeScriptMetadata_Argument_List_) SizeVT added in v0.11.0

type TransactionMetadata_InvokeScriptMetadata_Argument_StringValue

type TransactionMetadata_InvokeScriptMetadata_Argument_StringValue struct {
	StringValue string `protobuf:"bytes,3,opt,name=string_value,json=stringValue,proto3,oneof"`
}

func (*TransactionMetadata_InvokeScriptMetadata_Argument_StringValue) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_InvokeScriptMetadata_Argument_StringValue) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_InvokeScriptMetadata_Argument_StringValue) MarshalToVTStrict added in v0.11.0

func (*TransactionMetadata_InvokeScriptMetadata_Argument_StringValue) SizeVT added in v0.11.0

type TransactionMetadata_Lease

type TransactionMetadata_Lease struct {
	Lease *TransactionMetadata_LeaseMetadata `protobuf:"bytes,117,opt,name=lease,proto3,oneof"`
}

func (*TransactionMetadata_Lease) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_Lease) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_Lease) MarshalToVTStrict added in v0.11.0

func (m *TransactionMetadata_Lease) MarshalToVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_Lease) SizeVT added in v0.11.0

func (m *TransactionMetadata_Lease) SizeVT() (n int)

type TransactionMetadata_LeaseMetadata

type TransactionMetadata_LeaseMetadata struct {
	RecipientAddress []byte `protobuf:"bytes,1,opt,name=recipient_address,json=recipientAddress,proto3" json:"recipient_address,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionMetadata_LeaseMetadata) Descriptor deprecated

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

Deprecated: Use TransactionMetadata_LeaseMetadata.ProtoReflect.Descriptor instead.

func (*TransactionMetadata_LeaseMetadata) GetRecipientAddress

func (x *TransactionMetadata_LeaseMetadata) GetRecipientAddress() []byte

func (*TransactionMetadata_LeaseMetadata) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_LeaseMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_LeaseMetadata) MarshalToVTStrict added in v0.11.0

func (m *TransactionMetadata_LeaseMetadata) MarshalToVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_LeaseMetadata) MarshalVTStrict added in v0.11.0

func (m *TransactionMetadata_LeaseMetadata) MarshalVTStrict() (dAtA []byte, err error)

func (*TransactionMetadata_LeaseMetadata) ProtoMessage

func (*TransactionMetadata_LeaseMetadata) ProtoMessage()

func (*TransactionMetadata_LeaseMetadata) ProtoReflect

func (*TransactionMetadata_LeaseMetadata) Reset

func (*TransactionMetadata_LeaseMetadata) SizeVT added in v0.11.0

func (m *TransactionMetadata_LeaseMetadata) SizeVT() (n int)

func (*TransactionMetadata_LeaseMetadata) String

func (*TransactionMetadata_LeaseMetadata) UnmarshalVT added in v0.11.0

func (m *TransactionMetadata_LeaseMetadata) UnmarshalVT(dAtA []byte) error

type TransactionMetadata_MassTransfer

type TransactionMetadata_MassTransfer struct {
	MassTransfer *TransactionMetadata_MassTransferMetadata `protobuf:"bytes,111,opt,name=mass_transfer,json=massTransfer,proto3,oneof"`
}

func (*TransactionMetadata_MassTransfer) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_MassTransfer) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_MassTransfer) MarshalToVTStrict added in v0.11.0

func (m *TransactionMetadata_MassTransfer) MarshalToVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_MassTransfer) SizeVT added in v0.11.0

func (m *TransactionMetadata_MassTransfer) SizeVT() (n int)

type TransactionMetadata_MassTransferMetadata

type TransactionMetadata_MassTransferMetadata struct {
	RecipientsAddresses [][]byte `protobuf:"bytes,1,rep,name=recipients_addresses,json=recipientsAddresses,proto3" json:"recipients_addresses,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionMetadata_MassTransferMetadata) Descriptor deprecated

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

Deprecated: Use TransactionMetadata_MassTransferMetadata.ProtoReflect.Descriptor instead.

func (*TransactionMetadata_MassTransferMetadata) GetRecipientsAddresses

func (x *TransactionMetadata_MassTransferMetadata) GetRecipientsAddresses() [][]byte

func (*TransactionMetadata_MassTransferMetadata) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_MassTransferMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_MassTransferMetadata) MarshalToVTStrict added in v0.11.0

func (m *TransactionMetadata_MassTransferMetadata) MarshalToVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_MassTransferMetadata) MarshalVTStrict added in v0.11.0

func (m *TransactionMetadata_MassTransferMetadata) MarshalVTStrict() (dAtA []byte, err error)

func (*TransactionMetadata_MassTransferMetadata) ProtoMessage

func (*TransactionMetadata_MassTransferMetadata) ProtoReflect

func (*TransactionMetadata_MassTransferMetadata) Reset

func (*TransactionMetadata_MassTransferMetadata) SizeVT added in v0.11.0

func (*TransactionMetadata_MassTransferMetadata) String

func (*TransactionMetadata_MassTransferMetadata) UnmarshalVT added in v0.11.0

func (m *TransactionMetadata_MassTransferMetadata) UnmarshalVT(dAtA []byte) error

type TransactionMetadata_Transfer

type TransactionMetadata_Transfer struct {
	Transfer *TransactionMetadata_TransferMetadata `protobuf:"bytes,104,opt,name=transfer,proto3,oneof"`
}

func (*TransactionMetadata_Transfer) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_Transfer) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_Transfer) MarshalToVTStrict added in v0.11.0

func (m *TransactionMetadata_Transfer) MarshalToVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_Transfer) SizeVT added in v0.11.0

func (m *TransactionMetadata_Transfer) SizeVT() (n int)

type TransactionMetadata_TransferMetadata

type TransactionMetadata_TransferMetadata struct {
	RecipientAddress []byte `protobuf:"bytes,1,opt,name=recipient_address,json=recipientAddress,proto3" json:"recipient_address,omitempty"`
	// contains filtered or unexported fields
}

func (*TransactionMetadata_TransferMetadata) Descriptor deprecated

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

Deprecated: Use TransactionMetadata_TransferMetadata.ProtoReflect.Descriptor instead.

func (*TransactionMetadata_TransferMetadata) GetRecipientAddress

func (x *TransactionMetadata_TransferMetadata) GetRecipientAddress() []byte

func (*TransactionMetadata_TransferMetadata) MarshalToSizedBufferVTStrict added in v0.11.0

func (m *TransactionMetadata_TransferMetadata) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_TransferMetadata) MarshalToVTStrict added in v0.11.0

func (m *TransactionMetadata_TransferMetadata) MarshalToVTStrict(dAtA []byte) (int, error)

func (*TransactionMetadata_TransferMetadata) MarshalVTStrict added in v0.11.0

func (m *TransactionMetadata_TransferMetadata) MarshalVTStrict() (dAtA []byte, err error)

func (*TransactionMetadata_TransferMetadata) ProtoMessage

func (*TransactionMetadata_TransferMetadata) ProtoMessage()

func (*TransactionMetadata_TransferMetadata) ProtoReflect

func (*TransactionMetadata_TransferMetadata) Reset

func (*TransactionMetadata_TransferMetadata) SizeVT added in v0.11.0

func (m *TransactionMetadata_TransferMetadata) SizeVT() (n int)

func (*TransactionMetadata_TransferMetadata) String

func (*TransactionMetadata_TransferMetadata) UnmarshalVT added in v0.11.0

func (m *TransactionMetadata_TransferMetadata) UnmarshalVT(dAtA []byte) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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