events

package
v0.10.4 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2023 License: MIT Imports: 5 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 assignable 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 (m *BlockchainUpdated) GetUpdate() isBlockchainUpdated_Update

func (*BlockchainUpdated) ProtoMessage

func (*BlockchainUpdated) ProtoMessage()

func (*BlockchainUpdated) ProtoReflect

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

func (*BlockchainUpdated) Reset

func (x *BlockchainUpdated) Reset()

func (*BlockchainUpdated) String

func (x *BlockchainUpdated) String() string

type BlockchainUpdated_Append

type BlockchainUpdated_Append struct {

	// Types that are assignable 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 (m *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) 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) String

func (x *BlockchainUpdated_Append) String() string

type BlockchainUpdated_Append_

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

type BlockchainUpdated_Append_Block

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

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"`
	// 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) GetBlock

func (*BlockchainUpdated_Append_BlockAppend) GetUpdatedWavesAmount

func (x *BlockchainUpdated_Append_BlockAppend) GetUpdatedWavesAmount() int64

func (*BlockchainUpdated_Append_BlockAppend) ProtoMessage

func (*BlockchainUpdated_Append_BlockAppend) ProtoMessage()

func (*BlockchainUpdated_Append_BlockAppend) ProtoReflect

func (*BlockchainUpdated_Append_BlockAppend) Reset

func (*BlockchainUpdated_Append_BlockAppend) String

type BlockchainUpdated_Append_MicroBlock

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

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) ProtoMessage

func (*BlockchainUpdated_Append_MicroBlockAppend) ProtoReflect

func (*BlockchainUpdated_Append_MicroBlockAppend) Reset

func (*BlockchainUpdated_Append_MicroBlockAppend) String

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"`
	// 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) 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) ProtoMessage

func (*BlockchainUpdated_Rollback) ProtoMessage()

func (*BlockchainUpdated_Rollback) ProtoReflect

func (*BlockchainUpdated_Rollback) Reset

func (x *BlockchainUpdated_Rollback) Reset()

func (*BlockchainUpdated_Rollback) String

func (x *BlockchainUpdated_Rollback) String() string

type BlockchainUpdated_Rollback_

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

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"`
	// 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) GetIndividualLeases

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

func (*StateUpdate) GetLeasingForAddress

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

func (*StateUpdate) ProtoMessage

func (*StateUpdate) ProtoMessage()

func (*StateUpdate) ProtoReflect

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

func (*StateUpdate) Reset

func (x *StateUpdate) Reset()

func (*StateUpdate) String

func (x *StateUpdate) String() string

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"`
	// 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) 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) GetSponsorship

func (x *StateUpdate_AssetDetails) GetSponsorship() int64

func (*StateUpdate_AssetDetails) GetVolume

func (x *StateUpdate_AssetDetails) GetVolume() int64

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) String

func (x *StateUpdate_AssetDetails) String() string

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) ProtoMessage

func (*StateUpdate_AssetDetails_AssetScriptInfo) ProtoReflect

func (*StateUpdate_AssetDetails_AssetScriptInfo) Reset

func (*StateUpdate_AssetDetails_AssetScriptInfo) String

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) 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) String

func (x *StateUpdate_AssetInfo) String() string

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) ProtoMessage

func (*StateUpdate_AssetStateUpdate) ProtoMessage()

func (*StateUpdate_AssetStateUpdate) ProtoReflect

func (*StateUpdate_AssetStateUpdate) Reset

func (x *StateUpdate_AssetStateUpdate) Reset()

func (*StateUpdate_AssetStateUpdate) String

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) ProtoMessage

func (*StateUpdate_BalanceUpdate) ProtoMessage()

func (*StateUpdate_BalanceUpdate) ProtoReflect

func (*StateUpdate_BalanceUpdate) Reset

func (x *StateUpdate_BalanceUpdate) Reset()

func (*StateUpdate_BalanceUpdate) String

func (x *StateUpdate_BalanceUpdate) String() string

type StateUpdate_DataEntryUpdate

type StateUpdate_DataEntryUpdate struct {
	Address         []byte                               `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	DataEntry       *waves.DataTransactionData_DataEntry `protobuf:"bytes,2,opt,name=data_entry,json=dataEntry,proto3" json:"data_entry,omitempty"`
	DataEntryBefore *waves.DataTransactionData_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 (*StateUpdate_DataEntryUpdate) GetDataEntryBefore

func (*StateUpdate_DataEntryUpdate) ProtoMessage

func (*StateUpdate_DataEntryUpdate) ProtoMessage()

func (*StateUpdate_DataEntryUpdate) ProtoReflect

func (*StateUpdate_DataEntryUpdate) Reset

func (x *StateUpdate_DataEntryUpdate) Reset()

func (*StateUpdate_DataEntryUpdate) String

func (x *StateUpdate_DataEntryUpdate) String() string

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) 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) String

func (x *StateUpdate_LeaseUpdate) String() string

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) ProtoMessage

func (*StateUpdate_LeasingUpdate) ProtoMessage()

func (*StateUpdate_LeasingUpdate) ProtoReflect

func (*StateUpdate_LeasingUpdate) Reset

func (x *StateUpdate_LeasingUpdate) Reset()

func (*StateUpdate_LeasingUpdate) String

func (x *StateUpdate_LeasingUpdate) String() string

type TransactionMetadata

type TransactionMetadata struct {
	SenderAddress []byte `protobuf:"bytes,1,opt,name=sender_address,json=senderAddress,proto3" json:"sender_address,omitempty"`
	// Types that are assignable 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 (m *TransactionMetadata) GetMetadata() isTransactionMetadata_Metadata

func (*TransactionMetadata) GetSenderAddress

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

func (*TransactionMetadata) GetTransfer

func (*TransactionMetadata) ProtoMessage

func (*TransactionMetadata) ProtoMessage()

func (*TransactionMetadata) ProtoReflect

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

func (*TransactionMetadata) Reset

func (x *TransactionMetadata) Reset()

func (*TransactionMetadata) String

func (x *TransactionMetadata) String() string

type TransactionMetadata_Ethereum

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

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 assignable 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 (m *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) ProtoMessage

func (*TransactionMetadata_EthereumMetadata) ProtoMessage()

func (*TransactionMetadata_EthereumMetadata) ProtoReflect

func (*TransactionMetadata_EthereumMetadata) Reset

func (*TransactionMetadata_EthereumMetadata) String

type TransactionMetadata_EthereumMetadata_Invoke

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

type TransactionMetadata_EthereumMetadata_Transfer

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

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) ProtoMessage

func (*TransactionMetadata_EthereumTransferMetadata) ProtoReflect

func (*TransactionMetadata_EthereumTransferMetadata) Reset

func (*TransactionMetadata_EthereumTransferMetadata) String

type TransactionMetadata_Exchange

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

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) ProtoMessage

func (*TransactionMetadata_ExchangeMetadata) ProtoMessage()

func (*TransactionMetadata_ExchangeMetadata) ProtoReflect

func (*TransactionMetadata_ExchangeMetadata) Reset

func (*TransactionMetadata_ExchangeMetadata) String

type TransactionMetadata_InvokeScript

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

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) ProtoMessage

func (*TransactionMetadata_InvokeScriptMetadata) ProtoReflect

func (*TransactionMetadata_InvokeScriptMetadata) Reset

func (*TransactionMetadata_InvokeScriptMetadata) String

type TransactionMetadata_InvokeScriptMetadata_Argument

type TransactionMetadata_InvokeScriptMetadata_Argument struct {

	// Types that are assignable 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 (m *TransactionMetadata_InvokeScriptMetadata_Argument) GetValue() isTransactionMetadata_InvokeScriptMetadata_Argument_Value

func (*TransactionMetadata_InvokeScriptMetadata_Argument) ProtoMessage

func (*TransactionMetadata_InvokeScriptMetadata_Argument) ProtoReflect

func (*TransactionMetadata_InvokeScriptMetadata_Argument) Reset

func (*TransactionMetadata_InvokeScriptMetadata_Argument) String

type TransactionMetadata_InvokeScriptMetadata_Argument_BinaryValue

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

type TransactionMetadata_InvokeScriptMetadata_Argument_BooleanValue

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

type TransactionMetadata_InvokeScriptMetadata_Argument_IntegerValue

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

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) ProtoMessage

func (*TransactionMetadata_InvokeScriptMetadata_Argument_List) ProtoReflect

func (*TransactionMetadata_InvokeScriptMetadata_Argument_List) Reset

func (*TransactionMetadata_InvokeScriptMetadata_Argument_List) String

type TransactionMetadata_InvokeScriptMetadata_Argument_List_

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

type TransactionMetadata_InvokeScriptMetadata_Argument_StringValue

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

type TransactionMetadata_Lease

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

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) ProtoMessage

func (*TransactionMetadata_LeaseMetadata) ProtoMessage()

func (*TransactionMetadata_LeaseMetadata) ProtoReflect

func (*TransactionMetadata_LeaseMetadata) Reset

func (*TransactionMetadata_LeaseMetadata) String

type TransactionMetadata_MassTransfer

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

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) ProtoMessage

func (*TransactionMetadata_MassTransferMetadata) ProtoReflect

func (*TransactionMetadata_MassTransferMetadata) Reset

func (*TransactionMetadata_MassTransferMetadata) String

type TransactionMetadata_Transfer

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

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) ProtoMessage

func (*TransactionMetadata_TransferMetadata) ProtoMessage()

func (*TransactionMetadata_TransferMetadata) ProtoReflect

func (*TransactionMetadata_TransferMetadata) Reset

func (*TransactionMetadata_TransferMetadata) String

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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