v1

package
v0.0.0-...-a2265bd Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2021 License: ISC Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	LedgerSpecifier_Shortcut_name = map[int32]string{
		0: "SHORTCUT_UNSPECIFIED",
		1: "SHORTCUT_VALIDATED",
		2: "SHORTCUT_CLOSED",
		3: "SHORTCUT_CURRENT",
	}
	LedgerSpecifier_Shortcut_value = map[string]int32{
		"SHORTCUT_UNSPECIFIED": 0,
		"SHORTCUT_VALIDATED":   1,
		"SHORTCUT_CLOSED":      2,
		"SHORTCUT_CURRENT":     3,
	}
)

Enum value maps for LedgerSpecifier_Shortcut.

View Source
var (
	LedgerEntryType_name = map[int32]string{
		0:  "LEDGER_ENTRY_TYPE_UNSPECIFIED",
		1:  "LEDGER_ENTRY_TYPE_ACCOUNT_ROOT",
		2:  "LEDGER_ENTRY_TYPE_AMENDMENTS",
		3:  "LEDGER_ENTRY_TYPE_CHECK",
		4:  "LEDGER_ENTRY_TYPE_DEPOSIT_PREAUTH",
		5:  "LEDGER_ENTRY_TYPE_DIRECTORY_NODE",
		6:  "LEDGER_ENTRY_TYPE_ESCROW",
		7:  "LEDGER_ENTRY_TYPE_FEE_SETTINGS",
		8:  "LEDGER_ENTRY_TYPE_LEDGER_HASHES",
		9:  "LEDGER_ENTRY_TYPE_OFFER",
		10: "LEDGER_ENTRY_TYPE_PAY_CHANNEL",
		11: "LEDGER_ENTRY_TYPE_RIPPLE_STATE",
		12: "LEDGER_ENTRY_TYPE_SIGNER_LIST",
		13: "LEDGER_ENTRY_TYPE_NEGATIVE_UNL",
	}
	LedgerEntryType_value = map[string]int32{
		"LEDGER_ENTRY_TYPE_UNSPECIFIED":     0,
		"LEDGER_ENTRY_TYPE_ACCOUNT_ROOT":    1,
		"LEDGER_ENTRY_TYPE_AMENDMENTS":      2,
		"LEDGER_ENTRY_TYPE_CHECK":           3,
		"LEDGER_ENTRY_TYPE_DEPOSIT_PREAUTH": 4,
		"LEDGER_ENTRY_TYPE_DIRECTORY_NODE":  5,
		"LEDGER_ENTRY_TYPE_ESCROW":          6,
		"LEDGER_ENTRY_TYPE_FEE_SETTINGS":    7,
		"LEDGER_ENTRY_TYPE_LEDGER_HASHES":   8,
		"LEDGER_ENTRY_TYPE_OFFER":           9,
		"LEDGER_ENTRY_TYPE_PAY_CHANNEL":     10,
		"LEDGER_ENTRY_TYPE_RIPPLE_STATE":    11,
		"LEDGER_ENTRY_TYPE_SIGNER_LIST":     12,
		"LEDGER_ENTRY_TYPE_NEGATIVE_UNL":    13,
	}
)

Enum value maps for LedgerEntryType.

View Source
var (
	TransactionResult_ResultType_name = map[int32]string{
		0: "RESULT_TYPE_UNSPECIFIED",
		1: "RESULT_TYPE_TEC",
		2: "RESULT_TYPE_TEF",
		3: "RESULT_TYPE_TEL",
		4: "RESULT_TYPE_TEM",
		5: "RESULT_TYPE_TER",
		6: "RESULT_TYPE_TES",
	}
	TransactionResult_ResultType_value = map[string]int32{
		"RESULT_TYPE_UNSPECIFIED": 0,
		"RESULT_TYPE_TEC":         1,
		"RESULT_TYPE_TEF":         2,
		"RESULT_TYPE_TEL":         3,
		"RESULT_TYPE_TEM":         4,
		"RESULT_TYPE_TER":         5,
		"RESULT_TYPE_TES":         6,
	}
)

Enum value maps for TransactionResult_ResultType.

View Source
var File_org_xrpl_rpc_v1_account_proto protoreflect.FileDescriptor
View Source
var File_org_xrpl_rpc_v1_amount_proto protoreflect.FileDescriptor
View Source
var File_org_xrpl_rpc_v1_common_proto protoreflect.FileDescriptor
View Source
var File_org_xrpl_rpc_v1_get_account_info_proto protoreflect.FileDescriptor
View Source
var File_org_xrpl_rpc_v1_get_account_transaction_history_proto protoreflect.FileDescriptor
View Source
var File_org_xrpl_rpc_v1_get_fee_proto protoreflect.FileDescriptor
View Source
var File_org_xrpl_rpc_v1_get_transaction_proto protoreflect.FileDescriptor
View Source
var File_org_xrpl_rpc_v1_ledger_objects_proto protoreflect.FileDescriptor
View Source
var File_org_xrpl_rpc_v1_ledger_proto protoreflect.FileDescriptor
View Source
var File_org_xrpl_rpc_v1_meta_proto protoreflect.FileDescriptor
View Source
var File_org_xrpl_rpc_v1_submit_proto protoreflect.FileDescriptor
View Source
var File_org_xrpl_rpc_v1_transaction_proto protoreflect.FileDescriptor
View Source
var File_org_xrpl_rpc_v1_xrp_ledger_proto protoreflect.FileDescriptor

Functions

func RegisterXRPLedgerAPIServiceServer

func RegisterXRPLedgerAPIServiceServer(s *grpc.Server, srv XRPLedgerAPIServiceServer)

Types

type Account

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

func (*Account) Descriptor deprecated

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

Deprecated: Use Account.ProtoReflect.Descriptor instead.

func (*Account) GetValue

func (x *Account) GetValue() *AccountAddress

func (*Account) ProtoMessage

func (*Account) ProtoMessage()

func (*Account) ProtoReflect

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

func (*Account) Reset

func (x *Account) Reset()

func (*Account) String

func (x *Account) String() string

type AccountAddress

type AccountAddress struct {

	// base58 encoding of an account
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

A representation of an account address Next field: 2

func (*AccountAddress) Descriptor deprecated

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

Deprecated: Use AccountAddress.ProtoReflect.Descriptor instead.

func (*AccountAddress) GetAddress

func (x *AccountAddress) GetAddress() string

func (*AccountAddress) ProtoMessage

func (*AccountAddress) ProtoMessage()

func (*AccountAddress) ProtoReflect

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

func (*AccountAddress) Reset

func (x *AccountAddress) Reset()

func (*AccountAddress) String

func (x *AccountAddress) String() string

type AccountDelete

type AccountDelete struct {
	Destination    *Destination    `protobuf:"bytes,1,opt,name=destination,proto3" json:"destination,omitempty"`
	DestinationTag *DestinationTag `protobuf:"bytes,2,opt,name=destination_tag,json=destinationTag,proto3" json:"destination_tag,omitempty"`
	// contains filtered or unexported fields
}

Next field: 3

func (*AccountDelete) Descriptor deprecated

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

Deprecated: Use AccountDelete.ProtoReflect.Descriptor instead.

func (*AccountDelete) GetDestination

func (x *AccountDelete) GetDestination() *Destination

func (*AccountDelete) GetDestinationTag

func (x *AccountDelete) GetDestinationTag() *DestinationTag

func (*AccountDelete) ProtoMessage

func (*AccountDelete) ProtoMessage()

func (*AccountDelete) ProtoReflect

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

func (*AccountDelete) Reset

func (x *AccountDelete) Reset()

func (*AccountDelete) String

func (x *AccountDelete) String() string

type AccountRoot

type AccountRoot struct {
	Account                           *Account                           `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Balance                           *Balance                           `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance,omitempty"`
	Sequence                          *Sequence                          `protobuf:"bytes,3,opt,name=sequence,proto3" json:"sequence,omitempty"`
	Flags                             *Flags                             `protobuf:"bytes,4,opt,name=flags,proto3" json:"flags,omitempty"`
	OwnerCount                        *OwnerCount                        `protobuf:"bytes,5,opt,name=owner_count,json=ownerCount,proto3" json:"owner_count,omitempty"`
	PreviousTransactionId             *PreviousTransactionID             `` /* 126-byte string literal not displayed */
	PreviousTransactionLedgerSequence *PreviousTransactionLedgerSequence `` /* 164-byte string literal not displayed */
	AccountTransactionId              *AccountTransactionID              `protobuf:"bytes,8,opt,name=account_transaction_id,json=accountTransactionId,proto3" json:"account_transaction_id,omitempty"`
	Domain                            *Domain                            `protobuf:"bytes,9,opt,name=domain,proto3" json:"domain,omitempty"`
	EmailHash                         *EmailHash                         `protobuf:"bytes,10,opt,name=email_hash,json=emailHash,proto3" json:"email_hash,omitempty"`
	MessageKey                        *MessageKey                        `protobuf:"bytes,11,opt,name=message_key,json=messageKey,proto3" json:"message_key,omitempty"`
	RegularKey                        *RegularKey                        `protobuf:"bytes,12,opt,name=regular_key,json=regularKey,proto3" json:"regular_key,omitempty"`
	TickSize                          *TickSize                          `protobuf:"bytes,13,opt,name=tick_size,json=tickSize,proto3" json:"tick_size,omitempty"`
	TransferRate                      *TransferRate                      `protobuf:"bytes,14,opt,name=transfer_rate,json=transferRate,proto3" json:"transfer_rate,omitempty"`
	// contains filtered or unexported fields
}

Next field: 15

func (*AccountRoot) Descriptor deprecated

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

Deprecated: Use AccountRoot.ProtoReflect.Descriptor instead.

func (*AccountRoot) GetAccount

func (x *AccountRoot) GetAccount() *Account

func (*AccountRoot) GetAccountTransactionId

func (x *AccountRoot) GetAccountTransactionId() *AccountTransactionID

func (*AccountRoot) GetBalance

func (x *AccountRoot) GetBalance() *Balance

func (*AccountRoot) GetDomain

func (x *AccountRoot) GetDomain() *Domain

func (*AccountRoot) GetEmailHash

func (x *AccountRoot) GetEmailHash() *EmailHash

func (*AccountRoot) GetFlags

func (x *AccountRoot) GetFlags() *Flags

func (*AccountRoot) GetMessageKey

func (x *AccountRoot) GetMessageKey() *MessageKey

func (*AccountRoot) GetOwnerCount

func (x *AccountRoot) GetOwnerCount() *OwnerCount

func (*AccountRoot) GetPreviousTransactionId

func (x *AccountRoot) GetPreviousTransactionId() *PreviousTransactionID

func (*AccountRoot) GetPreviousTransactionLedgerSequence

func (x *AccountRoot) GetPreviousTransactionLedgerSequence() *PreviousTransactionLedgerSequence

func (*AccountRoot) GetRegularKey

func (x *AccountRoot) GetRegularKey() *RegularKey

func (*AccountRoot) GetSequence

func (x *AccountRoot) GetSequence() *Sequence

func (*AccountRoot) GetTickSize

func (x *AccountRoot) GetTickSize() *TickSize

func (*AccountRoot) GetTransferRate

func (x *AccountRoot) GetTransferRate() *TransferRate

func (*AccountRoot) ProtoMessage

func (*AccountRoot) ProtoMessage()

func (*AccountRoot) ProtoReflect

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

func (*AccountRoot) Reset

func (x *AccountRoot) Reset()

func (*AccountRoot) String

func (x *AccountRoot) String() string

type AccountSet

type AccountSet struct {
	ClearFlag    *ClearFlag    `protobuf:"bytes,1,opt,name=clear_flag,json=clearFlag,proto3" json:"clear_flag,omitempty"`
	Domain       *Domain       `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	EmailHash    *EmailHash    `protobuf:"bytes,3,opt,name=email_hash,json=emailHash,proto3" json:"email_hash,omitempty"`
	MessageKey   *MessageKey   `protobuf:"bytes,4,opt,name=message_key,json=messageKey,proto3" json:"message_key,omitempty"`
	SetFlag      *SetFlag      `protobuf:"bytes,5,opt,name=set_flag,json=setFlag,proto3" json:"set_flag,omitempty"`
	TransferRate *TransferRate `protobuf:"bytes,6,opt,name=transfer_rate,json=transferRate,proto3" json:"transfer_rate,omitempty"`
	TickSize     *TickSize     `protobuf:"bytes,7,opt,name=tick_size,json=tickSize,proto3" json:"tick_size,omitempty"`
	// contains filtered or unexported fields
}

Next field: 8

func (*AccountSet) Descriptor deprecated

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

Deprecated: Use AccountSet.ProtoReflect.Descriptor instead.

func (*AccountSet) GetClearFlag

func (x *AccountSet) GetClearFlag() *ClearFlag

func (*AccountSet) GetDomain

func (x *AccountSet) GetDomain() *Domain

func (*AccountSet) GetEmailHash

func (x *AccountSet) GetEmailHash() *EmailHash

func (*AccountSet) GetMessageKey

func (x *AccountSet) GetMessageKey() *MessageKey

func (*AccountSet) GetSetFlag

func (x *AccountSet) GetSetFlag() *SetFlag

func (*AccountSet) GetTickSize

func (x *AccountSet) GetTickSize() *TickSize

func (*AccountSet) GetTransferRate

func (x *AccountSet) GetTransferRate() *TransferRate

func (*AccountSet) ProtoMessage

func (*AccountSet) ProtoMessage()

func (*AccountSet) ProtoReflect

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

func (*AccountSet) Reset

func (x *AccountSet) Reset()

func (*AccountSet) String

func (x *AccountSet) String() string

type AccountTransactionID

type AccountTransactionID struct {

	// 32 bytes
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*AccountTransactionID) Descriptor deprecated

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

Deprecated: Use AccountTransactionID.ProtoReflect.Descriptor instead.

func (*AccountTransactionID) GetValue

func (x *AccountTransactionID) GetValue() []byte

func (*AccountTransactionID) ProtoMessage

func (*AccountTransactionID) ProtoMessage()

func (*AccountTransactionID) ProtoReflect

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

func (*AccountTransactionID) Reset

func (x *AccountTransactionID) Reset()

func (*AccountTransactionID) String

func (x *AccountTransactionID) String() string

type AffectedNode

type AffectedNode struct {
	LedgerEntryType LedgerEntryType `` /* 146-byte string literal not displayed */
	// 32 bytes
	LedgerIndex []byte `protobuf:"bytes,2,opt,name=ledger_index,json=ledgerIndex,proto3" json:"ledger_index,omitempty"`
	// Types that are assignable to Node:
	//	*AffectedNode_CreatedNode
	//	*AffectedNode_DeletedNode
	//	*AffectedNode_ModifiedNode
	Node isAffectedNode_Node `protobuf_oneof:"node"`
	// contains filtered or unexported fields
}

Next field: 6

func (*AffectedNode) Descriptor deprecated

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

Deprecated: Use AffectedNode.ProtoReflect.Descriptor instead.

func (*AffectedNode) GetCreatedNode

func (x *AffectedNode) GetCreatedNode() *CreatedNode

func (*AffectedNode) GetDeletedNode

func (x *AffectedNode) GetDeletedNode() *DeletedNode

func (*AffectedNode) GetLedgerEntryType

func (x *AffectedNode) GetLedgerEntryType() LedgerEntryType

func (*AffectedNode) GetLedgerIndex

func (x *AffectedNode) GetLedgerIndex() []byte

func (*AffectedNode) GetModifiedNode

func (x *AffectedNode) GetModifiedNode() *ModifiedNode

func (*AffectedNode) GetNode

func (m *AffectedNode) GetNode() isAffectedNode_Node

func (*AffectedNode) ProtoMessage

func (*AffectedNode) ProtoMessage()

func (*AffectedNode) ProtoReflect

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

func (*AffectedNode) Reset

func (x *AffectedNode) Reset()

func (*AffectedNode) String

func (x *AffectedNode) String() string

type AffectedNode_CreatedNode

type AffectedNode_CreatedNode struct {
	CreatedNode *CreatedNode `protobuf:"bytes,3,opt,name=created_node,json=createdNode,proto3,oneof"`
}

type AffectedNode_DeletedNode

type AffectedNode_DeletedNode struct {
	DeletedNode *DeletedNode `protobuf:"bytes,4,opt,name=deleted_node,json=deletedNode,proto3,oneof"`
}

type AffectedNode_ModifiedNode

type AffectedNode_ModifiedNode struct {
	ModifiedNode *ModifiedNode `protobuf:"bytes,5,opt,name=modified_node,json=modifiedNode,proto3,oneof"`
}

type Amendments

type Amendments struct {
	Amendments []*Amendments_Amendment `protobuf:"bytes,1,rep,name=amendments,proto3" json:"amendments,omitempty"`
	Majorities []*Amendments_Majority  `protobuf:"bytes,2,rep,name=majorities,proto3" json:"majorities,omitempty"`
	Flags      *Flags                  `protobuf:"bytes,3,opt,name=flags,proto3" json:"flags,omitempty"`
	// contains filtered or unexported fields
}

Next field: 4

func (*Amendments) Descriptor deprecated

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

Deprecated: Use Amendments.ProtoReflect.Descriptor instead.

func (*Amendments) GetAmendments

func (x *Amendments) GetAmendments() []*Amendments_Amendment

func (*Amendments) GetFlags

func (x *Amendments) GetFlags() *Flags

func (*Amendments) GetMajorities

func (x *Amendments) GetMajorities() []*Amendments_Majority

func (*Amendments) ProtoMessage

func (*Amendments) ProtoMessage()

func (*Amendments) ProtoReflect

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

func (*Amendments) Reset

func (x *Amendments) Reset()

func (*Amendments) String

func (x *Amendments) String() string

type Amendments_Amendment

type Amendments_Amendment struct {

	// 32 bytes
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Next field: 2

func (*Amendments_Amendment) Descriptor deprecated

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

Deprecated: Use Amendments_Amendment.ProtoReflect.Descriptor instead.

func (*Amendments_Amendment) GetValue

func (x *Amendments_Amendment) GetValue() []byte

func (*Amendments_Amendment) ProtoMessage

func (*Amendments_Amendment) ProtoMessage()

func (*Amendments_Amendment) ProtoReflect

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

func (*Amendments_Amendment) Reset

func (x *Amendments_Amendment) Reset()

func (*Amendments_Amendment) String

func (x *Amendments_Amendment) String() string

type Amendments_Majority

type Amendments_Majority struct {
	Amendment *Amendments_Amendment `protobuf:"bytes,1,opt,name=amendment,proto3" json:"amendment,omitempty"`
	CloseTime *CloseTime            `protobuf:"bytes,2,opt,name=close_time,json=closeTime,proto3" json:"close_time,omitempty"`
	// contains filtered or unexported fields
}

Next field: 3

func (*Amendments_Majority) Descriptor deprecated

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

Deprecated: Use Amendments_Majority.ProtoReflect.Descriptor instead.

func (*Amendments_Majority) GetAmendment

func (x *Amendments_Majority) GetAmendment() *Amendments_Amendment

func (*Amendments_Majority) GetCloseTime

func (x *Amendments_Majority) GetCloseTime() *CloseTime

func (*Amendments_Majority) ProtoMessage

func (*Amendments_Majority) ProtoMessage()

func (*Amendments_Majority) ProtoReflect

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

func (*Amendments_Majority) Reset

func (x *Amendments_Majority) Reset()

func (*Amendments_Majority) String

func (x *Amendments_Majority) String() string

type Amount

type Amount struct {

	// Note, CurrencyAmount is a oneof, that can represent an XRP drops amount
	// or an Issued Currency amount. However, in some transaction types/ledger
	// objects, this value can only be in drops. For instance, the Amount field
	// of a Payment transaction can be specified in XRP drops or an Issued
	// Currency amount, but the Amount field of a PaymentChannelClaim
	// transaction can only be an XRP drops amount.
	Value *CurrencyAmount `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Amount) Descriptor deprecated

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

Deprecated: Use Amount.ProtoReflect.Descriptor instead.

func (*Amount) GetValue

func (x *Amount) GetValue() *CurrencyAmount

func (*Amount) ProtoMessage

func (*Amount) ProtoMessage()

func (*Amount) ProtoReflect

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

func (*Amount) Reset

func (x *Amount) Reset()

func (*Amount) String

func (x *Amount) String() string

type Authorize

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

func (*Authorize) Descriptor deprecated

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

Deprecated: Use Authorize.ProtoReflect.Descriptor instead.

func (*Authorize) GetValue

func (x *Authorize) GetValue() *AccountAddress

func (*Authorize) ProtoMessage

func (*Authorize) ProtoMessage()

func (*Authorize) ProtoReflect

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

func (*Authorize) Reset

func (x *Authorize) Reset()

func (*Authorize) String

func (x *Authorize) String() string

type Balance

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

func (*Balance) Descriptor deprecated

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

Deprecated: Use Balance.ProtoReflect.Descriptor instead.

func (*Balance) GetValue

func (x *Balance) GetValue() *CurrencyAmount

func (*Balance) ProtoMessage

func (*Balance) ProtoMessage()

func (*Balance) ProtoReflect

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

func (*Balance) Reset

func (x *Balance) Reset()

func (*Balance) String

func (x *Balance) String() string

type BaseFee

type BaseFee struct {

	// in drops
	Value uint64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*BaseFee) Descriptor deprecated

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

Deprecated: Use BaseFee.ProtoReflect.Descriptor instead.

func (*BaseFee) GetValue

func (x *BaseFee) GetValue() uint64

func (*BaseFee) ProtoMessage

func (*BaseFee) ProtoMessage()

func (*BaseFee) ProtoReflect

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

func (*BaseFee) Reset

func (x *BaseFee) Reset()

func (*BaseFee) String

func (x *BaseFee) String() string

type BookDirectory

type BookDirectory struct {

	// 32 btes
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*BookDirectory) Descriptor deprecated

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

Deprecated: Use BookDirectory.ProtoReflect.Descriptor instead.

func (*BookDirectory) GetValue

func (x *BookDirectory) GetValue() []byte

func (*BookDirectory) ProtoMessage

func (*BookDirectory) ProtoMessage()

func (*BookDirectory) ProtoReflect

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

func (*BookDirectory) Reset

func (x *BookDirectory) Reset()

func (*BookDirectory) String

func (x *BookDirectory) String() string

type BookNode

type BookNode struct {
	Value uint64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*BookNode) Descriptor deprecated

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

Deprecated: Use BookNode.ProtoReflect.Descriptor instead.

func (*BookNode) GetValue

func (x *BookNode) GetValue() uint64

func (*BookNode) ProtoMessage

func (*BookNode) ProtoMessage()

func (*BookNode) ProtoReflect

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

func (*BookNode) Reset

func (x *BookNode) Reset()

func (*BookNode) String

func (x *BookNode) String() string

type CancelAfter

type CancelAfter struct {

	// time in seconds since Ripple epoch
	Value uint32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelAfter) Descriptor deprecated

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

Deprecated: Use CancelAfter.ProtoReflect.Descriptor instead.

func (*CancelAfter) GetValue

func (x *CancelAfter) GetValue() uint32

func (*CancelAfter) ProtoMessage

func (*CancelAfter) ProtoMessage()

func (*CancelAfter) ProtoReflect

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

func (*CancelAfter) Reset

func (x *CancelAfter) Reset()

func (*CancelAfter) String

func (x *CancelAfter) String() string

type Channel

type Channel struct {

	// 32 bytes
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel) Descriptor deprecated

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

Deprecated: Use Channel.ProtoReflect.Descriptor instead.

func (*Channel) GetValue

func (x *Channel) GetValue() []byte

func (*Channel) ProtoMessage

func (*Channel) ProtoMessage()

func (*Channel) ProtoReflect

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

func (*Channel) Reset

func (x *Channel) Reset()

func (*Channel) String

func (x *Channel) String() string

type Check

type Check struct {
	Account                           *Account                           `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Destination                       *Destination                       `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"`
	Flags                             *Flags                             `protobuf:"bytes,3,opt,name=flags,proto3" json:"flags,omitempty"`
	OwnerNode                         *OwnerNode                         `protobuf:"bytes,4,opt,name=owner_node,json=ownerNode,proto3" json:"owner_node,omitempty"`
	PreviousTransactionId             *PreviousTransactionID             `` /* 126-byte string literal not displayed */
	PreviousTransactionLedgerSequence *PreviousTransactionLedgerSequence `` /* 164-byte string literal not displayed */
	SendMax                           *SendMax                           `protobuf:"bytes,7,opt,name=send_max,json=sendMax,proto3" json:"send_max,omitempty"`
	Sequence                          *Sequence                          `protobuf:"bytes,8,opt,name=sequence,proto3" json:"sequence,omitempty"`
	DestinationNode                   *DestinationNode                   `protobuf:"bytes,9,opt,name=destination_node,json=destinationNode,proto3" json:"destination_node,omitempty"`
	DestinationTag                    *DestinationTag                    `protobuf:"bytes,10,opt,name=destination_tag,json=destinationTag,proto3" json:"destination_tag,omitempty"`
	Expiration                        *Expiration                        `protobuf:"bytes,11,opt,name=expiration,proto3" json:"expiration,omitempty"`
	InvoiceId                         *InvoiceID                         `protobuf:"bytes,12,opt,name=invoice_id,json=invoiceId,proto3" json:"invoice_id,omitempty"`
	SourceTag                         *SourceTag                         `protobuf:"bytes,13,opt,name=source_tag,json=sourceTag,proto3" json:"source_tag,omitempty"`
	// contains filtered or unexported fields
}

Next field: 14

func (*Check) Descriptor deprecated

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

Deprecated: Use Check.ProtoReflect.Descriptor instead.

func (*Check) GetAccount

func (x *Check) GetAccount() *Account

func (*Check) GetDestination

func (x *Check) GetDestination() *Destination

func (*Check) GetDestinationNode

func (x *Check) GetDestinationNode() *DestinationNode

func (*Check) GetDestinationTag

func (x *Check) GetDestinationTag() *DestinationTag

func (*Check) GetExpiration

func (x *Check) GetExpiration() *Expiration

func (*Check) GetFlags

func (x *Check) GetFlags() *Flags

func (*Check) GetInvoiceId

func (x *Check) GetInvoiceId() *InvoiceID

func (*Check) GetOwnerNode

func (x *Check) GetOwnerNode() *OwnerNode

func (*Check) GetPreviousTransactionId

func (x *Check) GetPreviousTransactionId() *PreviousTransactionID

func (*Check) GetPreviousTransactionLedgerSequence

func (x *Check) GetPreviousTransactionLedgerSequence() *PreviousTransactionLedgerSequence

func (*Check) GetSendMax

func (x *Check) GetSendMax() *SendMax

func (*Check) GetSequence

func (x *Check) GetSequence() *Sequence

func (*Check) GetSourceTag

func (x *Check) GetSourceTag() *SourceTag

func (*Check) ProtoMessage

func (*Check) ProtoMessage()

func (*Check) ProtoReflect

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

func (*Check) Reset

func (x *Check) Reset()

func (*Check) String

func (x *Check) String() string

type CheckCancel

type CheckCancel struct {
	CheckId *CheckID `protobuf:"bytes,1,opt,name=check_id,json=checkId,proto3" json:"check_id,omitempty"`
	// contains filtered or unexported fields
}

Next field: 2

func (*CheckCancel) Descriptor deprecated

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

Deprecated: Use CheckCancel.ProtoReflect.Descriptor instead.

func (*CheckCancel) GetCheckId

func (x *CheckCancel) GetCheckId() *CheckID

func (*CheckCancel) ProtoMessage

func (*CheckCancel) ProtoMessage()

func (*CheckCancel) ProtoReflect

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

func (*CheckCancel) Reset

func (x *CheckCancel) Reset()

func (*CheckCancel) String

func (x *CheckCancel) String() string

type CheckCash

type CheckCash struct {
	CheckId *CheckID `protobuf:"bytes,1,opt,name=check_id,json=checkId,proto3" json:"check_id,omitempty"`
	// Types that are assignable to AmountOneof:
	//	*CheckCash_Amount
	//	*CheckCash_DeliverMin
	AmountOneof isCheckCash_AmountOneof `protobuf_oneof:"amount_oneof"`
	// contains filtered or unexported fields
}

Next field: 4

func (*CheckCash) Descriptor deprecated

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

Deprecated: Use CheckCash.ProtoReflect.Descriptor instead.

func (*CheckCash) GetAmount

func (x *CheckCash) GetAmount() *Amount

func (*CheckCash) GetAmountOneof

func (m *CheckCash) GetAmountOneof() isCheckCash_AmountOneof

func (*CheckCash) GetCheckId

func (x *CheckCash) GetCheckId() *CheckID

func (*CheckCash) GetDeliverMin

func (x *CheckCash) GetDeliverMin() *DeliverMin

func (*CheckCash) ProtoMessage

func (*CheckCash) ProtoMessage()

func (*CheckCash) ProtoReflect

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

func (*CheckCash) Reset

func (x *CheckCash) Reset()

func (*CheckCash) String

func (x *CheckCash) String() string

type CheckCash_Amount

type CheckCash_Amount struct {
	Amount *Amount `protobuf:"bytes,2,opt,name=amount,proto3,oneof"`
}

type CheckCash_DeliverMin

type CheckCash_DeliverMin struct {
	DeliverMin *DeliverMin `protobuf:"bytes,3,opt,name=deliver_min,json=deliverMin,proto3,oneof"`
}

type CheckCreate

type CheckCreate struct {
	Destination    *Destination    `protobuf:"bytes,1,opt,name=destination,proto3" json:"destination,omitempty"`
	SendMax        *SendMax        `protobuf:"bytes,2,opt,name=send_max,json=sendMax,proto3" json:"send_max,omitempty"`
	DestinationTag *DestinationTag `protobuf:"bytes,3,opt,name=destination_tag,json=destinationTag,proto3" json:"destination_tag,omitempty"`
	Expiration     *Expiration     `protobuf:"bytes,4,opt,name=expiration,proto3" json:"expiration,omitempty"`
	InvoiceId      *InvoiceID      `protobuf:"bytes,5,opt,name=invoice_id,json=invoiceId,proto3" json:"invoice_id,omitempty"`
	// contains filtered or unexported fields
}

Next field: 6

func (*CheckCreate) Descriptor deprecated

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

Deprecated: Use CheckCreate.ProtoReflect.Descriptor instead.

func (*CheckCreate) GetDestination

func (x *CheckCreate) GetDestination() *Destination

func (*CheckCreate) GetDestinationTag

func (x *CheckCreate) GetDestinationTag() *DestinationTag

func (*CheckCreate) GetExpiration

func (x *CheckCreate) GetExpiration() *Expiration

func (*CheckCreate) GetInvoiceId

func (x *CheckCreate) GetInvoiceId() *InvoiceID

func (*CheckCreate) GetSendMax

func (x *CheckCreate) GetSendMax() *SendMax

func (*CheckCreate) ProtoMessage

func (*CheckCreate) ProtoMessage()

func (*CheckCreate) ProtoReflect

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

func (*CheckCreate) Reset

func (x *CheckCreate) Reset()

func (*CheckCreate) String

func (x *CheckCreate) String() string

type CheckID

type CheckID struct {

	// 32 bytes
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckID) Descriptor deprecated

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

Deprecated: Use CheckID.ProtoReflect.Descriptor instead.

func (*CheckID) GetValue

func (x *CheckID) GetValue() []byte

func (*CheckID) ProtoMessage

func (*CheckID) ProtoMessage()

func (*CheckID) ProtoReflect

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

func (*CheckID) Reset

func (x *CheckID) Reset()

func (*CheckID) String

func (x *CheckID) String() string

type ClearFlag

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

func (*ClearFlag) Descriptor deprecated

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

Deprecated: Use ClearFlag.ProtoReflect.Descriptor instead.

func (*ClearFlag) GetValue

func (x *ClearFlag) GetValue() uint32

func (*ClearFlag) ProtoMessage

func (*ClearFlag) ProtoMessage()

func (*ClearFlag) ProtoReflect

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

func (*ClearFlag) Reset

func (x *ClearFlag) Reset()

func (*ClearFlag) String

func (x *ClearFlag) String() string

type CloseTime

type CloseTime struct {

	// time in seconds since Ripple epoch
	Value uint32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CloseTime) Descriptor deprecated

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

Deprecated: Use CloseTime.ProtoReflect.Descriptor instead.

func (*CloseTime) GetValue

func (x *CloseTime) GetValue() uint32

func (*CloseTime) ProtoMessage

func (*CloseTime) ProtoMessage()

func (*CloseTime) ProtoReflect

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

func (*CloseTime) Reset

func (x *CloseTime) Reset()

func (*CloseTime) String

func (x *CloseTime) String() string

type Condition

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

func (*Condition) Descriptor deprecated

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

Deprecated: Use Condition.ProtoReflect.Descriptor instead.

func (*Condition) GetValue

func (x *Condition) GetValue() []byte

func (*Condition) ProtoMessage

func (*Condition) ProtoMessage()

func (*Condition) ProtoReflect

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

func (*Condition) Reset

func (x *Condition) Reset()

func (*Condition) String

func (x *Condition) String() string

type CreatedNode

type CreatedNode struct {
	NewFields *LedgerObject `protobuf:"bytes,1,opt,name=new_fields,json=newFields,proto3" json:"new_fields,omitempty"`
	// contains filtered or unexported fields
}

Next field: 2

func (*CreatedNode) Descriptor deprecated

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

Deprecated: Use CreatedNode.ProtoReflect.Descriptor instead.

func (*CreatedNode) GetNewFields

func (x *CreatedNode) GetNewFields() *LedgerObject

func (*CreatedNode) ProtoMessage

func (*CreatedNode) ProtoMessage()

func (*CreatedNode) ProtoReflect

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

func (*CreatedNode) Reset

func (x *CreatedNode) Reset()

func (*CreatedNode) String

func (x *CreatedNode) String() string

type Currency

type Currency struct {

	// 3 character ASCII code
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// 160 bit currency code. 20 bytes
	Code []byte `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	// contains filtered or unexported fields
}

Next field: 3

func (*Currency) Descriptor deprecated

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

Deprecated: Use Currency.ProtoReflect.Descriptor instead.

func (*Currency) GetCode

func (x *Currency) GetCode() []byte

func (*Currency) GetName

func (x *Currency) GetName() string

func (*Currency) ProtoMessage

func (*Currency) ProtoMessage()

func (*Currency) ProtoReflect

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

func (*Currency) Reset

func (x *Currency) Reset()

func (*Currency) String

func (x *Currency) String() string

type CurrencyAmount

type CurrencyAmount struct {

	// Types that are assignable to Amount:
	//	*CurrencyAmount_XrpAmount
	//	*CurrencyAmount_IssuedCurrencyAmount
	Amount isCurrencyAmount_Amount `protobuf_oneof:"amount"`
	// contains filtered or unexported fields
}

Next field: 3

func (*CurrencyAmount) Descriptor deprecated

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

Deprecated: Use CurrencyAmount.ProtoReflect.Descriptor instead.

func (*CurrencyAmount) GetAmount

func (m *CurrencyAmount) GetAmount() isCurrencyAmount_Amount

func (*CurrencyAmount) GetIssuedCurrencyAmount

func (x *CurrencyAmount) GetIssuedCurrencyAmount() *IssuedCurrencyAmount

func (*CurrencyAmount) GetXrpAmount

func (x *CurrencyAmount) GetXrpAmount() *XRPDropsAmount

func (*CurrencyAmount) ProtoMessage

func (*CurrencyAmount) ProtoMessage()

func (*CurrencyAmount) ProtoReflect

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

func (*CurrencyAmount) Reset

func (x *CurrencyAmount) Reset()

func (*CurrencyAmount) String

func (x *CurrencyAmount) String() string

type CurrencyAmount_IssuedCurrencyAmount

type CurrencyAmount_IssuedCurrencyAmount struct {
	IssuedCurrencyAmount *IssuedCurrencyAmount `protobuf:"bytes,2,opt,name=issued_currency_amount,json=issuedCurrencyAmount,proto3,oneof"`
}

type CurrencyAmount_XrpAmount

type CurrencyAmount_XrpAmount struct {
	XrpAmount *XRPDropsAmount `protobuf:"bytes,1,opt,name=xrp_amount,json=xrpAmount,proto3,oneof"`
}

type Date

type Date struct {

	// time in seconds since Ripple epoch
	Value uint32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Date) Descriptor deprecated

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

Deprecated: Use Date.ProtoReflect.Descriptor instead.

func (*Date) GetValue

func (x *Date) GetValue() uint32

func (*Date) ProtoMessage

func (*Date) ProtoMessage()

func (*Date) ProtoReflect

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

func (*Date) Reset

func (x *Date) Reset()

func (*Date) String

func (x *Date) String() string

type DeletedNode

type DeletedNode struct {
	FinalFields *LedgerObject `protobuf:"bytes,1,opt,name=final_fields,json=finalFields,proto3" json:"final_fields,omitempty"`
	// contains filtered or unexported fields
}

Next field: 2

func (*DeletedNode) Descriptor deprecated

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

Deprecated: Use DeletedNode.ProtoReflect.Descriptor instead.

func (*DeletedNode) GetFinalFields

func (x *DeletedNode) GetFinalFields() *LedgerObject

func (*DeletedNode) ProtoMessage

func (*DeletedNode) ProtoMessage()

func (*DeletedNode) ProtoReflect

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

func (*DeletedNode) Reset

func (x *DeletedNode) Reset()

func (*DeletedNode) String

func (x *DeletedNode) String() string

type DeliverMin

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

func (*DeliverMin) Descriptor deprecated

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

Deprecated: Use DeliverMin.ProtoReflect.Descriptor instead.

func (*DeliverMin) GetValue

func (x *DeliverMin) GetValue() *CurrencyAmount

func (*DeliverMin) ProtoMessage

func (*DeliverMin) ProtoMessage()

func (*DeliverMin) ProtoReflect

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

func (*DeliverMin) Reset

func (x *DeliverMin) Reset()

func (*DeliverMin) String

func (x *DeliverMin) String() string

type DeliveredAmount

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

func (*DeliveredAmount) Descriptor deprecated

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

Deprecated: Use DeliveredAmount.ProtoReflect.Descriptor instead.

func (*DeliveredAmount) GetValue

func (x *DeliveredAmount) GetValue() *CurrencyAmount

func (*DeliveredAmount) ProtoMessage

func (*DeliveredAmount) ProtoMessage()

func (*DeliveredAmount) ProtoReflect

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

func (*DeliveredAmount) Reset

func (x *DeliveredAmount) Reset()

func (*DeliveredAmount) String

func (x *DeliveredAmount) String() string

type DepositPreauth

type DepositPreauth struct {

	// Types that are assignable to AuthorizationOneof:
	//	*DepositPreauth_Authorize
	//	*DepositPreauth_Unauthorize
	AuthorizationOneof isDepositPreauth_AuthorizationOneof `protobuf_oneof:"authorization_oneof"`
	// contains filtered or unexported fields
}

Next field: 3

func (*DepositPreauth) Descriptor deprecated

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

Deprecated: Use DepositPreauth.ProtoReflect.Descriptor instead.

func (*DepositPreauth) GetAuthorizationOneof

func (m *DepositPreauth) GetAuthorizationOneof() isDepositPreauth_AuthorizationOneof

func (*DepositPreauth) GetAuthorize

func (x *DepositPreauth) GetAuthorize() *Authorize

func (*DepositPreauth) GetUnauthorize

func (x *DepositPreauth) GetUnauthorize() *Unauthorize

func (*DepositPreauth) ProtoMessage

func (*DepositPreauth) ProtoMessage()

func (*DepositPreauth) ProtoReflect

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

func (*DepositPreauth) Reset

func (x *DepositPreauth) Reset()

func (*DepositPreauth) String

func (x *DepositPreauth) String() string

type DepositPreauthObject

type DepositPreauthObject struct {
	Account                           *Account                           `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Authorize                         *Authorize                         `protobuf:"bytes,2,opt,name=authorize,proto3" json:"authorize,omitempty"`
	Flags                             *Flags                             `protobuf:"bytes,3,opt,name=flags,proto3" json:"flags,omitempty"`
	OwnerNode                         *OwnerNode                         `protobuf:"bytes,4,opt,name=owner_node,json=ownerNode,proto3" json:"owner_node,omitempty"`
	PreviousTransactionId             *PreviousTransactionID             `` /* 126-byte string literal not displayed */
	PreviousTransactionLedgerSequence *PreviousTransactionLedgerSequence `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

Next field: 7

func (*DepositPreauthObject) Descriptor deprecated

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

Deprecated: Use DepositPreauthObject.ProtoReflect.Descriptor instead.

func (*DepositPreauthObject) GetAccount

func (x *DepositPreauthObject) GetAccount() *Account

func (*DepositPreauthObject) GetAuthorize

func (x *DepositPreauthObject) GetAuthorize() *Authorize

func (*DepositPreauthObject) GetFlags

func (x *DepositPreauthObject) GetFlags() *Flags

func (*DepositPreauthObject) GetOwnerNode

func (x *DepositPreauthObject) GetOwnerNode() *OwnerNode

func (*DepositPreauthObject) GetPreviousTransactionId

func (x *DepositPreauthObject) GetPreviousTransactionId() *PreviousTransactionID

func (*DepositPreauthObject) GetPreviousTransactionLedgerSequence

func (x *DepositPreauthObject) GetPreviousTransactionLedgerSequence() *PreviousTransactionLedgerSequence

func (*DepositPreauthObject) ProtoMessage

func (*DepositPreauthObject) ProtoMessage()

func (*DepositPreauthObject) ProtoReflect

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

func (*DepositPreauthObject) Reset

func (x *DepositPreauthObject) Reset()

func (*DepositPreauthObject) String

func (x *DepositPreauthObject) String() string

type DepositPreauth_Authorize

type DepositPreauth_Authorize struct {
	Authorize *Authorize `protobuf:"bytes,1,opt,name=authorize,proto3,oneof"`
}

type DepositPreauth_Unauthorize

type DepositPreauth_Unauthorize struct {
	Unauthorize *Unauthorize `protobuf:"bytes,2,opt,name=unauthorize,proto3,oneof"`
}

type Destination

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

func (*Destination) Descriptor deprecated

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

Deprecated: Use Destination.ProtoReflect.Descriptor instead.

func (*Destination) GetValue

func (x *Destination) GetValue() *AccountAddress

func (*Destination) ProtoMessage

func (*Destination) ProtoMessage()

func (*Destination) ProtoReflect

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

func (*Destination) Reset

func (x *Destination) Reset()

func (*Destination) String

func (x *Destination) String() string

type DestinationNode

type DestinationNode struct {
	Value uint64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*DestinationNode) Descriptor deprecated

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

Deprecated: Use DestinationNode.ProtoReflect.Descriptor instead.

func (*DestinationNode) GetValue

func (x *DestinationNode) GetValue() uint64

func (*DestinationNode) ProtoMessage

func (*DestinationNode) ProtoMessage()

func (*DestinationNode) ProtoReflect

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

func (*DestinationNode) Reset

func (x *DestinationNode) Reset()

func (*DestinationNode) String

func (x *DestinationNode) String() string

type DestinationTag

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

func (*DestinationTag) Descriptor deprecated

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

Deprecated: Use DestinationTag.ProtoReflect.Descriptor instead.

func (*DestinationTag) GetValue

func (x *DestinationTag) GetValue() uint32

func (*DestinationTag) ProtoMessage

func (*DestinationTag) ProtoMessage()

func (*DestinationTag) ProtoReflect

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

func (*DestinationTag) Reset

func (x *DestinationTag) Reset()

func (*DestinationTag) String

func (x *DestinationTag) String() string

type DirectoryNode

type DirectoryNode struct {
	Flags             *Flags             `protobuf:"bytes,1,opt,name=flags,proto3" json:"flags,omitempty"`
	RootIndex         *RootIndex         `protobuf:"bytes,2,opt,name=root_index,json=rootIndex,proto3" json:"root_index,omitempty"`
	Indexes           []*Index           `protobuf:"bytes,3,rep,name=indexes,proto3" json:"indexes,omitempty"`
	IndexNext         *IndexNext         `protobuf:"bytes,4,opt,name=index_next,json=indexNext,proto3" json:"index_next,omitempty"`
	IndexPrevious     *IndexPrevious     `protobuf:"bytes,5,opt,name=index_previous,json=indexPrevious,proto3" json:"index_previous,omitempty"`
	Owner             *Owner             `protobuf:"bytes,6,opt,name=owner,proto3" json:"owner,omitempty"`
	TakerPaysCurrency *TakerPaysCurrency `protobuf:"bytes,7,opt,name=taker_pays_currency,json=takerPaysCurrency,proto3" json:"taker_pays_currency,omitempty"`
	TakerPaysIssuer   *TakerPaysIssuer   `protobuf:"bytes,8,opt,name=taker_pays_issuer,json=takerPaysIssuer,proto3" json:"taker_pays_issuer,omitempty"`
	TakerGetsCurrency *TakerGetsCurreny  `protobuf:"bytes,9,opt,name=taker_gets_currency,json=takerGetsCurrency,proto3" json:"taker_gets_currency,omitempty"`
	TakerGetsIssuer   *TakerGetsIssuer   `protobuf:"bytes,10,opt,name=taker_gets_issuer,json=takerGetsIssuer,proto3" json:"taker_gets_issuer,omitempty"`
	// contains filtered or unexported fields
}

Next field: 11

func (*DirectoryNode) Descriptor deprecated

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

Deprecated: Use DirectoryNode.ProtoReflect.Descriptor instead.

func (*DirectoryNode) GetFlags

func (x *DirectoryNode) GetFlags() *Flags

func (*DirectoryNode) GetIndexNext

func (x *DirectoryNode) GetIndexNext() *IndexNext

func (*DirectoryNode) GetIndexPrevious

func (x *DirectoryNode) GetIndexPrevious() *IndexPrevious

func (*DirectoryNode) GetIndexes

func (x *DirectoryNode) GetIndexes() []*Index

func (*DirectoryNode) GetOwner

func (x *DirectoryNode) GetOwner() *Owner

func (*DirectoryNode) GetRootIndex

func (x *DirectoryNode) GetRootIndex() *RootIndex

func (*DirectoryNode) GetTakerGetsCurrency

func (x *DirectoryNode) GetTakerGetsCurrency() *TakerGetsCurreny

func (*DirectoryNode) GetTakerGetsIssuer

func (x *DirectoryNode) GetTakerGetsIssuer() *TakerGetsIssuer

func (*DirectoryNode) GetTakerPaysCurrency

func (x *DirectoryNode) GetTakerPaysCurrency() *TakerPaysCurrency

func (*DirectoryNode) GetTakerPaysIssuer

func (x *DirectoryNode) GetTakerPaysIssuer() *TakerPaysIssuer

func (*DirectoryNode) ProtoMessage

func (*DirectoryNode) ProtoMessage()

func (*DirectoryNode) ProtoReflect

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

func (*DirectoryNode) Reset

func (x *DirectoryNode) Reset()

func (*DirectoryNode) String

func (x *DirectoryNode) String() string

type DisabledValidator

type DisabledValidator struct {
	PublicKey      *PublicKey           `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	LedgerSequence *FirstLedgerSequence `protobuf:"bytes,2,opt,name=ledger_sequence,json=ledgerSequence,proto3" json:"ledger_sequence,omitempty"`
	// contains filtered or unexported fields
}

Next field: 3

func (*DisabledValidator) Descriptor deprecated

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

Deprecated: Use DisabledValidator.ProtoReflect.Descriptor instead.

func (*DisabledValidator) GetLedgerSequence

func (x *DisabledValidator) GetLedgerSequence() *FirstLedgerSequence

func (*DisabledValidator) GetPublicKey

func (x *DisabledValidator) GetPublicKey() *PublicKey

func (*DisabledValidator) ProtoMessage

func (*DisabledValidator) ProtoMessage()

func (*DisabledValidator) ProtoReflect

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

func (*DisabledValidator) Reset

func (x *DisabledValidator) Reset()

func (*DisabledValidator) String

func (x *DisabledValidator) String() string

type Domain

type Domain struct {
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Domain) Descriptor deprecated

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

Deprecated: Use Domain.ProtoReflect.Descriptor instead.

func (*Domain) GetValue

func (x *Domain) GetValue() string

func (*Domain) ProtoMessage

func (*Domain) ProtoMessage()

func (*Domain) ProtoReflect

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

func (*Domain) Reset

func (x *Domain) Reset()

func (*Domain) String

func (x *Domain) String() string

type EmailHash

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

func (*EmailHash) Descriptor deprecated

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

Deprecated: Use EmailHash.ProtoReflect.Descriptor instead.

func (*EmailHash) GetValue

func (x *EmailHash) GetValue() []byte

func (*EmailHash) ProtoMessage

func (*EmailHash) ProtoMessage()

func (*EmailHash) ProtoReflect

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

func (*EmailHash) Reset

func (x *EmailHash) Reset()

func (*EmailHash) String

func (x *EmailHash) String() string

type Escrow

type Escrow struct {
	Account                           *Account                           `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Destination                       *Destination                       `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"`
	Amount                            *Amount                            `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	Condition                         *Condition                         `protobuf:"bytes,4,opt,name=condition,proto3" json:"condition,omitempty"`
	CancelAfter                       *CancelAfter                       `protobuf:"bytes,5,opt,name=cancel_after,json=cancelAfter,proto3" json:"cancel_after,omitempty"`
	FinishAfter                       *FinishAfter                       `protobuf:"bytes,6,opt,name=finish_after,json=finishAfter,proto3" json:"finish_after,omitempty"`
	Flags                             *Flags                             `protobuf:"bytes,7,opt,name=flags,proto3" json:"flags,omitempty"`
	SourceTag                         *SourceTag                         `protobuf:"bytes,8,opt,name=source_tag,json=sourceTag,proto3" json:"source_tag,omitempty"`
	DestinationTag                    *DestinationTag                    `protobuf:"bytes,9,opt,name=destination_tag,json=destinationTag,proto3" json:"destination_tag,omitempty"`
	OwnerNode                         *OwnerNode                         `protobuf:"bytes,10,opt,name=owner_node,json=ownerNode,proto3" json:"owner_node,omitempty"`
	DestinationNode                   *DestinationNode                   `protobuf:"bytes,11,opt,name=destination_node,json=destinationNode,proto3" json:"destination_node,omitempty"`
	PreviousTransactionId             *PreviousTransactionID             `` /* 127-byte string literal not displayed */
	PreviousTransactionLedgerSequence *PreviousTransactionLedgerSequence `` /* 165-byte string literal not displayed */
	// contains filtered or unexported fields
}

Next field: 14

func (*Escrow) Descriptor deprecated

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

Deprecated: Use Escrow.ProtoReflect.Descriptor instead.

func (*Escrow) GetAccount

func (x *Escrow) GetAccount() *Account

func (*Escrow) GetAmount

func (x *Escrow) GetAmount() *Amount

func (*Escrow) GetCancelAfter

func (x *Escrow) GetCancelAfter() *CancelAfter

func (*Escrow) GetCondition

func (x *Escrow) GetCondition() *Condition

func (*Escrow) GetDestination

func (x *Escrow) GetDestination() *Destination

func (*Escrow) GetDestinationNode

func (x *Escrow) GetDestinationNode() *DestinationNode

func (*Escrow) GetDestinationTag

func (x *Escrow) GetDestinationTag() *DestinationTag

func (*Escrow) GetFinishAfter

func (x *Escrow) GetFinishAfter() *FinishAfter

func (*Escrow) GetFlags

func (x *Escrow) GetFlags() *Flags

func (*Escrow) GetOwnerNode

func (x *Escrow) GetOwnerNode() *OwnerNode

func (*Escrow) GetPreviousTransactionId

func (x *Escrow) GetPreviousTransactionId() *PreviousTransactionID

func (*Escrow) GetPreviousTransactionLedgerSequence

func (x *Escrow) GetPreviousTransactionLedgerSequence() *PreviousTransactionLedgerSequence

func (*Escrow) GetSourceTag

func (x *Escrow) GetSourceTag() *SourceTag

func (*Escrow) ProtoMessage

func (*Escrow) ProtoMessage()

func (*Escrow) ProtoReflect

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

func (*Escrow) Reset

func (x *Escrow) Reset()

func (*Escrow) String

func (x *Escrow) String() string

type EscrowCancel

type EscrowCancel struct {
	Owner         *Owner         `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	OfferSequence *OfferSequence `protobuf:"bytes,2,opt,name=offer_sequence,json=offerSequence,proto3" json:"offer_sequence,omitempty"`
	// contains filtered or unexported fields
}

Next field: 3

func (*EscrowCancel) Descriptor deprecated

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

Deprecated: Use EscrowCancel.ProtoReflect.Descriptor instead.

func (*EscrowCancel) GetOfferSequence

func (x *EscrowCancel) GetOfferSequence() *OfferSequence

func (*EscrowCancel) GetOwner

func (x *EscrowCancel) GetOwner() *Owner

func (*EscrowCancel) ProtoMessage

func (*EscrowCancel) ProtoMessage()

func (*EscrowCancel) ProtoReflect

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

func (*EscrowCancel) Reset

func (x *EscrowCancel) Reset()

func (*EscrowCancel) String

func (x *EscrowCancel) String() string

type EscrowCreate

type EscrowCreate struct {
	Amount         *Amount         `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"`
	Destination    *Destination    `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"`
	CancelAfter    *CancelAfter    `protobuf:"bytes,3,opt,name=cancel_after,json=cancelAfter,proto3" json:"cancel_after,omitempty"`
	FinishAfter    *FinishAfter    `protobuf:"bytes,4,opt,name=finish_after,json=finishAfter,proto3" json:"finish_after,omitempty"`
	Condition      *Condition      `protobuf:"bytes,5,opt,name=condition,proto3" json:"condition,omitempty"`
	DestinationTag *DestinationTag `protobuf:"bytes,6,opt,name=destination_tag,json=destinationTag,proto3" json:"destination_tag,omitempty"`
	// contains filtered or unexported fields
}

Next field: 7

func (*EscrowCreate) Descriptor deprecated

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

Deprecated: Use EscrowCreate.ProtoReflect.Descriptor instead.

func (*EscrowCreate) GetAmount

func (x *EscrowCreate) GetAmount() *Amount

func (*EscrowCreate) GetCancelAfter

func (x *EscrowCreate) GetCancelAfter() *CancelAfter

func (*EscrowCreate) GetCondition

func (x *EscrowCreate) GetCondition() *Condition

func (*EscrowCreate) GetDestination

func (x *EscrowCreate) GetDestination() *Destination

func (*EscrowCreate) GetDestinationTag

func (x *EscrowCreate) GetDestinationTag() *DestinationTag

func (*EscrowCreate) GetFinishAfter

func (x *EscrowCreate) GetFinishAfter() *FinishAfter

func (*EscrowCreate) ProtoMessage

func (*EscrowCreate) ProtoMessage()

func (*EscrowCreate) ProtoReflect

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

func (*EscrowCreate) Reset

func (x *EscrowCreate) Reset()

func (*EscrowCreate) String

func (x *EscrowCreate) String() string

type EscrowFinish

type EscrowFinish struct {
	Owner         *Owner         `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	OfferSequence *OfferSequence `protobuf:"bytes,2,opt,name=offer_sequence,json=offerSequence,proto3" json:"offer_sequence,omitempty"`
	Condition     *Condition     `protobuf:"bytes,3,opt,name=condition,proto3" json:"condition,omitempty"`
	Fulfillment   *Fulfillment   `protobuf:"bytes,4,opt,name=fulfillment,proto3" json:"fulfillment,omitempty"`
	// contains filtered or unexported fields
}

Next field: 5

func (*EscrowFinish) Descriptor deprecated

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

Deprecated: Use EscrowFinish.ProtoReflect.Descriptor instead.

func (*EscrowFinish) GetCondition

func (x *EscrowFinish) GetCondition() *Condition

func (*EscrowFinish) GetFulfillment

func (x *EscrowFinish) GetFulfillment() *Fulfillment

func (*EscrowFinish) GetOfferSequence

func (x *EscrowFinish) GetOfferSequence() *OfferSequence

func (*EscrowFinish) GetOwner

func (x *EscrowFinish) GetOwner() *Owner

func (*EscrowFinish) ProtoMessage

func (*EscrowFinish) ProtoMessage()

func (*EscrowFinish) ProtoReflect

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

func (*EscrowFinish) Reset

func (x *EscrowFinish) Reset()

func (*EscrowFinish) String

func (x *EscrowFinish) String() string

type Expiration

type Expiration struct {

	// time in seconds since Ripple epoch
	Value uint32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Expiration) Descriptor deprecated

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

Deprecated: Use Expiration.ProtoReflect.Descriptor instead.

func (*Expiration) GetValue

func (x *Expiration) GetValue() uint32

func (*Expiration) ProtoMessage

func (*Expiration) ProtoMessage()

func (*Expiration) ProtoReflect

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

func (*Expiration) Reset

func (x *Expiration) Reset()

func (*Expiration) String

func (x *Expiration) String() string

type Fee

type Fee struct {
	BaseFee       *XRPDropsAmount `protobuf:"bytes,1,opt,name=base_fee,json=baseFee,proto3" json:"base_fee,omitempty"`
	MedianFee     *XRPDropsAmount `protobuf:"bytes,2,opt,name=median_fee,json=medianFee,proto3" json:"median_fee,omitempty"`
	MinimumFee    *XRPDropsAmount `protobuf:"bytes,3,opt,name=minimum_fee,json=minimumFee,proto3" json:"minimum_fee,omitempty"`
	OpenLedgerFee *XRPDropsAmount `protobuf:"bytes,4,opt,name=open_ledger_fee,json=openLedgerFee,proto3" json:"open_ledger_fee,omitempty"`
	// contains filtered or unexported fields
}

Next field: 5

func (*Fee) Descriptor deprecated

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

Deprecated: Use Fee.ProtoReflect.Descriptor instead.

func (*Fee) GetBaseFee

func (x *Fee) GetBaseFee() *XRPDropsAmount

func (*Fee) GetMedianFee

func (x *Fee) GetMedianFee() *XRPDropsAmount

func (*Fee) GetMinimumFee

func (x *Fee) GetMinimumFee() *XRPDropsAmount

func (*Fee) GetOpenLedgerFee

func (x *Fee) GetOpenLedgerFee() *XRPDropsAmount

func (*Fee) ProtoMessage

func (*Fee) ProtoMessage()

func (*Fee) ProtoReflect

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

func (*Fee) Reset

func (x *Fee) Reset()

func (*Fee) String

func (x *Fee) String() string

type FeeLevels

type FeeLevels struct {
	MedianLevel     uint64 `protobuf:"varint,1,opt,name=median_level,json=medianLevel,proto3" json:"median_level,omitempty"`
	MinimumLevel    uint64 `protobuf:"varint,2,opt,name=minimum_level,json=minimumLevel,proto3" json:"minimum_level,omitempty"`
	OpenLedgerLevel uint64 `protobuf:"varint,3,opt,name=open_ledger_level,json=openLedgerLevel,proto3" json:"open_ledger_level,omitempty"`
	ReferenceLevel  uint64 `protobuf:"varint,4,opt,name=reference_level,json=referenceLevel,proto3" json:"reference_level,omitempty"`
	// contains filtered or unexported fields
}

Next field: 5

func (*FeeLevels) Descriptor deprecated

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

Deprecated: Use FeeLevels.ProtoReflect.Descriptor instead.

func (*FeeLevels) GetMedianLevel

func (x *FeeLevels) GetMedianLevel() uint64

func (*FeeLevels) GetMinimumLevel

func (x *FeeLevels) GetMinimumLevel() uint64

func (*FeeLevels) GetOpenLedgerLevel

func (x *FeeLevels) GetOpenLedgerLevel() uint64

func (*FeeLevels) GetReferenceLevel

func (x *FeeLevels) GetReferenceLevel() uint64

func (*FeeLevels) ProtoMessage

func (*FeeLevels) ProtoMessage()

func (*FeeLevels) ProtoReflect

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

func (*FeeLevels) Reset

func (x *FeeLevels) Reset()

func (*FeeLevels) String

func (x *FeeLevels) String() string

type FeeSettings

type FeeSettings struct {
	BaseFee           *BaseFee           `protobuf:"bytes,1,opt,name=base_fee,json=baseFee,proto3" json:"base_fee,omitempty"`
	ReferenceFeeUnits *ReferenceFeeUnits `protobuf:"bytes,2,opt,name=reference_fee_units,json=referenceFeeUnits,proto3" json:"reference_fee_units,omitempty"`
	ReserveBase       *ReserveBase       `protobuf:"bytes,3,opt,name=reserve_base,json=reserveBase,proto3" json:"reserve_base,omitempty"`
	ReserveIncrement  *ReserveIncrement  `protobuf:"bytes,4,opt,name=reserve_increment,json=reserveIncrement,proto3" json:"reserve_increment,omitempty"`
	Flags             *Flags             `protobuf:"bytes,5,opt,name=flags,proto3" json:"flags,omitempty"`
	// contains filtered or unexported fields
}

Next field: 6

func (*FeeSettings) Descriptor deprecated

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

Deprecated: Use FeeSettings.ProtoReflect.Descriptor instead.

func (*FeeSettings) GetBaseFee

func (x *FeeSettings) GetBaseFee() *BaseFee

func (*FeeSettings) GetFlags

func (x *FeeSettings) GetFlags() *Flags

func (*FeeSettings) GetReferenceFeeUnits

func (x *FeeSettings) GetReferenceFeeUnits() *ReferenceFeeUnits

func (*FeeSettings) GetReserveBase

func (x *FeeSettings) GetReserveBase() *ReserveBase

func (*FeeSettings) GetReserveIncrement

func (x *FeeSettings) GetReserveIncrement() *ReserveIncrement

func (*FeeSettings) ProtoMessage

func (*FeeSettings) ProtoMessage()

func (*FeeSettings) ProtoReflect

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

func (*FeeSettings) Reset

func (x *FeeSettings) Reset()

func (*FeeSettings) String

func (x *FeeSettings) String() string

type FinishAfter

type FinishAfter struct {

	// time in seconds since Ripple epoch
	Value uint32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*FinishAfter) Descriptor deprecated

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

Deprecated: Use FinishAfter.ProtoReflect.Descriptor instead.

func (*FinishAfter) GetValue

func (x *FinishAfter) GetValue() uint32

func (*FinishAfter) ProtoMessage

func (*FinishAfter) ProtoMessage()

func (*FinishAfter) ProtoReflect

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

func (*FinishAfter) Reset

func (x *FinishAfter) Reset()

func (*FinishAfter) String

func (x *FinishAfter) String() string

type FirstLedgerSequence

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

func (*FirstLedgerSequence) Descriptor deprecated

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

Deprecated: Use FirstLedgerSequence.ProtoReflect.Descriptor instead.

func (*FirstLedgerSequence) GetValue

func (x *FirstLedgerSequence) GetValue() uint32

func (*FirstLedgerSequence) ProtoMessage

func (*FirstLedgerSequence) ProtoMessage()

func (*FirstLedgerSequence) ProtoReflect

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

func (*FirstLedgerSequence) Reset

func (x *FirstLedgerSequence) Reset()

func (*FirstLedgerSequence) String

func (x *FirstLedgerSequence) String() string

type Flags

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

func (*Flags) Descriptor deprecated

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

Deprecated: Use Flags.ProtoReflect.Descriptor instead.

func (*Flags) GetValue

func (x *Flags) GetValue() uint32

func (*Flags) ProtoMessage

func (*Flags) ProtoMessage()

func (*Flags) ProtoReflect

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

func (*Flags) Reset

func (x *Flags) Reset()

func (*Flags) String

func (x *Flags) String() string

type Fulfillment

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

func (*Fulfillment) Descriptor deprecated

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

Deprecated: Use Fulfillment.ProtoReflect.Descriptor instead.

func (*Fulfillment) GetValue

func (x *Fulfillment) GetValue() []byte

func (*Fulfillment) ProtoMessage

func (*Fulfillment) ProtoMessage()

func (*Fulfillment) ProtoReflect

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

func (*Fulfillment) Reset

func (x *Fulfillment) Reset()

func (*Fulfillment) String

func (x *Fulfillment) String() string

type GetAccountInfoRequest

type GetAccountInfoRequest struct {

	// The address to get info about.
	Account *AccountAddress `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Strict  bool            `protobuf:"varint,2,opt,name=strict,proto3" json:"strict,omitempty"`
	// Which ledger to use to retrieve data.
	// If this field is not set, the server will use the open ledger.
	// The open ledger includes data that is not validated or final.
	// To retrieve the most up to date and validated data, use
	// SHORTCUT_VALIDATED
	Ledger      *LedgerSpecifier `protobuf:"bytes,3,opt,name=ledger,proto3" json:"ledger,omitempty"`
	Queue       bool             `protobuf:"varint,4,opt,name=queue,proto3" json:"queue,omitempty"`
	SignerLists bool             `protobuf:"varint,5,opt,name=signer_lists,json=signerLists,proto3" json:"signer_lists,omitempty"`
	// contains filtered or unexported fields
}

A request to get info about an account. Next field: 6

func (*GetAccountInfoRequest) Descriptor deprecated

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

Deprecated: Use GetAccountInfoRequest.ProtoReflect.Descriptor instead.

func (*GetAccountInfoRequest) GetAccount

func (x *GetAccountInfoRequest) GetAccount() *AccountAddress

func (*GetAccountInfoRequest) GetLedger

func (x *GetAccountInfoRequest) GetLedger() *LedgerSpecifier

func (*GetAccountInfoRequest) GetQueue

func (x *GetAccountInfoRequest) GetQueue() bool

func (*GetAccountInfoRequest) GetSignerLists

func (x *GetAccountInfoRequest) GetSignerLists() bool

func (*GetAccountInfoRequest) GetStrict

func (x *GetAccountInfoRequest) GetStrict() bool

func (*GetAccountInfoRequest) ProtoMessage

func (*GetAccountInfoRequest) ProtoMessage()

func (*GetAccountInfoRequest) ProtoReflect

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

func (*GetAccountInfoRequest) Reset

func (x *GetAccountInfoRequest) Reset()

func (*GetAccountInfoRequest) String

func (x *GetAccountInfoRequest) String() string

type GetAccountInfoResponse

type GetAccountInfoResponse struct {
	AccountData *AccountRoot `protobuf:"bytes,1,opt,name=account_data,json=accountData,proto3" json:"account_data,omitempty"`
	SignerList  *SignerList  `protobuf:"bytes,2,opt,name=signer_list,json=signerList,proto3" json:"signer_list,omitempty"`
	LedgerIndex uint32       `protobuf:"varint,3,opt,name=ledger_index,json=ledgerIndex,proto3" json:"ledger_index,omitempty"`
	QueueData   *QueueData   `protobuf:"bytes,4,opt,name=queue_data,json=queueData,proto3" json:"queue_data,omitempty"`
	Validated   bool         `protobuf:"varint,5,opt,name=validated,proto3" json:"validated,omitempty"`
	// contains filtered or unexported fields
}

Response to GetAccountInfo RPC Next field: 6

func (*GetAccountInfoResponse) Descriptor deprecated

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

Deprecated: Use GetAccountInfoResponse.ProtoReflect.Descriptor instead.

func (*GetAccountInfoResponse) GetAccountData

func (x *GetAccountInfoResponse) GetAccountData() *AccountRoot

func (*GetAccountInfoResponse) GetLedgerIndex

func (x *GetAccountInfoResponse) GetLedgerIndex() uint32

func (*GetAccountInfoResponse) GetQueueData

func (x *GetAccountInfoResponse) GetQueueData() *QueueData

func (*GetAccountInfoResponse) GetSignerList

func (x *GetAccountInfoResponse) GetSignerList() *SignerList

func (*GetAccountInfoResponse) GetValidated

func (x *GetAccountInfoResponse) GetValidated() bool

func (*GetAccountInfoResponse) ProtoMessage

func (*GetAccountInfoResponse) ProtoMessage()

func (*GetAccountInfoResponse) ProtoReflect

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

func (*GetAccountInfoResponse) Reset

func (x *GetAccountInfoResponse) Reset()

func (*GetAccountInfoResponse) String

func (x *GetAccountInfoResponse) String() string

type GetAccountTransactionHistoryRequest

type GetAccountTransactionHistoryRequest struct {
	Account *AccountAddress `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	// What ledger to include results from. Specifying a not yet validated
	// ledger results in an error. Not specifying a ledger uses the entire
	// range of validated ledgers available to the server.
	// Note, this parameter acts as a filter, and can only reduce the number of
	// results. Specifying a single ledger will return only transactions from
	// that ledger. This includes specifying a ledger with a Shortcut. For
	// example, specifying SHORTCUT_VALIDATED will result in only transactions
	// that were part of the most recently validated ledger being returned.
	// Specifying a range of ledgers results in only transactions that were
	// included in a ledger within the specified range being returned.
	//
	// Types that are assignable to Ledger:
	//	*GetAccountTransactionHistoryRequest_LedgerSpecifier
	//	*GetAccountTransactionHistoryRequest_LedgerRange
	Ledger isGetAccountTransactionHistoryRequest_Ledger `protobuf_oneof:"ledger"`
	// Return results as binary blobs. Defaults to false.
	Binary bool `protobuf:"varint,4,opt,name=binary,proto3" json:"binary,omitempty"`
	// If set to true, returns values indexed by older ledger first.
	// Default to false.
	Forward bool `protobuf:"varint,5,opt,name=forward,proto3" json:"forward,omitempty"`
	// Limit the number of results. Server may choose a lower limit.
	// If this value is 0, the limit is ignored and the number of results
	// returned is determined by the server
	Limit uint32 `protobuf:"varint,6,opt,name=limit,proto3" json:"limit,omitempty"`
	// Marker to resume where previous request left off
	// Used for pagination
	Marker *Marker `protobuf:"bytes,7,opt,name=marker,proto3" json:"marker,omitempty"`
	// contains filtered or unexported fields
}

Next field: 8

func (*GetAccountTransactionHistoryRequest) Descriptor deprecated

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

Deprecated: Use GetAccountTransactionHistoryRequest.ProtoReflect.Descriptor instead.

func (*GetAccountTransactionHistoryRequest) GetAccount

func (*GetAccountTransactionHistoryRequest) GetBinary

func (*GetAccountTransactionHistoryRequest) GetForward

func (x *GetAccountTransactionHistoryRequest) GetForward() bool

func (*GetAccountTransactionHistoryRequest) GetLedger

func (m *GetAccountTransactionHistoryRequest) GetLedger() isGetAccountTransactionHistoryRequest_Ledger

func (*GetAccountTransactionHistoryRequest) GetLedgerRange

func (x *GetAccountTransactionHistoryRequest) GetLedgerRange() *LedgerRange

func (*GetAccountTransactionHistoryRequest) GetLedgerSpecifier

func (x *GetAccountTransactionHistoryRequest) GetLedgerSpecifier() *LedgerSpecifier

func (*GetAccountTransactionHistoryRequest) GetLimit

func (*GetAccountTransactionHistoryRequest) GetMarker

func (*GetAccountTransactionHistoryRequest) ProtoMessage

func (*GetAccountTransactionHistoryRequest) ProtoMessage()

func (*GetAccountTransactionHistoryRequest) ProtoReflect

func (*GetAccountTransactionHistoryRequest) Reset

func (*GetAccountTransactionHistoryRequest) String

type GetAccountTransactionHistoryRequest_LedgerRange

type GetAccountTransactionHistoryRequest_LedgerRange struct {
	LedgerRange *LedgerRange `protobuf:"bytes,3,opt,name=ledger_range,json=ledgerRange,proto3,oneof"`
}

type GetAccountTransactionHistoryRequest_LedgerSpecifier

type GetAccountTransactionHistoryRequest_LedgerSpecifier struct {
	LedgerSpecifier *LedgerSpecifier `protobuf:"bytes,2,opt,name=ledger_specifier,json=ledgerSpecifier,proto3,oneof"`
}

type GetAccountTransactionHistoryResponse

type GetAccountTransactionHistoryResponse struct {
	Account        *AccountAddress           `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	LedgerIndexMin uint32                    `protobuf:"varint,2,opt,name=ledger_index_min,json=ledgerIndexMin,proto3" json:"ledger_index_min,omitempty"`
	LedgerIndexMax uint32                    `protobuf:"varint,3,opt,name=ledger_index_max,json=ledgerIndexMax,proto3" json:"ledger_index_max,omitempty"`
	Limit          uint32                    `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	Marker         *Marker                   `protobuf:"bytes,5,opt,name=marker,proto3" json:"marker,omitempty"`
	Transactions   []*GetTransactionResponse `protobuf:"bytes,6,rep,name=transactions,proto3" json:"transactions,omitempty"`
	Validated      bool                      `protobuf:"varint,7,opt,name=validated,proto3" json:"validated,omitempty"`
	// contains filtered or unexported fields
}

Next field: 8

func (*GetAccountTransactionHistoryResponse) Descriptor deprecated

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

Deprecated: Use GetAccountTransactionHistoryResponse.ProtoReflect.Descriptor instead.

func (*GetAccountTransactionHistoryResponse) GetAccount

func (*GetAccountTransactionHistoryResponse) GetLedgerIndexMax

func (x *GetAccountTransactionHistoryResponse) GetLedgerIndexMax() uint32

func (*GetAccountTransactionHistoryResponse) GetLedgerIndexMin

func (x *GetAccountTransactionHistoryResponse) GetLedgerIndexMin() uint32

func (*GetAccountTransactionHistoryResponse) GetLimit

func (*GetAccountTransactionHistoryResponse) GetMarker

func (*GetAccountTransactionHistoryResponse) GetTransactions

func (*GetAccountTransactionHistoryResponse) GetValidated

func (x *GetAccountTransactionHistoryResponse) GetValidated() bool

func (*GetAccountTransactionHistoryResponse) ProtoMessage

func (*GetAccountTransactionHistoryResponse) ProtoMessage()

func (*GetAccountTransactionHistoryResponse) ProtoReflect

func (*GetAccountTransactionHistoryResponse) Reset

func (*GetAccountTransactionHistoryResponse) String

type GetFeeRequest

type GetFeeRequest struct {
	// contains filtered or unexported fields
}

A request for the current transaction fee on the ledger. Next field: 1

func (*GetFeeRequest) Descriptor deprecated

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

Deprecated: Use GetFeeRequest.ProtoReflect.Descriptor instead.

func (*GetFeeRequest) ProtoMessage

func (*GetFeeRequest) ProtoMessage()

func (*GetFeeRequest) ProtoReflect

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

func (*GetFeeRequest) Reset

func (x *GetFeeRequest) Reset()

func (*GetFeeRequest) String

func (x *GetFeeRequest) String() string

type GetFeeResponse

type GetFeeResponse struct {
	CurrentLedgerSize  uint64     `protobuf:"varint,1,opt,name=current_ledger_size,json=currentLedgerSize,proto3" json:"current_ledger_size,omitempty"`
	CurrentQueueSize   uint64     `protobuf:"varint,2,opt,name=current_queue_size,json=currentQueueSize,proto3" json:"current_queue_size,omitempty"`
	Fee                *Fee       `protobuf:"bytes,3,opt,name=fee,proto3" json:"fee,omitempty"`
	ExpectedLedgerSize uint64     `protobuf:"varint,4,opt,name=expected_ledger_size,json=expectedLedgerSize,proto3" json:"expected_ledger_size,omitempty"`
	LedgerCurrentIndex uint32     `protobuf:"varint,5,opt,name=ledger_current_index,json=ledgerCurrentIndex,proto3" json:"ledger_current_index,omitempty"`
	Levels             *FeeLevels `protobuf:"bytes,6,opt,name=levels,proto3" json:"levels,omitempty"`
	MaxQueueSize       uint64     `protobuf:"varint,7,opt,name=max_queue_size,json=maxQueueSize,proto3" json:"max_queue_size,omitempty"`
	// contains filtered or unexported fields
}

Response to a GetFee RPC Next field: 8

func (*GetFeeResponse) Descriptor deprecated

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

Deprecated: Use GetFeeResponse.ProtoReflect.Descriptor instead.

func (*GetFeeResponse) GetCurrentLedgerSize

func (x *GetFeeResponse) GetCurrentLedgerSize() uint64

func (*GetFeeResponse) GetCurrentQueueSize

func (x *GetFeeResponse) GetCurrentQueueSize() uint64

func (*GetFeeResponse) GetExpectedLedgerSize

func (x *GetFeeResponse) GetExpectedLedgerSize() uint64

func (*GetFeeResponse) GetFee

func (x *GetFeeResponse) GetFee() *Fee

func (*GetFeeResponse) GetLedgerCurrentIndex

func (x *GetFeeResponse) GetLedgerCurrentIndex() uint32

func (*GetFeeResponse) GetLevels

func (x *GetFeeResponse) GetLevels() *FeeLevels

func (*GetFeeResponse) GetMaxQueueSize

func (x *GetFeeResponse) GetMaxQueueSize() uint64

func (*GetFeeResponse) ProtoMessage

func (*GetFeeResponse) ProtoMessage()

func (*GetFeeResponse) ProtoReflect

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

func (*GetFeeResponse) Reset

func (x *GetFeeResponse) Reset()

func (*GetFeeResponse) String

func (x *GetFeeResponse) String() string

type GetTransactionRequest

type GetTransactionRequest struct {

	// hash of the transaction. 32 bytes
	// ATTN: this is in binary, not hex. The JSON API accepts a hex string for
	// a transaction hash, but here we need that hex string converted into its
	// binary form. Each pair of hex characters should be converted into its
	// corresponding byte. For example, the 4 character hex string "00FF"
	// should be converted to a 2 byte array: [0, 255]
	Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	// if true, return data in binary format. defaults to false
	Binary bool `protobuf:"varint,2,opt,name=binary,proto3" json:"binary,omitempty"`
	// If the transaction was not found, server will report whether the entire
	// specified range was searched. The value is contained in the error message.
	// The error message is of the form:
	// "txn not found. searched_all = [true,false]"
	// If the transaction was found, this parameter is ignored.
	LedgerRange *LedgerRange `protobuf:"bytes,3,opt,name=ledger_range,json=ledgerRange,proto3" json:"ledger_range,omitempty"`
	// contains filtered or unexported fields
}

Next field: 4

func (*GetTransactionRequest) Descriptor deprecated

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

Deprecated: Use GetTransactionRequest.ProtoReflect.Descriptor instead.

func (*GetTransactionRequest) GetBinary

func (x *GetTransactionRequest) GetBinary() bool

func (*GetTransactionRequest) GetHash

func (x *GetTransactionRequest) GetHash() []byte

func (*GetTransactionRequest) GetLedgerRange

func (x *GetTransactionRequest) GetLedgerRange() *LedgerRange

func (*GetTransactionRequest) ProtoMessage

func (*GetTransactionRequest) ProtoMessage()

func (*GetTransactionRequest) ProtoReflect

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

func (*GetTransactionRequest) Reset

func (x *GetTransactionRequest) Reset()

func (*GetTransactionRequest) String

func (x *GetTransactionRequest) String() string

type GetTransactionResponse

type GetTransactionResponse struct {

	// Types that are assignable to SerializedTransaction:
	//	*GetTransactionResponse_Transaction
	//	*GetTransactionResponse_TransactionBinary
	SerializedTransaction isGetTransactionResponse_SerializedTransaction `protobuf_oneof:"serialized_transaction"`
	// Sequence number of ledger that contains this transaction
	LedgerIndex uint32 `protobuf:"varint,3,opt,name=ledger_index,json=ledgerIndex,proto3" json:"ledger_index,omitempty"`
	// 32 bytes
	Hash []byte `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"`
	// whether the ledger has been validated
	Validated bool `protobuf:"varint,5,opt,name=validated,proto3" json:"validated,omitempty"`
	// metadata about the transaction
	//
	// Types that are assignable to SerializedMeta:
	//	*GetTransactionResponse_Meta
	//	*GetTransactionResponse_MetaBinary
	SerializedMeta isGetTransactionResponse_SerializedMeta `protobuf_oneof:"serialized_meta"`
	Date           *Date                                   `protobuf:"bytes,8,opt,name=date,proto3" json:"date,omitempty"`
	// contains filtered or unexported fields
}

Next field: 9

func (*GetTransactionResponse) Descriptor deprecated

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

Deprecated: Use GetTransactionResponse.ProtoReflect.Descriptor instead.

func (*GetTransactionResponse) GetDate

func (x *GetTransactionResponse) GetDate() *Date

func (*GetTransactionResponse) GetHash

func (x *GetTransactionResponse) GetHash() []byte

func (*GetTransactionResponse) GetLedgerIndex

func (x *GetTransactionResponse) GetLedgerIndex() uint32

func (*GetTransactionResponse) GetMeta

func (x *GetTransactionResponse) GetMeta() *Meta

func (*GetTransactionResponse) GetMetaBinary

func (x *GetTransactionResponse) GetMetaBinary() []byte

func (*GetTransactionResponse) GetSerializedMeta

func (m *GetTransactionResponse) GetSerializedMeta() isGetTransactionResponse_SerializedMeta

func (*GetTransactionResponse) GetSerializedTransaction

func (m *GetTransactionResponse) GetSerializedTransaction() isGetTransactionResponse_SerializedTransaction

func (*GetTransactionResponse) GetTransaction

func (x *GetTransactionResponse) GetTransaction() *Transaction

func (*GetTransactionResponse) GetTransactionBinary

func (x *GetTransactionResponse) GetTransactionBinary() []byte

func (*GetTransactionResponse) GetValidated

func (x *GetTransactionResponse) GetValidated() bool

func (*GetTransactionResponse) ProtoMessage

func (*GetTransactionResponse) ProtoMessage()

func (*GetTransactionResponse) ProtoReflect

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

func (*GetTransactionResponse) Reset

func (x *GetTransactionResponse) Reset()

func (*GetTransactionResponse) String

func (x *GetTransactionResponse) String() string

type GetTransactionResponse_Meta

type GetTransactionResponse_Meta struct {
	Meta *Meta `protobuf:"bytes,6,opt,name=meta,proto3,oneof"`
}

type GetTransactionResponse_MetaBinary

type GetTransactionResponse_MetaBinary struct {
	// Variable length
	MetaBinary []byte `protobuf:"bytes,7,opt,name=meta_binary,json=metaBinary,proto3,oneof"`
}

type GetTransactionResponse_Transaction

type GetTransactionResponse_Transaction struct {
	Transaction *Transaction `protobuf:"bytes,1,opt,name=transaction,proto3,oneof"`
}

type GetTransactionResponse_TransactionBinary

type GetTransactionResponse_TransactionBinary struct {
	// Variable length
	TransactionBinary []byte `protobuf:"bytes,2,opt,name=transaction_binary,json=transactionBinary,proto3,oneof"`
}

type Hash

type Hash struct {

	// 32 bytes
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Hash) Descriptor deprecated

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

Deprecated: Use Hash.ProtoReflect.Descriptor instead.

func (*Hash) GetValue

func (x *Hash) GetValue() []byte

func (*Hash) ProtoMessage

func (*Hash) ProtoMessage()

func (*Hash) ProtoReflect

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

func (*Hash) Reset

func (x *Hash) Reset()

func (*Hash) String

func (x *Hash) String() string

type HighLimit

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

func (*HighLimit) Descriptor deprecated

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

Deprecated: Use HighLimit.ProtoReflect.Descriptor instead.

func (*HighLimit) GetValue

func (x *HighLimit) GetValue() *CurrencyAmount

func (*HighLimit) ProtoMessage

func (*HighLimit) ProtoMessage()

func (*HighLimit) ProtoReflect

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

func (*HighLimit) Reset

func (x *HighLimit) Reset()

func (*HighLimit) String

func (x *HighLimit) String() string

type HighNode

type HighNode struct {
	Value uint64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*HighNode) Descriptor deprecated

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

Deprecated: Use HighNode.ProtoReflect.Descriptor instead.

func (*HighNode) GetValue

func (x *HighNode) GetValue() uint64

func (*HighNode) ProtoMessage

func (*HighNode) ProtoMessage()

func (*HighNode) ProtoReflect

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

func (*HighNode) Reset

func (x *HighNode) Reset()

func (*HighNode) String

func (x *HighNode) String() string

type HighQualityIn

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

func (*HighQualityIn) Descriptor deprecated

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

Deprecated: Use HighQualityIn.ProtoReflect.Descriptor instead.

func (*HighQualityIn) GetValue

func (x *HighQualityIn) GetValue() uint32

func (*HighQualityIn) ProtoMessage

func (*HighQualityIn) ProtoMessage()

func (*HighQualityIn) ProtoReflect

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

func (*HighQualityIn) Reset

func (x *HighQualityIn) Reset()

func (*HighQualityIn) String

func (x *HighQualityIn) String() string

type HighQualityOut

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

func (*HighQualityOut) Descriptor deprecated

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

Deprecated: Use HighQualityOut.ProtoReflect.Descriptor instead.

func (*HighQualityOut) GetValue

func (x *HighQualityOut) GetValue() uint32

func (*HighQualityOut) ProtoMessage

func (*HighQualityOut) ProtoMessage()

func (*HighQualityOut) ProtoReflect

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

func (*HighQualityOut) Reset

func (x *HighQualityOut) Reset()

func (*HighQualityOut) String

func (x *HighQualityOut) String() string

type Index

type Index struct {

	// 32 bytes
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Index) Descriptor deprecated

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

Deprecated: Use Index.ProtoReflect.Descriptor instead.

func (*Index) GetValue

func (x *Index) GetValue() []byte

func (*Index) ProtoMessage

func (*Index) ProtoMessage()

func (*Index) ProtoReflect

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

func (*Index) Reset

func (x *Index) Reset()

func (*Index) String

func (x *Index) String() string

type IndexNext

type IndexNext struct {
	Value uint64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*IndexNext) Descriptor deprecated

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

Deprecated: Use IndexNext.ProtoReflect.Descriptor instead.

func (*IndexNext) GetValue

func (x *IndexNext) GetValue() uint64

func (*IndexNext) ProtoMessage

func (*IndexNext) ProtoMessage()

func (*IndexNext) ProtoReflect

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

func (*IndexNext) Reset

func (x *IndexNext) Reset()

func (*IndexNext) String

func (x *IndexNext) String() string

type IndexPrevious

type IndexPrevious struct {
	Value uint64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*IndexPrevious) Descriptor deprecated

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

Deprecated: Use IndexPrevious.ProtoReflect.Descriptor instead.

func (*IndexPrevious) GetValue

func (x *IndexPrevious) GetValue() uint64

func (*IndexPrevious) ProtoMessage

func (*IndexPrevious) ProtoMessage()

func (*IndexPrevious) ProtoReflect

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

func (*IndexPrevious) Reset

func (x *IndexPrevious) Reset()

func (*IndexPrevious) String

func (x *IndexPrevious) String() string

type InvoiceID

type InvoiceID struct {

	// 32 bytes
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*InvoiceID) Descriptor deprecated

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

Deprecated: Use InvoiceID.ProtoReflect.Descriptor instead.

func (*InvoiceID) GetValue

func (x *InvoiceID) GetValue() []byte

func (*InvoiceID) ProtoMessage

func (*InvoiceID) ProtoMessage()

func (*InvoiceID) ProtoReflect

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

func (*InvoiceID) Reset

func (x *InvoiceID) Reset()

func (*InvoiceID) String

func (x *InvoiceID) String() string

type IssuedCurrencyAmount

type IssuedCurrencyAmount struct {

	// The currency used to value the amount.
	Currency *Currency `protobuf:"bytes,1,opt,name=currency,proto3" json:"currency,omitempty"`
	// The value of the amount. 8 bytes
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// Unique account address of the entity issuing the currency.
	Issuer *AccountAddress `protobuf:"bytes,3,opt,name=issuer,proto3" json:"issuer,omitempty"`
	// contains filtered or unexported fields
}

A representation of an amount of issued currency. Next field: 4

func (*IssuedCurrencyAmount) Descriptor deprecated

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

Deprecated: Use IssuedCurrencyAmount.ProtoReflect.Descriptor instead.

func (*IssuedCurrencyAmount) GetCurrency

func (x *IssuedCurrencyAmount) GetCurrency() *Currency

func (*IssuedCurrencyAmount) GetIssuer

func (x *IssuedCurrencyAmount) GetIssuer() *AccountAddress

func (*IssuedCurrencyAmount) GetValue

func (x *IssuedCurrencyAmount) GetValue() string

func (*IssuedCurrencyAmount) ProtoMessage

func (*IssuedCurrencyAmount) ProtoMessage()

func (*IssuedCurrencyAmount) ProtoReflect

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

func (*IssuedCurrencyAmount) Reset

func (x *IssuedCurrencyAmount) Reset()

func (*IssuedCurrencyAmount) String

func (x *IssuedCurrencyAmount) String() string

type LastLedgerSequence

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

func (*LastLedgerSequence) Descriptor deprecated

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

Deprecated: Use LastLedgerSequence.ProtoReflect.Descriptor instead.

func (*LastLedgerSequence) GetValue

func (x *LastLedgerSequence) GetValue() uint32

func (*LastLedgerSequence) ProtoMessage

func (*LastLedgerSequence) ProtoMessage()

func (*LastLedgerSequence) ProtoReflect

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

func (*LastLedgerSequence) Reset

func (x *LastLedgerSequence) Reset()

func (*LastLedgerSequence) String

func (x *LastLedgerSequence) String() string

type LedgerEntryType

type LedgerEntryType int32

Next field: 14

const (
	LedgerEntryType_LEDGER_ENTRY_TYPE_UNSPECIFIED     LedgerEntryType = 0
	LedgerEntryType_LEDGER_ENTRY_TYPE_ACCOUNT_ROOT    LedgerEntryType = 1
	LedgerEntryType_LEDGER_ENTRY_TYPE_AMENDMENTS      LedgerEntryType = 2
	LedgerEntryType_LEDGER_ENTRY_TYPE_CHECK           LedgerEntryType = 3
	LedgerEntryType_LEDGER_ENTRY_TYPE_DEPOSIT_PREAUTH LedgerEntryType = 4
	LedgerEntryType_LEDGER_ENTRY_TYPE_DIRECTORY_NODE  LedgerEntryType = 5
	LedgerEntryType_LEDGER_ENTRY_TYPE_ESCROW          LedgerEntryType = 6
	LedgerEntryType_LEDGER_ENTRY_TYPE_FEE_SETTINGS    LedgerEntryType = 7
	LedgerEntryType_LEDGER_ENTRY_TYPE_LEDGER_HASHES   LedgerEntryType = 8
	LedgerEntryType_LEDGER_ENTRY_TYPE_OFFER           LedgerEntryType = 9
	LedgerEntryType_LEDGER_ENTRY_TYPE_PAY_CHANNEL     LedgerEntryType = 10
	LedgerEntryType_LEDGER_ENTRY_TYPE_RIPPLE_STATE    LedgerEntryType = 11
	LedgerEntryType_LEDGER_ENTRY_TYPE_SIGNER_LIST     LedgerEntryType = 12
	LedgerEntryType_LEDGER_ENTRY_TYPE_NEGATIVE_UNL    LedgerEntryType = 13
)

func (LedgerEntryType) Descriptor

func (LedgerEntryType) Enum

func (x LedgerEntryType) Enum() *LedgerEntryType

func (LedgerEntryType) EnumDescriptor deprecated

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

Deprecated: Use LedgerEntryType.Descriptor instead.

func (LedgerEntryType) Number

func (LedgerEntryType) String

func (x LedgerEntryType) String() string

func (LedgerEntryType) Type

type LedgerHashes

type LedgerHashes struct {
	LastLedgerSequence *LastLedgerSequence `protobuf:"bytes,1,opt,name=last_ledger_sequence,json=lastLedgerSequence,proto3" json:"last_ledger_sequence,omitempty"`
	Hashes             []*Hash             `protobuf:"bytes,2,rep,name=hashes,proto3" json:"hashes,omitempty"`
	Flags              *Flags              `protobuf:"bytes,3,opt,name=flags,proto3" json:"flags,omitempty"`
	// contains filtered or unexported fields
}

Next field: 4

func (*LedgerHashes) Descriptor deprecated

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

Deprecated: Use LedgerHashes.ProtoReflect.Descriptor instead.

func (*LedgerHashes) GetFlags

func (x *LedgerHashes) GetFlags() *Flags

func (*LedgerHashes) GetHashes

func (x *LedgerHashes) GetHashes() []*Hash

func (*LedgerHashes) GetLastLedgerSequence

func (x *LedgerHashes) GetLastLedgerSequence() *LastLedgerSequence

func (*LedgerHashes) ProtoMessage

func (*LedgerHashes) ProtoMessage()

func (*LedgerHashes) ProtoReflect

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

func (*LedgerHashes) Reset

func (x *LedgerHashes) Reset()

func (*LedgerHashes) String

func (x *LedgerHashes) String() string

type LedgerObject

type LedgerObject struct {

	// Types that are assignable to Object:
	//	*LedgerObject_AccountRoot
	//	*LedgerObject_Amendments
	//	*LedgerObject_Check
	//	*LedgerObject_DepositPreauth
	//	*LedgerObject_DirectoryNode
	//	*LedgerObject_Escrow
	//	*LedgerObject_FeeSettings
	//	*LedgerObject_LedgerHashes
	//	*LedgerObject_Offer
	//	*LedgerObject_PayChannel
	//	*LedgerObject_RippleState
	//	*LedgerObject_SignerList
	//	*LedgerObject_NegativeUnl
	Object isLedgerObject_Object `protobuf_oneof:"object"`
	// contains filtered or unexported fields
}

Next field: 14

func (*LedgerObject) Descriptor deprecated

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

Deprecated: Use LedgerObject.ProtoReflect.Descriptor instead.

func (*LedgerObject) GetAccountRoot

func (x *LedgerObject) GetAccountRoot() *AccountRoot

func (*LedgerObject) GetAmendments

func (x *LedgerObject) GetAmendments() *Amendments

func (*LedgerObject) GetCheck

func (x *LedgerObject) GetCheck() *Check

func (*LedgerObject) GetDepositPreauth

func (x *LedgerObject) GetDepositPreauth() *DepositPreauthObject

func (*LedgerObject) GetDirectoryNode

func (x *LedgerObject) GetDirectoryNode() *DirectoryNode

func (*LedgerObject) GetEscrow

func (x *LedgerObject) GetEscrow() *Escrow

func (*LedgerObject) GetFeeSettings

func (x *LedgerObject) GetFeeSettings() *FeeSettings

func (*LedgerObject) GetLedgerHashes

func (x *LedgerObject) GetLedgerHashes() *LedgerHashes

func (*LedgerObject) GetNegativeUnl

func (x *LedgerObject) GetNegativeUnl() *NegativeUNL

func (*LedgerObject) GetObject

func (m *LedgerObject) GetObject() isLedgerObject_Object

func (*LedgerObject) GetOffer

func (x *LedgerObject) GetOffer() *Offer

func (*LedgerObject) GetPayChannel

func (x *LedgerObject) GetPayChannel() *PayChannel

func (*LedgerObject) GetRippleState

func (x *LedgerObject) GetRippleState() *RippleState

func (*LedgerObject) GetSignerList

func (x *LedgerObject) GetSignerList() *SignerList

func (*LedgerObject) ProtoMessage

func (*LedgerObject) ProtoMessage()

func (*LedgerObject) ProtoReflect

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

func (*LedgerObject) Reset

func (x *LedgerObject) Reset()

func (*LedgerObject) String

func (x *LedgerObject) String() string

type LedgerObject_AccountRoot

type LedgerObject_AccountRoot struct {
	AccountRoot *AccountRoot `protobuf:"bytes,1,opt,name=account_root,json=accountRoot,proto3,oneof"`
}

type LedgerObject_Amendments

type LedgerObject_Amendments struct {
	Amendments *Amendments `protobuf:"bytes,2,opt,name=amendments,proto3,oneof"`
}

type LedgerObject_Check

type LedgerObject_Check struct {
	Check *Check `protobuf:"bytes,3,opt,name=check,proto3,oneof"`
}

type LedgerObject_DepositPreauth

type LedgerObject_DepositPreauth struct {
	DepositPreauth *DepositPreauthObject `protobuf:"bytes,4,opt,name=deposit_preauth,json=depositPreauth,proto3,oneof"`
}

type LedgerObject_DirectoryNode

type LedgerObject_DirectoryNode struct {
	DirectoryNode *DirectoryNode `protobuf:"bytes,5,opt,name=directory_node,json=directoryNode,proto3,oneof"`
}

type LedgerObject_Escrow

type LedgerObject_Escrow struct {
	Escrow *Escrow `protobuf:"bytes,6,opt,name=escrow,proto3,oneof"`
}

type LedgerObject_FeeSettings

type LedgerObject_FeeSettings struct {
	FeeSettings *FeeSettings `protobuf:"bytes,7,opt,name=fee_settings,json=feeSettings,proto3,oneof"`
}

type LedgerObject_LedgerHashes

type LedgerObject_LedgerHashes struct {
	LedgerHashes *LedgerHashes `protobuf:"bytes,8,opt,name=ledger_hashes,json=ledgerHashes,proto3,oneof"`
}

type LedgerObject_NegativeUnl

type LedgerObject_NegativeUnl struct {
	NegativeUnl *NegativeUNL `protobuf:"bytes,13,opt,name=negative_unl,json=negativeUnl,proto3,oneof"`
}

type LedgerObject_Offer

type LedgerObject_Offer struct {
	Offer *Offer `protobuf:"bytes,9,opt,name=offer,proto3,oneof"`
}

type LedgerObject_PayChannel

type LedgerObject_PayChannel struct {
	PayChannel *PayChannel `protobuf:"bytes,10,opt,name=pay_channel,json=payChannel,proto3,oneof"`
}

type LedgerObject_RippleState

type LedgerObject_RippleState struct {
	RippleState *RippleState `protobuf:"bytes,11,opt,name=ripple_state,json=rippleState,proto3,oneof"`
}

type LedgerObject_SignerList

type LedgerObject_SignerList struct {
	SignerList *SignerList `protobuf:"bytes,12,opt,name=signer_list,json=signerList,proto3,oneof"`
}

type LedgerRange

type LedgerRange struct {
	LedgerIndexMin uint32 `protobuf:"varint,1,opt,name=ledger_index_min,json=ledgerIndexMin,proto3" json:"ledger_index_min,omitempty"`
	// Note, if ledger_index_min is non-zero and ledger_index_max is 0, the
	// software will use the max validated ledger in place of ledger_index_max
	LedgerIndexMax uint32 `protobuf:"varint,2,opt,name=ledger_index_max,json=ledgerIndexMax,proto3" json:"ledger_index_max,omitempty"`
	// contains filtered or unexported fields
}

Next field: 3

func (*LedgerRange) Descriptor deprecated

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

Deprecated: Use LedgerRange.ProtoReflect.Descriptor instead.

func (*LedgerRange) GetLedgerIndexMax

func (x *LedgerRange) GetLedgerIndexMax() uint32

func (*LedgerRange) GetLedgerIndexMin

func (x *LedgerRange) GetLedgerIndexMin() uint32

func (*LedgerRange) ProtoMessage

func (*LedgerRange) ProtoMessage()

func (*LedgerRange) ProtoReflect

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

func (*LedgerRange) Reset

func (x *LedgerRange) Reset()

func (*LedgerRange) String

func (x *LedgerRange) String() string

type LedgerSpecifier

type LedgerSpecifier struct {

	// Types that are assignable to Ledger:
	//	*LedgerSpecifier_Shortcut_
	//	*LedgerSpecifier_Sequence
	//	*LedgerSpecifier_Hash
	Ledger isLedgerSpecifier_Ledger `protobuf_oneof:"ledger"`
	// contains filtered or unexported fields
}

Next field: 4

func (*LedgerSpecifier) Descriptor deprecated

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

Deprecated: Use LedgerSpecifier.ProtoReflect.Descriptor instead.

func (*LedgerSpecifier) GetHash

func (x *LedgerSpecifier) GetHash() []byte

func (*LedgerSpecifier) GetLedger

func (m *LedgerSpecifier) GetLedger() isLedgerSpecifier_Ledger

func (*LedgerSpecifier) GetSequence

func (x *LedgerSpecifier) GetSequence() uint32

func (*LedgerSpecifier) GetShortcut

func (x *LedgerSpecifier) GetShortcut() LedgerSpecifier_Shortcut

func (*LedgerSpecifier) ProtoMessage

func (*LedgerSpecifier) ProtoMessage()

func (*LedgerSpecifier) ProtoReflect

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

func (*LedgerSpecifier) Reset

func (x *LedgerSpecifier) Reset()

func (*LedgerSpecifier) String

func (x *LedgerSpecifier) String() string

type LedgerSpecifier_Hash

type LedgerSpecifier_Hash struct {
	// 32 bytes
	Hash []byte `protobuf:"bytes,3,opt,name=hash,proto3,oneof"`
}

type LedgerSpecifier_Sequence

type LedgerSpecifier_Sequence struct {
	Sequence uint32 `protobuf:"varint,2,opt,name=sequence,proto3,oneof"`
}

type LedgerSpecifier_Shortcut

type LedgerSpecifier_Shortcut int32

Next field: 4

const (
	LedgerSpecifier_SHORTCUT_UNSPECIFIED LedgerSpecifier_Shortcut = 0
	LedgerSpecifier_SHORTCUT_VALIDATED   LedgerSpecifier_Shortcut = 1
	LedgerSpecifier_SHORTCUT_CLOSED      LedgerSpecifier_Shortcut = 2
	LedgerSpecifier_SHORTCUT_CURRENT     LedgerSpecifier_Shortcut = 3
)

func (LedgerSpecifier_Shortcut) Descriptor

func (LedgerSpecifier_Shortcut) Enum

func (LedgerSpecifier_Shortcut) EnumDescriptor deprecated

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

Deprecated: Use LedgerSpecifier_Shortcut.Descriptor instead.

func (LedgerSpecifier_Shortcut) Number

func (LedgerSpecifier_Shortcut) String

func (x LedgerSpecifier_Shortcut) String() string

func (LedgerSpecifier_Shortcut) Type

type LedgerSpecifier_Shortcut_

type LedgerSpecifier_Shortcut_ struct {
	Shortcut LedgerSpecifier_Shortcut `protobuf:"varint,1,opt,name=shortcut,proto3,enum=org.xrpl.rpc.v1.LedgerSpecifier_Shortcut,oneof"`
}

type LimitAmount

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

func (*LimitAmount) Descriptor deprecated

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

Deprecated: Use LimitAmount.ProtoReflect.Descriptor instead.

func (*LimitAmount) GetValue

func (x *LimitAmount) GetValue() *CurrencyAmount

func (*LimitAmount) ProtoMessage

func (*LimitAmount) ProtoMessage()

func (*LimitAmount) ProtoReflect

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

func (*LimitAmount) Reset

func (x *LimitAmount) Reset()

func (*LimitAmount) String

func (x *LimitAmount) String() string

type LowLimit

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

func (*LowLimit) Descriptor deprecated

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

Deprecated: Use LowLimit.ProtoReflect.Descriptor instead.

func (*LowLimit) GetValue

func (x *LowLimit) GetValue() *CurrencyAmount

func (*LowLimit) ProtoMessage

func (*LowLimit) ProtoMessage()

func (*LowLimit) ProtoReflect

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

func (*LowLimit) Reset

func (x *LowLimit) Reset()

func (*LowLimit) String

func (x *LowLimit) String() string

type LowNode

type LowNode struct {
	Value uint64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*LowNode) Descriptor deprecated

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

Deprecated: Use LowNode.ProtoReflect.Descriptor instead.

func (*LowNode) GetValue

func (x *LowNode) GetValue() uint64

func (*LowNode) ProtoMessage

func (*LowNode) ProtoMessage()

func (*LowNode) ProtoReflect

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

func (*LowNode) Reset

func (x *LowNode) Reset()

func (*LowNode) String

func (x *LowNode) String() string

type LowQualityIn

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

func (*LowQualityIn) Descriptor deprecated

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

Deprecated: Use LowQualityIn.ProtoReflect.Descriptor instead.

func (*LowQualityIn) GetValue

func (x *LowQualityIn) GetValue() uint32

func (*LowQualityIn) ProtoMessage

func (*LowQualityIn) ProtoMessage()

func (*LowQualityIn) ProtoReflect

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

func (*LowQualityIn) Reset

func (x *LowQualityIn) Reset()

func (*LowQualityIn) String

func (x *LowQualityIn) String() string

type LowQualityOut

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

func (*LowQualityOut) Descriptor deprecated

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

Deprecated: Use LowQualityOut.ProtoReflect.Descriptor instead.

func (*LowQualityOut) GetValue

func (x *LowQualityOut) GetValue() uint32

func (*LowQualityOut) ProtoMessage

func (*LowQualityOut) ProtoMessage()

func (*LowQualityOut) ProtoReflect

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

func (*LowQualityOut) Reset

func (x *LowQualityOut) Reset()

func (*LowQualityOut) String

func (x *LowQualityOut) String() string

type Marker

type Marker struct {
	LedgerIndex     uint32 `protobuf:"varint,1,opt,name=ledger_index,json=ledgerIndex,proto3" json:"ledger_index,omitempty"`
	AccountSequence uint32 `protobuf:"varint,2,opt,name=account_sequence,json=accountSequence,proto3" json:"account_sequence,omitempty"`
	// contains filtered or unexported fields
}

Next field: 3

func (*Marker) Descriptor deprecated

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

Deprecated: Use Marker.ProtoReflect.Descriptor instead.

func (*Marker) GetAccountSequence

func (x *Marker) GetAccountSequence() uint32

func (*Marker) GetLedgerIndex

func (x *Marker) GetLedgerIndex() uint32

func (*Marker) ProtoMessage

func (*Marker) ProtoMessage()

func (*Marker) ProtoReflect

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

func (*Marker) Reset

func (x *Marker) Reset()

func (*Marker) String

func (x *Marker) String() string

type Memo

type Memo struct {
	MemoData   *MemoData   `protobuf:"bytes,1,opt,name=memo_data,json=memoData,proto3" json:"memo_data,omitempty"`
	MemoFormat *MemoFormat `protobuf:"bytes,2,opt,name=memo_format,json=memoFormat,proto3" json:"memo_format,omitempty"`
	MemoType   *MemoType   `protobuf:"bytes,3,opt,name=memo_type,json=memoType,proto3" json:"memo_type,omitempty"`
	// contains filtered or unexported fields
}

Next field: 4

func (*Memo) Descriptor deprecated

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

Deprecated: Use Memo.ProtoReflect.Descriptor instead.

func (*Memo) GetMemoData

func (x *Memo) GetMemoData() *MemoData

func (*Memo) GetMemoFormat

func (x *Memo) GetMemoFormat() *MemoFormat

func (*Memo) GetMemoType

func (x *Memo) GetMemoType() *MemoType

func (*Memo) ProtoMessage

func (*Memo) ProtoMessage()

func (*Memo) ProtoReflect

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

func (*Memo) Reset

func (x *Memo) Reset()

func (*Memo) String

func (x *Memo) String() string

type MemoData

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

func (*MemoData) Descriptor deprecated

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

Deprecated: Use MemoData.ProtoReflect.Descriptor instead.

func (*MemoData) GetValue

func (x *MemoData) GetValue() []byte

func (*MemoData) ProtoMessage

func (*MemoData) ProtoMessage()

func (*MemoData) ProtoReflect

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

func (*MemoData) Reset

func (x *MemoData) Reset()

func (*MemoData) String

func (x *MemoData) String() string

type MemoFormat

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

func (*MemoFormat) Descriptor deprecated

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

Deprecated: Use MemoFormat.ProtoReflect.Descriptor instead.

func (*MemoFormat) GetValue

func (x *MemoFormat) GetValue() []byte

func (*MemoFormat) ProtoMessage

func (*MemoFormat) ProtoMessage()

func (*MemoFormat) ProtoReflect

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

func (*MemoFormat) Reset

func (x *MemoFormat) Reset()

func (*MemoFormat) String

func (x *MemoFormat) String() string

type MemoType

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

func (*MemoType) Descriptor deprecated

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

Deprecated: Use MemoType.ProtoReflect.Descriptor instead.

func (*MemoType) GetValue

func (x *MemoType) GetValue() []byte

func (*MemoType) ProtoMessage

func (*MemoType) ProtoMessage()

func (*MemoType) ProtoReflect

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

func (*MemoType) Reset

func (x *MemoType) Reset()

func (*MemoType) String

func (x *MemoType) String() string

type MessageKey

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

func (*MessageKey) Descriptor deprecated

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

Deprecated: Use MessageKey.ProtoReflect.Descriptor instead.

func (*MessageKey) GetValue

func (x *MessageKey) GetValue() []byte

func (*MessageKey) ProtoMessage

func (*MessageKey) ProtoMessage()

func (*MessageKey) ProtoReflect

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

func (*MessageKey) Reset

func (x *MessageKey) Reset()

func (*MessageKey) String

func (x *MessageKey) String() string

type Meta

type Meta struct {

	// index in ledger
	TransactionIndex uint64 `protobuf:"varint,1,opt,name=transaction_index,json=transactionIndex,proto3" json:"transaction_index,omitempty"`
	// result code indicating whether the transaction succeeded or failed
	TransactionResult *TransactionResult `protobuf:"bytes,2,opt,name=transaction_result,json=transactionResult,proto3" json:"transaction_result,omitempty"`
	AffectedNodes     []*AffectedNode    `protobuf:"bytes,3,rep,name=affected_nodes,json=affectedNodes,proto3" json:"affected_nodes,omitempty"`
	DeliveredAmount   *DeliveredAmount   `protobuf:"bytes,4,opt,name=delivered_amount,json=deliveredAmount,proto3" json:"delivered_amount,omitempty"`
	// contains filtered or unexported fields
}

Next field: 5

func (*Meta) Descriptor deprecated

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

Deprecated: Use Meta.ProtoReflect.Descriptor instead.

func (*Meta) GetAffectedNodes

func (x *Meta) GetAffectedNodes() []*AffectedNode

func (*Meta) GetDeliveredAmount

func (x *Meta) GetDeliveredAmount() *DeliveredAmount

func (*Meta) GetTransactionIndex

func (x *Meta) GetTransactionIndex() uint64

func (*Meta) GetTransactionResult

func (x *Meta) GetTransactionResult() *TransactionResult

func (*Meta) ProtoMessage

func (*Meta) ProtoMessage()

func (*Meta) ProtoReflect

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

func (*Meta) Reset

func (x *Meta) Reset()

func (*Meta) String

func (x *Meta) String() string

type ModifiedNode

type ModifiedNode struct {
	FinalFields                       *LedgerObject                      `protobuf:"bytes,1,opt,name=final_fields,json=finalFields,proto3" json:"final_fields,omitempty"`
	PreviousFields                    *LedgerObject                      `protobuf:"bytes,2,opt,name=previous_fields,json=previousFields,proto3" json:"previous_fields,omitempty"`
	PreviousTransactionId             *PreviousTransactionID             `` /* 126-byte string literal not displayed */
	PreviousTransactionLedgerSequence *PreviousTransactionLedgerSequence `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

Next field: 5

func (*ModifiedNode) Descriptor deprecated

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

Deprecated: Use ModifiedNode.ProtoReflect.Descriptor instead.

func (*ModifiedNode) GetFinalFields

func (x *ModifiedNode) GetFinalFields() *LedgerObject

func (*ModifiedNode) GetPreviousFields

func (x *ModifiedNode) GetPreviousFields() *LedgerObject

func (*ModifiedNode) GetPreviousTransactionId

func (x *ModifiedNode) GetPreviousTransactionId() *PreviousTransactionID

func (*ModifiedNode) GetPreviousTransactionLedgerSequence

func (x *ModifiedNode) GetPreviousTransactionLedgerSequence() *PreviousTransactionLedgerSequence

func (*ModifiedNode) ProtoMessage

func (*ModifiedNode) ProtoMessage()

func (*ModifiedNode) ProtoReflect

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

func (*ModifiedNode) Reset

func (x *ModifiedNode) Reset()

func (*ModifiedNode) String

func (x *ModifiedNode) String() string

type NegativeUNL

type NegativeUNL struct {
	DisabledValidators  []*DisabledValidator `protobuf:"bytes,1,rep,name=disabled_validators,json=disabledValidators,proto3" json:"disabled_validators,omitempty"`
	ValidatorToDisable  *ValidatorToDisable  `protobuf:"bytes,2,opt,name=validator_to_disable,json=validatorToDisable,proto3" json:"validator_to_disable,omitempty"`
	ValidatorToReEnable *ValidatorToReEnable `protobuf:"bytes,3,opt,name=validator_to_re_enable,json=validatorToReEnable,proto3" json:"validator_to_re_enable,omitempty"`
	Flags               *Flags               `protobuf:"bytes,4,opt,name=flags,proto3" json:"flags,omitempty"`
	// contains filtered or unexported fields
}

Next field: 5

func (*NegativeUNL) Descriptor deprecated

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

Deprecated: Use NegativeUNL.ProtoReflect.Descriptor instead.

func (*NegativeUNL) GetDisabledValidators

func (x *NegativeUNL) GetDisabledValidators() []*DisabledValidator

func (*NegativeUNL) GetFlags

func (x *NegativeUNL) GetFlags() *Flags

func (*NegativeUNL) GetValidatorToDisable

func (x *NegativeUNL) GetValidatorToDisable() *ValidatorToDisable

func (*NegativeUNL) GetValidatorToReEnable

func (x *NegativeUNL) GetValidatorToReEnable() *ValidatorToReEnable

func (*NegativeUNL) ProtoMessage

func (*NegativeUNL) ProtoMessage()

func (*NegativeUNL) ProtoReflect

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

func (*NegativeUNL) Reset

func (x *NegativeUNL) Reset()

func (*NegativeUNL) String

func (x *NegativeUNL) String() string

type Offer

type Offer struct {
	Account                           *Account                           `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Sequence                          *Sequence                          `protobuf:"bytes,2,opt,name=sequence,proto3" json:"sequence,omitempty"`
	Flags                             *Flags                             `protobuf:"bytes,3,opt,name=flags,proto3" json:"flags,omitempty"`
	TakerPays                         *TakerPays                         `protobuf:"bytes,4,opt,name=taker_pays,json=takerPays,proto3" json:"taker_pays,omitempty"`
	TakerGets                         *TakerGets                         `protobuf:"bytes,5,opt,name=taker_gets,json=takerGets,proto3" json:"taker_gets,omitempty"`
	BookDirectory                     *BookDirectory                     `protobuf:"bytes,6,opt,name=book_directory,json=bookDirectory,proto3" json:"book_directory,omitempty"`
	BookNode                          *BookNode                          `protobuf:"bytes,7,opt,name=book_node,json=bookNode,proto3" json:"book_node,omitempty"`
	OwnerNode                         *OwnerNode                         `protobuf:"bytes,8,opt,name=owner_node,json=ownerNode,proto3" json:"owner_node,omitempty"`
	Expiration                        *Expiration                        `protobuf:"bytes,9,opt,name=expiration,proto3" json:"expiration,omitempty"`
	PreviousTransactionId             *PreviousTransactionID             `` /* 127-byte string literal not displayed */
	PreviousTransactionLedgerSequence *PreviousTransactionLedgerSequence `` /* 165-byte string literal not displayed */
	// contains filtered or unexported fields
}

Next field: 12

func (*Offer) Descriptor deprecated

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

Deprecated: Use Offer.ProtoReflect.Descriptor instead.

func (*Offer) GetAccount

func (x *Offer) GetAccount() *Account

func (*Offer) GetBookDirectory

func (x *Offer) GetBookDirectory() *BookDirectory

func (*Offer) GetBookNode

func (x *Offer) GetBookNode() *BookNode

func (*Offer) GetExpiration

func (x *Offer) GetExpiration() *Expiration

func (*Offer) GetFlags

func (x *Offer) GetFlags() *Flags

func (*Offer) GetOwnerNode

func (x *Offer) GetOwnerNode() *OwnerNode

func (*Offer) GetPreviousTransactionId

func (x *Offer) GetPreviousTransactionId() *PreviousTransactionID

func (*Offer) GetPreviousTransactionLedgerSequence

func (x *Offer) GetPreviousTransactionLedgerSequence() *PreviousTransactionLedgerSequence

func (*Offer) GetSequence

func (x *Offer) GetSequence() *Sequence

func (*Offer) GetTakerGets

func (x *Offer) GetTakerGets() *TakerGets

func (*Offer) GetTakerPays

func (x *Offer) GetTakerPays() *TakerPays

func (*Offer) ProtoMessage

func (*Offer) ProtoMessage()

func (*Offer) ProtoReflect

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

func (*Offer) Reset

func (x *Offer) Reset()

func (*Offer) String

func (x *Offer) String() string

type OfferCancel

type OfferCancel struct {
	OfferSequence *OfferSequence `protobuf:"bytes,1,opt,name=offer_sequence,json=offerSequence,proto3" json:"offer_sequence,omitempty"`
	// contains filtered or unexported fields
}

Next field: 2

func (*OfferCancel) Descriptor deprecated

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

Deprecated: Use OfferCancel.ProtoReflect.Descriptor instead.

func (*OfferCancel) GetOfferSequence

func (x *OfferCancel) GetOfferSequence() *OfferSequence

func (*OfferCancel) ProtoMessage

func (*OfferCancel) ProtoMessage()

func (*OfferCancel) ProtoReflect

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

func (*OfferCancel) Reset

func (x *OfferCancel) Reset()

func (*OfferCancel) String

func (x *OfferCancel) String() string

type OfferCreate

type OfferCreate struct {
	Expiration    *Expiration    `protobuf:"bytes,1,opt,name=expiration,proto3" json:"expiration,omitempty"`
	OfferSequence *OfferSequence `protobuf:"bytes,2,opt,name=offer_sequence,json=offerSequence,proto3" json:"offer_sequence,omitempty"`
	TakerGets     *TakerGets     `protobuf:"bytes,3,opt,name=taker_gets,json=takerGets,proto3" json:"taker_gets,omitempty"`
	TakerPays     *TakerPays     `protobuf:"bytes,4,opt,name=taker_pays,json=takerPays,proto3" json:"taker_pays,omitempty"`
	// contains filtered or unexported fields
}

Next field: 5

func (*OfferCreate) Descriptor deprecated

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

Deprecated: Use OfferCreate.ProtoReflect.Descriptor instead.

func (*OfferCreate) GetExpiration

func (x *OfferCreate) GetExpiration() *Expiration

func (*OfferCreate) GetOfferSequence

func (x *OfferCreate) GetOfferSequence() *OfferSequence

func (*OfferCreate) GetTakerGets

func (x *OfferCreate) GetTakerGets() *TakerGets

func (*OfferCreate) GetTakerPays

func (x *OfferCreate) GetTakerPays() *TakerPays

func (*OfferCreate) ProtoMessage

func (*OfferCreate) ProtoMessage()

func (*OfferCreate) ProtoReflect

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

func (*OfferCreate) Reset

func (x *OfferCreate) Reset()

func (*OfferCreate) String

func (x *OfferCreate) String() string

type OfferSequence

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

func (*OfferSequence) Descriptor deprecated

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

Deprecated: Use OfferSequence.ProtoReflect.Descriptor instead.

func (*OfferSequence) GetValue

func (x *OfferSequence) GetValue() uint32

func (*OfferSequence) ProtoMessage

func (*OfferSequence) ProtoMessage()

func (*OfferSequence) ProtoReflect

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

func (*OfferSequence) Reset

func (x *OfferSequence) Reset()

func (*OfferSequence) String

func (x *OfferSequence) String() string

type Owner

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

func (*Owner) Descriptor deprecated

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

Deprecated: Use Owner.ProtoReflect.Descriptor instead.

func (*Owner) GetValue

func (x *Owner) GetValue() *AccountAddress

func (*Owner) ProtoMessage

func (*Owner) ProtoMessage()

func (*Owner) ProtoReflect

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

func (*Owner) Reset

func (x *Owner) Reset()

func (*Owner) String

func (x *Owner) String() string

type OwnerCount

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

func (*OwnerCount) Descriptor deprecated

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

Deprecated: Use OwnerCount.ProtoReflect.Descriptor instead.

func (*OwnerCount) GetValue

func (x *OwnerCount) GetValue() uint32

func (*OwnerCount) ProtoMessage

func (*OwnerCount) ProtoMessage()

func (*OwnerCount) ProtoReflect

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

func (*OwnerCount) Reset

func (x *OwnerCount) Reset()

func (*OwnerCount) String

func (x *OwnerCount) String() string

type OwnerNode

type OwnerNode struct {
	Value uint64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*OwnerNode) Descriptor deprecated

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

Deprecated: Use OwnerNode.ProtoReflect.Descriptor instead.

func (*OwnerNode) GetValue

func (x *OwnerNode) GetValue() uint64

func (*OwnerNode) ProtoMessage

func (*OwnerNode) ProtoMessage()

func (*OwnerNode) ProtoReflect

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

func (*OwnerNode) Reset

func (x *OwnerNode) Reset()

func (*OwnerNode) String

func (x *OwnerNode) String() string

type PayChannel

type PayChannel struct {
	Account                           *Account                           `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Destination                       *Destination                       `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"`
	Amount                            *Amount                            `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	Balance                           *Balance                           `protobuf:"bytes,4,opt,name=balance,proto3" json:"balance,omitempty"`
	PublicKey                         *PublicKey                         `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	SettleDelay                       *SettleDelay                       `protobuf:"bytes,6,opt,name=settle_delay,json=settleDelay,proto3" json:"settle_delay,omitempty"`
	OwnerNode                         *OwnerNode                         `protobuf:"bytes,7,opt,name=owner_node,json=ownerNode,proto3" json:"owner_node,omitempty"`
	PreviousTransactionId             *PreviousTransactionID             `` /* 126-byte string literal not displayed */
	PreviousTransactionLedgerSequence *PreviousTransactionLedgerSequence `` /* 164-byte string literal not displayed */
	Flags                             *Flags                             `protobuf:"bytes,10,opt,name=flags,proto3" json:"flags,omitempty"`
	Expiration                        *Expiration                        `protobuf:"bytes,11,opt,name=expiration,proto3" json:"expiration,omitempty"`
	CancelAfter                       *CancelAfter                       `protobuf:"bytes,12,opt,name=cancel_after,json=cancelAfter,proto3" json:"cancel_after,omitempty"`
	SourceTag                         *SourceTag                         `protobuf:"bytes,13,opt,name=source_tag,json=sourceTag,proto3" json:"source_tag,omitempty"`
	DestinationTag                    *DestinationTag                    `protobuf:"bytes,14,opt,name=destination_tag,json=destinationTag,proto3" json:"destination_tag,omitempty"`
	// contains filtered or unexported fields
}

Next field: 13

func (*PayChannel) Descriptor deprecated

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

Deprecated: Use PayChannel.ProtoReflect.Descriptor instead.

func (*PayChannel) GetAccount

func (x *PayChannel) GetAccount() *Account

func (*PayChannel) GetAmount

func (x *PayChannel) GetAmount() *Amount

func (*PayChannel) GetBalance

func (x *PayChannel) GetBalance() *Balance

func (*PayChannel) GetCancelAfter

func (x *PayChannel) GetCancelAfter() *CancelAfter

func (*PayChannel) GetDestination

func (x *PayChannel) GetDestination() *Destination

func (*PayChannel) GetDestinationTag

func (x *PayChannel) GetDestinationTag() *DestinationTag

func (*PayChannel) GetExpiration

func (x *PayChannel) GetExpiration() *Expiration

func (*PayChannel) GetFlags

func (x *PayChannel) GetFlags() *Flags

func (*PayChannel) GetOwnerNode

func (x *PayChannel) GetOwnerNode() *OwnerNode

func (*PayChannel) GetPreviousTransactionId

func (x *PayChannel) GetPreviousTransactionId() *PreviousTransactionID

func (*PayChannel) GetPreviousTransactionLedgerSequence

func (x *PayChannel) GetPreviousTransactionLedgerSequence() *PreviousTransactionLedgerSequence

func (*PayChannel) GetPublicKey

func (x *PayChannel) GetPublicKey() *PublicKey

func (*PayChannel) GetSettleDelay

func (x *PayChannel) GetSettleDelay() *SettleDelay

func (*PayChannel) GetSourceTag

func (x *PayChannel) GetSourceTag() *SourceTag

func (*PayChannel) ProtoMessage

func (*PayChannel) ProtoMessage()

func (*PayChannel) ProtoReflect

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

func (*PayChannel) Reset

func (x *PayChannel) Reset()

func (*PayChannel) String

func (x *PayChannel) String() string

type Payment

type Payment struct {
	Amount         *Amount         `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"`
	Destination    *Destination    `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"`
	DestinationTag *DestinationTag `protobuf:"bytes,3,opt,name=destination_tag,json=destinationTag,proto3" json:"destination_tag,omitempty"`
	InvoiceId      *InvoiceID      `protobuf:"bytes,4,opt,name=invoice_id,json=invoiceId,proto3" json:"invoice_id,omitempty"`
	Paths          []*Payment_Path `protobuf:"bytes,5,rep,name=paths,proto3" json:"paths,omitempty"`
	SendMax        *SendMax        `protobuf:"bytes,6,opt,name=send_max,json=sendMax,proto3" json:"send_max,omitempty"`
	DeliverMin     *DeliverMin     `protobuf:"bytes,7,opt,name=deliver_min,json=deliverMin,proto3" json:"deliver_min,omitempty"`
	// contains filtered or unexported fields
}

Next field: 8

func (*Payment) Descriptor deprecated

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

Deprecated: Use Payment.ProtoReflect.Descriptor instead.

func (*Payment) GetAmount

func (x *Payment) GetAmount() *Amount

func (*Payment) GetDeliverMin

func (x *Payment) GetDeliverMin() *DeliverMin

func (*Payment) GetDestination

func (x *Payment) GetDestination() *Destination

func (*Payment) GetDestinationTag

func (x *Payment) GetDestinationTag() *DestinationTag

func (*Payment) GetInvoiceId

func (x *Payment) GetInvoiceId() *InvoiceID

func (*Payment) GetPaths

func (x *Payment) GetPaths() []*Payment_Path

func (*Payment) GetSendMax

func (x *Payment) GetSendMax() *SendMax

func (*Payment) ProtoMessage

func (*Payment) ProtoMessage()

func (*Payment) ProtoReflect

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

func (*Payment) Reset

func (x *Payment) Reset()

func (*Payment) String

func (x *Payment) String() string

type PaymentChannelClaim

type PaymentChannelClaim struct {
	Channel                 *Channel                 `protobuf:"bytes,1,opt,name=channel,proto3" json:"channel,omitempty"`
	Balance                 *Balance                 `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance,omitempty"`
	Amount                  *Amount                  `protobuf:"bytes,3,opt,name=amount,proto3" json:"amount,omitempty"`
	PaymentChannelSignature *PaymentChannelSignature `` /* 132-byte string literal not displayed */
	PublicKey               *PublicKey               `protobuf:"bytes,5,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	// contains filtered or unexported fields
}

Next field: 6

func (*PaymentChannelClaim) Descriptor deprecated

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

Deprecated: Use PaymentChannelClaim.ProtoReflect.Descriptor instead.

func (*PaymentChannelClaim) GetAmount

func (x *PaymentChannelClaim) GetAmount() *Amount

func (*PaymentChannelClaim) GetBalance

func (x *PaymentChannelClaim) GetBalance() *Balance

func (*PaymentChannelClaim) GetChannel

func (x *PaymentChannelClaim) GetChannel() *Channel

func (*PaymentChannelClaim) GetPaymentChannelSignature

func (x *PaymentChannelClaim) GetPaymentChannelSignature() *PaymentChannelSignature

func (*PaymentChannelClaim) GetPublicKey

func (x *PaymentChannelClaim) GetPublicKey() *PublicKey

func (*PaymentChannelClaim) ProtoMessage

func (*PaymentChannelClaim) ProtoMessage()

func (*PaymentChannelClaim) ProtoReflect

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

func (*PaymentChannelClaim) Reset

func (x *PaymentChannelClaim) Reset()

func (*PaymentChannelClaim) String

func (x *PaymentChannelClaim) String() string

type PaymentChannelCreate

type PaymentChannelCreate struct {
	Amount         *Amount         `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"`
	Destination    *Destination    `protobuf:"bytes,2,opt,name=destination,proto3" json:"destination,omitempty"`
	SettleDelay    *SettleDelay    `protobuf:"bytes,3,opt,name=settle_delay,json=settleDelay,proto3" json:"settle_delay,omitempty"`
	PublicKey      *PublicKey      `protobuf:"bytes,4,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	CancelAfter    *CancelAfter    `protobuf:"bytes,5,opt,name=cancel_after,json=cancelAfter,proto3" json:"cancel_after,omitempty"`
	DestinationTag *DestinationTag `protobuf:"bytes,6,opt,name=destination_tag,json=destinationTag,proto3" json:"destination_tag,omitempty"`
	// contains filtered or unexported fields
}

Next field: 7

func (*PaymentChannelCreate) Descriptor deprecated

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

Deprecated: Use PaymentChannelCreate.ProtoReflect.Descriptor instead.

func (*PaymentChannelCreate) GetAmount

func (x *PaymentChannelCreate) GetAmount() *Amount

func (*PaymentChannelCreate) GetCancelAfter

func (x *PaymentChannelCreate) GetCancelAfter() *CancelAfter

func (*PaymentChannelCreate) GetDestination

func (x *PaymentChannelCreate) GetDestination() *Destination

func (*PaymentChannelCreate) GetDestinationTag

func (x *PaymentChannelCreate) GetDestinationTag() *DestinationTag

func (*PaymentChannelCreate) GetPublicKey

func (x *PaymentChannelCreate) GetPublicKey() *PublicKey

func (*PaymentChannelCreate) GetSettleDelay

func (x *PaymentChannelCreate) GetSettleDelay() *SettleDelay

func (*PaymentChannelCreate) ProtoMessage

func (*PaymentChannelCreate) ProtoMessage()

func (*PaymentChannelCreate) ProtoReflect

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

func (*PaymentChannelCreate) Reset

func (x *PaymentChannelCreate) Reset()

func (*PaymentChannelCreate) String

func (x *PaymentChannelCreate) String() string

type PaymentChannelFund

type PaymentChannelFund struct {
	Channel    *Channel    `protobuf:"bytes,1,opt,name=channel,proto3" json:"channel,omitempty"`
	Amount     *Amount     `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"`
	Expiration *Expiration `protobuf:"bytes,3,opt,name=expiration,proto3" json:"expiration,omitempty"`
	// contains filtered or unexported fields
}

Next field: 4

func (*PaymentChannelFund) Descriptor deprecated

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

Deprecated: Use PaymentChannelFund.ProtoReflect.Descriptor instead.

func (*PaymentChannelFund) GetAmount

func (x *PaymentChannelFund) GetAmount() *Amount

func (*PaymentChannelFund) GetChannel

func (x *PaymentChannelFund) GetChannel() *Channel

func (*PaymentChannelFund) GetExpiration

func (x *PaymentChannelFund) GetExpiration() *Expiration

func (*PaymentChannelFund) ProtoMessage

func (*PaymentChannelFund) ProtoMessage()

func (*PaymentChannelFund) ProtoReflect

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

func (*PaymentChannelFund) Reset

func (x *PaymentChannelFund) Reset()

func (*PaymentChannelFund) String

func (x *PaymentChannelFund) String() string

type PaymentChannelSignature

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

func (*PaymentChannelSignature) Descriptor deprecated

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

Deprecated: Use PaymentChannelSignature.ProtoReflect.Descriptor instead.

func (*PaymentChannelSignature) GetValue

func (x *PaymentChannelSignature) GetValue() []byte

func (*PaymentChannelSignature) ProtoMessage

func (*PaymentChannelSignature) ProtoMessage()

func (*PaymentChannelSignature) ProtoReflect

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

func (*PaymentChannelSignature) Reset

func (x *PaymentChannelSignature) Reset()

func (*PaymentChannelSignature) String

func (x *PaymentChannelSignature) String() string

type Payment_Path

type Payment_Path struct {
	Elements []*Payment_PathElement `protobuf:"bytes,1,rep,name=elements,proto3" json:"elements,omitempty"`
	// contains filtered or unexported fields
}

Next field: 2

func (*Payment_Path) Descriptor deprecated

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

Deprecated: Use Payment_Path.ProtoReflect.Descriptor instead.

func (*Payment_Path) GetElements

func (x *Payment_Path) GetElements() []*Payment_PathElement

func (*Payment_Path) ProtoMessage

func (*Payment_Path) ProtoMessage()

func (*Payment_Path) ProtoReflect

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

func (*Payment_Path) Reset

func (x *Payment_Path) Reset()

func (*Payment_Path) String

func (x *Payment_Path) String() string

type Payment_PathElement

type Payment_PathElement struct {
	Account  *AccountAddress `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Currency *Currency       `protobuf:"bytes,2,opt,name=currency,proto3" json:"currency,omitempty"`
	Issuer   *AccountAddress `protobuf:"bytes,3,opt,name=issuer,proto3" json:"issuer,omitempty"`
	// contains filtered or unexported fields
}

Next field: 4

func (*Payment_PathElement) Descriptor deprecated

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

Deprecated: Use Payment_PathElement.ProtoReflect.Descriptor instead.

func (*Payment_PathElement) GetAccount

func (x *Payment_PathElement) GetAccount() *AccountAddress

func (*Payment_PathElement) GetCurrency

func (x *Payment_PathElement) GetCurrency() *Currency

func (*Payment_PathElement) GetIssuer

func (x *Payment_PathElement) GetIssuer() *AccountAddress

func (*Payment_PathElement) ProtoMessage

func (*Payment_PathElement) ProtoMessage()

func (*Payment_PathElement) ProtoReflect

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

func (*Payment_PathElement) Reset

func (x *Payment_PathElement) Reset()

func (*Payment_PathElement) String

func (x *Payment_PathElement) String() string

type PreviousTransactionID

type PreviousTransactionID struct {

	// 32 bytes
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*PreviousTransactionID) Descriptor deprecated

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

Deprecated: Use PreviousTransactionID.ProtoReflect.Descriptor instead.

func (*PreviousTransactionID) GetValue

func (x *PreviousTransactionID) GetValue() []byte

func (*PreviousTransactionID) ProtoMessage

func (*PreviousTransactionID) ProtoMessage()

func (*PreviousTransactionID) ProtoReflect

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

func (*PreviousTransactionID) Reset

func (x *PreviousTransactionID) Reset()

func (*PreviousTransactionID) String

func (x *PreviousTransactionID) String() string

type PreviousTransactionLedgerSequence

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

func (*PreviousTransactionLedgerSequence) Descriptor deprecated

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

Deprecated: Use PreviousTransactionLedgerSequence.ProtoReflect.Descriptor instead.

func (*PreviousTransactionLedgerSequence) GetValue

func (*PreviousTransactionLedgerSequence) ProtoMessage

func (*PreviousTransactionLedgerSequence) ProtoMessage()

func (*PreviousTransactionLedgerSequence) ProtoReflect

func (*PreviousTransactionLedgerSequence) Reset

func (*PreviousTransactionLedgerSequence) String

type PublicKey

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

func (*PublicKey) Descriptor deprecated

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

Deprecated: Use PublicKey.ProtoReflect.Descriptor instead.

func (*PublicKey) GetValue

func (x *PublicKey) GetValue() []byte

func (*PublicKey) ProtoMessage

func (*PublicKey) ProtoMessage()

func (*PublicKey) ProtoReflect

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

func (*PublicKey) Reset

func (x *PublicKey) Reset()

func (*PublicKey) String

func (x *PublicKey) String() string

type QualityIn

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

func (*QualityIn) Descriptor deprecated

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

Deprecated: Use QualityIn.ProtoReflect.Descriptor instead.

func (*QualityIn) GetValue

func (x *QualityIn) GetValue() uint32

func (*QualityIn) ProtoMessage

func (*QualityIn) ProtoMessage()

func (*QualityIn) ProtoReflect

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

func (*QualityIn) Reset

func (x *QualityIn) Reset()

func (*QualityIn) String

func (x *QualityIn) String() string

type QualityOut

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

func (*QualityOut) Descriptor deprecated

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

Deprecated: Use QualityOut.ProtoReflect.Descriptor instead.

func (*QualityOut) GetValue

func (x *QualityOut) GetValue() uint32

func (*QualityOut) ProtoMessage

func (*QualityOut) ProtoMessage()

func (*QualityOut) ProtoReflect

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

func (*QualityOut) Reset

func (x *QualityOut) Reset()

func (*QualityOut) String

func (x *QualityOut) String() string

type QueueData

type QueueData struct {
	TxnCount           uint32               `protobuf:"varint,1,opt,name=txn_count,json=txnCount,proto3" json:"txn_count,omitempty"`
	AuthChangeQueued   bool                 `protobuf:"varint,2,opt,name=auth_change_queued,json=authChangeQueued,proto3" json:"auth_change_queued,omitempty"`
	LowestSequence     uint32               `protobuf:"varint,3,opt,name=lowest_sequence,json=lowestSequence,proto3" json:"lowest_sequence,omitempty"`
	HighestSequence    uint32               `protobuf:"varint,4,opt,name=highest_sequence,json=highestSequence,proto3" json:"highest_sequence,omitempty"`
	MaxSpendDropsTotal *XRPDropsAmount      `protobuf:"bytes,5,opt,name=max_spend_drops_total,json=maxSpendDropsTotal,proto3" json:"max_spend_drops_total,omitempty"`
	Transactions       []*QueuedTransaction `protobuf:"bytes,6,rep,name=transactions,proto3" json:"transactions,omitempty"`
	// contains filtered or unexported fields
}

Aggregate data about queued transactions Next field: 7

func (*QueueData) Descriptor deprecated

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

Deprecated: Use QueueData.ProtoReflect.Descriptor instead.

func (*QueueData) GetAuthChangeQueued

func (x *QueueData) GetAuthChangeQueued() bool

func (*QueueData) GetHighestSequence

func (x *QueueData) GetHighestSequence() uint32

func (*QueueData) GetLowestSequence

func (x *QueueData) GetLowestSequence() uint32

func (*QueueData) GetMaxSpendDropsTotal

func (x *QueueData) GetMaxSpendDropsTotal() *XRPDropsAmount

func (*QueueData) GetTransactions

func (x *QueueData) GetTransactions() []*QueuedTransaction

func (*QueueData) GetTxnCount

func (x *QueueData) GetTxnCount() uint32

func (*QueueData) ProtoMessage

func (*QueueData) ProtoMessage()

func (*QueueData) ProtoReflect

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

func (*QueueData) Reset

func (x *QueueData) Reset()

func (*QueueData) String

func (x *QueueData) String() string

type QueuedTransaction

type QueuedTransaction struct {
	AuthChange         bool                `protobuf:"varint,1,opt,name=auth_change,json=authChange,proto3" json:"auth_change,omitempty"`
	Fee                *XRPDropsAmount     `protobuf:"bytes,2,opt,name=fee,proto3" json:"fee,omitempty"`
	FeeLevel           uint64              `protobuf:"varint,3,opt,name=fee_level,json=feeLevel,proto3" json:"fee_level,omitempty"`
	MaxSpendDrops      *XRPDropsAmount     `protobuf:"bytes,4,opt,name=max_spend_drops,json=maxSpendDrops,proto3" json:"max_spend_drops,omitempty"`
	Sequence           *Sequence           `protobuf:"bytes,5,opt,name=sequence,proto3" json:"sequence,omitempty"`
	LastLedgerSequence *LastLedgerSequence `protobuf:"bytes,6,opt,name=last_ledger_sequence,json=lastLedgerSequence,proto3" json:"last_ledger_sequence,omitempty"`
	// contains filtered or unexported fields
}

Data about a single queued transaction Next field: 7

func (*QueuedTransaction) Descriptor deprecated

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

Deprecated: Use QueuedTransaction.ProtoReflect.Descriptor instead.

func (*QueuedTransaction) GetAuthChange

func (x *QueuedTransaction) GetAuthChange() bool

func (*QueuedTransaction) GetFee

func (x *QueuedTransaction) GetFee() *XRPDropsAmount

func (*QueuedTransaction) GetFeeLevel

func (x *QueuedTransaction) GetFeeLevel() uint64

func (*QueuedTransaction) GetLastLedgerSequence

func (x *QueuedTransaction) GetLastLedgerSequence() *LastLedgerSequence

func (*QueuedTransaction) GetMaxSpendDrops

func (x *QueuedTransaction) GetMaxSpendDrops() *XRPDropsAmount

func (*QueuedTransaction) GetSequence

func (x *QueuedTransaction) GetSequence() *Sequence

func (*QueuedTransaction) ProtoMessage

func (*QueuedTransaction) ProtoMessage()

func (*QueuedTransaction) ProtoReflect

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

func (*QueuedTransaction) Reset

func (x *QueuedTransaction) Reset()

func (*QueuedTransaction) String

func (x *QueuedTransaction) String() string

type ReferenceFeeUnits

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

func (*ReferenceFeeUnits) Descriptor deprecated

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

Deprecated: Use ReferenceFeeUnits.ProtoReflect.Descriptor instead.

func (*ReferenceFeeUnits) GetValue

func (x *ReferenceFeeUnits) GetValue() uint32

func (*ReferenceFeeUnits) ProtoMessage

func (*ReferenceFeeUnits) ProtoMessage()

func (*ReferenceFeeUnits) ProtoReflect

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

func (*ReferenceFeeUnits) Reset

func (x *ReferenceFeeUnits) Reset()

func (*ReferenceFeeUnits) String

func (x *ReferenceFeeUnits) String() string

type RegularKey

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

func (*RegularKey) Descriptor deprecated

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

Deprecated: Use RegularKey.ProtoReflect.Descriptor instead.

func (*RegularKey) GetValue

func (x *RegularKey) GetValue() *AccountAddress

func (*RegularKey) ProtoMessage

func (*RegularKey) ProtoMessage()

func (*RegularKey) ProtoReflect

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

func (*RegularKey) Reset

func (x *RegularKey) Reset()

func (*RegularKey) String

func (x *RegularKey) String() string

type ReserveBase

type ReserveBase struct {

	// in drops
	Value uint32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ReserveBase) Descriptor deprecated

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

Deprecated: Use ReserveBase.ProtoReflect.Descriptor instead.

func (*ReserveBase) GetValue

func (x *ReserveBase) GetValue() uint32

func (*ReserveBase) ProtoMessage

func (*ReserveBase) ProtoMessage()

func (*ReserveBase) ProtoReflect

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

func (*ReserveBase) Reset

func (x *ReserveBase) Reset()

func (*ReserveBase) String

func (x *ReserveBase) String() string

type ReserveIncrement

type ReserveIncrement struct {

	// in drops
	Value uint32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ReserveIncrement) Descriptor deprecated

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

Deprecated: Use ReserveIncrement.ProtoReflect.Descriptor instead.

func (*ReserveIncrement) GetValue

func (x *ReserveIncrement) GetValue() uint32

func (*ReserveIncrement) ProtoMessage

func (*ReserveIncrement) ProtoMessage()

func (*ReserveIncrement) ProtoReflect

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

func (*ReserveIncrement) Reset

func (x *ReserveIncrement) Reset()

func (*ReserveIncrement) String

func (x *ReserveIncrement) String() string

type RippleState

type RippleState struct {
	Balance                           *Balance                           `protobuf:"bytes,1,opt,name=balance,proto3" json:"balance,omitempty"`
	Flags                             *Flags                             `protobuf:"bytes,2,opt,name=flags,proto3" json:"flags,omitempty"`
	LowLimit                          *LowLimit                          `protobuf:"bytes,3,opt,name=low_limit,json=lowLimit,proto3" json:"low_limit,omitempty"`
	HighLimit                         *HighLimit                         `protobuf:"bytes,4,opt,name=high_limit,json=highLimit,proto3" json:"high_limit,omitempty"`
	LowNode                           *LowNode                           `protobuf:"bytes,5,opt,name=low_node,json=lowNode,proto3" json:"low_node,omitempty"`
	HighNode                          *HighNode                          `protobuf:"bytes,6,opt,name=high_node,json=highNode,proto3" json:"high_node,omitempty"`
	LowQualityIn                      *LowQualityIn                      `protobuf:"bytes,7,opt,name=low_quality_in,json=lowQualityIn,proto3" json:"low_quality_in,omitempty"`
	LowQualityOut                     *LowQualityOut                     `protobuf:"bytes,8,opt,name=low_quality_out,json=lowQualityOut,proto3" json:"low_quality_out,omitempty"`
	HighQualityIn                     *HighQualityIn                     `protobuf:"bytes,9,opt,name=high_quality_in,json=highQualityIn,proto3" json:"high_quality_in,omitempty"`
	HighQualityOut                    *HighQualityOut                    `protobuf:"bytes,10,opt,name=high_quality_out,json=highQualityOut,proto3" json:"high_quality_out,omitempty"`
	PreviousTransactionId             *PreviousTransactionID             `` /* 127-byte string literal not displayed */
	PreviousTransactionLedgerSequence *PreviousTransactionLedgerSequence `` /* 165-byte string literal not displayed */
	// contains filtered or unexported fields
}

Next field: 13

func (*RippleState) Descriptor deprecated

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

Deprecated: Use RippleState.ProtoReflect.Descriptor instead.

func (*RippleState) GetBalance

func (x *RippleState) GetBalance() *Balance

func (*RippleState) GetFlags

func (x *RippleState) GetFlags() *Flags

func (*RippleState) GetHighLimit

func (x *RippleState) GetHighLimit() *HighLimit

func (*RippleState) GetHighNode

func (x *RippleState) GetHighNode() *HighNode

func (*RippleState) GetHighQualityIn

func (x *RippleState) GetHighQualityIn() *HighQualityIn

func (*RippleState) GetHighQualityOut

func (x *RippleState) GetHighQualityOut() *HighQualityOut

func (*RippleState) GetLowLimit

func (x *RippleState) GetLowLimit() *LowLimit

func (*RippleState) GetLowNode

func (x *RippleState) GetLowNode() *LowNode

func (*RippleState) GetLowQualityIn

func (x *RippleState) GetLowQualityIn() *LowQualityIn

func (*RippleState) GetLowQualityOut

func (x *RippleState) GetLowQualityOut() *LowQualityOut

func (*RippleState) GetPreviousTransactionId

func (x *RippleState) GetPreviousTransactionId() *PreviousTransactionID

func (*RippleState) GetPreviousTransactionLedgerSequence

func (x *RippleState) GetPreviousTransactionLedgerSequence() *PreviousTransactionLedgerSequence

func (*RippleState) ProtoMessage

func (*RippleState) ProtoMessage()

func (*RippleState) ProtoReflect

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

func (*RippleState) Reset

func (x *RippleState) Reset()

func (*RippleState) String

func (x *RippleState) String() string

type RootIndex

type RootIndex struct {

	// 32 bytes
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*RootIndex) Descriptor deprecated

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

Deprecated: Use RootIndex.ProtoReflect.Descriptor instead.

func (*RootIndex) GetValue

func (x *RootIndex) GetValue() []byte

func (*RootIndex) ProtoMessage

func (*RootIndex) ProtoMessage()

func (*RootIndex) ProtoReflect

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

func (*RootIndex) Reset

func (x *RootIndex) Reset()

func (*RootIndex) String

func (x *RootIndex) String() string

type SendMax

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

func (*SendMax) Descriptor deprecated

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

Deprecated: Use SendMax.ProtoReflect.Descriptor instead.

func (*SendMax) GetValue

func (x *SendMax) GetValue() *CurrencyAmount

func (*SendMax) ProtoMessage

func (*SendMax) ProtoMessage()

func (*SendMax) ProtoReflect

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

func (*SendMax) Reset

func (x *SendMax) Reset()

func (*SendMax) String

func (x *SendMax) String() string

type Sequence

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

func (*Sequence) Descriptor deprecated

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

Deprecated: Use Sequence.ProtoReflect.Descriptor instead.

func (*Sequence) GetValue

func (x *Sequence) GetValue() uint32

func (*Sequence) ProtoMessage

func (*Sequence) ProtoMessage()

func (*Sequence) ProtoReflect

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

func (*Sequence) Reset

func (x *Sequence) Reset()

func (*Sequence) String

func (x *Sequence) String() string

type SetFlag

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

func (*SetFlag) Descriptor deprecated

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

Deprecated: Use SetFlag.ProtoReflect.Descriptor instead.

func (*SetFlag) GetValue

func (x *SetFlag) GetValue() uint32

func (*SetFlag) ProtoMessage

func (*SetFlag) ProtoMessage()

func (*SetFlag) ProtoReflect

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

func (*SetFlag) Reset

func (x *SetFlag) Reset()

func (*SetFlag) String

func (x *SetFlag) String() string

type SetRegularKey

type SetRegularKey struct {
	RegularKey *RegularKey `protobuf:"bytes,1,opt,name=regular_key,json=regularKey,proto3" json:"regular_key,omitempty"`
	// contains filtered or unexported fields
}

Next field: 2

func (*SetRegularKey) Descriptor deprecated

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

Deprecated: Use SetRegularKey.ProtoReflect.Descriptor instead.

func (*SetRegularKey) GetRegularKey

func (x *SetRegularKey) GetRegularKey() *RegularKey

func (*SetRegularKey) ProtoMessage

func (*SetRegularKey) ProtoMessage()

func (*SetRegularKey) ProtoReflect

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

func (*SetRegularKey) Reset

func (x *SetRegularKey) Reset()

func (*SetRegularKey) String

func (x *SetRegularKey) String() string

type SettleDelay

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

func (*SettleDelay) Descriptor deprecated

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

Deprecated: Use SettleDelay.ProtoReflect.Descriptor instead.

func (*SettleDelay) GetValue

func (x *SettleDelay) GetValue() uint32

func (*SettleDelay) ProtoMessage

func (*SettleDelay) ProtoMessage()

func (*SettleDelay) ProtoReflect

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

func (*SettleDelay) Reset

func (x *SettleDelay) Reset()

func (*SettleDelay) String

func (x *SettleDelay) String() string

type Signer

type Signer struct {
	Account              *Account              `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	TransactionSignature *TransactionSignature `protobuf:"bytes,2,opt,name=transaction_signature,json=transactionSignature,proto3" json:"transaction_signature,omitempty"`
	SigningPublicKey     *SigningPublicKey     `protobuf:"bytes,3,opt,name=signing_public_key,json=signingPublicKey,proto3" json:"signing_public_key,omitempty"`
	// contains filtered or unexported fields
}

Next field: 4

func (*Signer) Descriptor deprecated

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

Deprecated: Use Signer.ProtoReflect.Descriptor instead.

func (*Signer) GetAccount

func (x *Signer) GetAccount() *Account

func (*Signer) GetSigningPublicKey

func (x *Signer) GetSigningPublicKey() *SigningPublicKey

func (*Signer) GetTransactionSignature

func (x *Signer) GetTransactionSignature() *TransactionSignature

func (*Signer) ProtoMessage

func (*Signer) ProtoMessage()

func (*Signer) ProtoReflect

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

func (*Signer) Reset

func (x *Signer) Reset()

func (*Signer) String

func (x *Signer) String() string

type SignerEntry

type SignerEntry struct {
	Account      *Account      `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	SignerWeight *SignerWeight `protobuf:"bytes,2,opt,name=signer_weight,json=signerWeight,proto3" json:"signer_weight,omitempty"`
	// contains filtered or unexported fields
}

Next field: 3

func (*SignerEntry) Descriptor deprecated

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

Deprecated: Use SignerEntry.ProtoReflect.Descriptor instead.

func (*SignerEntry) GetAccount

func (x *SignerEntry) GetAccount() *Account

func (*SignerEntry) GetSignerWeight

func (x *SignerEntry) GetSignerWeight() *SignerWeight

func (*SignerEntry) ProtoMessage

func (*SignerEntry) ProtoMessage()

func (*SignerEntry) ProtoReflect

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

func (*SignerEntry) Reset

func (x *SignerEntry) Reset()

func (*SignerEntry) String

func (x *SignerEntry) String() string

type SignerList

type SignerList struct {
	Flags                             *Flags                             `protobuf:"bytes,1,opt,name=flags,proto3" json:"flags,omitempty"`
	PreviousTransactionId             *PreviousTransactionID             `` /* 126-byte string literal not displayed */
	PreviousTransactionLedgerSequence *PreviousTransactionLedgerSequence `` /* 164-byte string literal not displayed */
	OwnerNode                         *OwnerNode                         `protobuf:"bytes,4,opt,name=owner_node,json=ownerNode,proto3" json:"owner_node,omitempty"`
	SignerEntries                     []*SignerEntry                     `protobuf:"bytes,5,rep,name=signer_entries,json=signerEntries,proto3" json:"signer_entries,omitempty"`
	SignerListId                      *SignerListID                      `protobuf:"bytes,6,opt,name=signer_list_id,json=signerListId,proto3" json:"signer_list_id,omitempty"`
	SignerQuorum                      *SignerQuorum                      `protobuf:"bytes,7,opt,name=signer_quorum,json=signerQuorum,proto3" json:"signer_quorum,omitempty"`
	// contains filtered or unexported fields
}

Next field: 8

func (*SignerList) Descriptor deprecated

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

Deprecated: Use SignerList.ProtoReflect.Descriptor instead.

func (*SignerList) GetFlags

func (x *SignerList) GetFlags() *Flags

func (*SignerList) GetOwnerNode

func (x *SignerList) GetOwnerNode() *OwnerNode

func (*SignerList) GetPreviousTransactionId

func (x *SignerList) GetPreviousTransactionId() *PreviousTransactionID

func (*SignerList) GetPreviousTransactionLedgerSequence

func (x *SignerList) GetPreviousTransactionLedgerSequence() *PreviousTransactionLedgerSequence

func (*SignerList) GetSignerEntries

func (x *SignerList) GetSignerEntries() []*SignerEntry

func (*SignerList) GetSignerListId

func (x *SignerList) GetSignerListId() *SignerListID

func (*SignerList) GetSignerQuorum

func (x *SignerList) GetSignerQuorum() *SignerQuorum

func (*SignerList) ProtoMessage

func (*SignerList) ProtoMessage()

func (*SignerList) ProtoReflect

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

func (*SignerList) Reset

func (x *SignerList) Reset()

func (*SignerList) String

func (x *SignerList) String() string

type SignerListID

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

func (*SignerListID) Descriptor deprecated

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

Deprecated: Use SignerListID.ProtoReflect.Descriptor instead.

func (*SignerListID) GetValue

func (x *SignerListID) GetValue() uint32

func (*SignerListID) ProtoMessage

func (*SignerListID) ProtoMessage()

func (*SignerListID) ProtoReflect

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

func (*SignerListID) Reset

func (x *SignerListID) Reset()

func (*SignerListID) String

func (x *SignerListID) String() string

type SignerListSet

type SignerListSet struct {
	SignerQuorum  *SignerQuorum  `protobuf:"bytes,1,opt,name=signer_quorum,json=signerQuorum,proto3" json:"signer_quorum,omitempty"`
	SignerEntries []*SignerEntry `protobuf:"bytes,2,rep,name=signer_entries,json=signerEntries,proto3" json:"signer_entries,omitempty"`
	// contains filtered or unexported fields
}

Next field: 3

func (*SignerListSet) Descriptor deprecated

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

Deprecated: Use SignerListSet.ProtoReflect.Descriptor instead.

func (*SignerListSet) GetSignerEntries

func (x *SignerListSet) GetSignerEntries() []*SignerEntry

func (*SignerListSet) GetSignerQuorum

func (x *SignerListSet) GetSignerQuorum() *SignerQuorum

func (*SignerListSet) ProtoMessage

func (*SignerListSet) ProtoMessage()

func (*SignerListSet) ProtoReflect

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

func (*SignerListSet) Reset

func (x *SignerListSet) Reset()

func (*SignerListSet) String

func (x *SignerListSet) String() string

type SignerQuorum

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

func (*SignerQuorum) Descriptor deprecated

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

Deprecated: Use SignerQuorum.ProtoReflect.Descriptor instead.

func (*SignerQuorum) GetValue

func (x *SignerQuorum) GetValue() uint32

func (*SignerQuorum) ProtoMessage

func (*SignerQuorum) ProtoMessage()

func (*SignerQuorum) ProtoReflect

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

func (*SignerQuorum) Reset

func (x *SignerQuorum) Reset()

func (*SignerQuorum) String

func (x *SignerQuorum) String() string

type SignerWeight

type SignerWeight struct {

	// is actually uint16
	Value uint32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*SignerWeight) Descriptor deprecated

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

Deprecated: Use SignerWeight.ProtoReflect.Descriptor instead.

func (*SignerWeight) GetValue

func (x *SignerWeight) GetValue() uint32

func (*SignerWeight) ProtoMessage

func (*SignerWeight) ProtoMessage()

func (*SignerWeight) ProtoReflect

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

func (*SignerWeight) Reset

func (x *SignerWeight) Reset()

func (*SignerWeight) String

func (x *SignerWeight) String() string

type SigningPublicKey

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

func (*SigningPublicKey) Descriptor deprecated

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

Deprecated: Use SigningPublicKey.ProtoReflect.Descriptor instead.

func (*SigningPublicKey) GetValue

func (x *SigningPublicKey) GetValue() []byte

func (*SigningPublicKey) ProtoMessage

func (*SigningPublicKey) ProtoMessage()

func (*SigningPublicKey) ProtoReflect

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

func (*SigningPublicKey) Reset

func (x *SigningPublicKey) Reset()

func (*SigningPublicKey) String

func (x *SigningPublicKey) String() string

type SourceTag

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

func (*SourceTag) Descriptor deprecated

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

Deprecated: Use SourceTag.ProtoReflect.Descriptor instead.

func (*SourceTag) GetValue

func (x *SourceTag) GetValue() uint32

func (*SourceTag) ProtoMessage

func (*SourceTag) ProtoMessage()

func (*SourceTag) ProtoReflect

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

func (*SourceTag) Reset

func (x *SourceTag) Reset()

func (*SourceTag) String

func (x *SourceTag) String() string

type SubmitTransactionRequest

type SubmitTransactionRequest struct {

	// The signed transaction to submit.
	SignedTransaction []byte `protobuf:"bytes,1,opt,name=signed_transaction,json=signedTransaction,proto3" json:"signed_transaction,omitempty"`
	FailHard          bool   `protobuf:"varint,2,opt,name=fail_hard,json=failHard,proto3" json:"fail_hard,omitempty"`
	// contains filtered or unexported fields
}

A request to submit the signed transaction to the ledger. Next field: 3

func (*SubmitTransactionRequest) Descriptor deprecated

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

Deprecated: Use SubmitTransactionRequest.ProtoReflect.Descriptor instead.

func (*SubmitTransactionRequest) GetFailHard

func (x *SubmitTransactionRequest) GetFailHard() bool

func (*SubmitTransactionRequest) GetSignedTransaction

func (x *SubmitTransactionRequest) GetSignedTransaction() []byte

func (*SubmitTransactionRequest) ProtoMessage

func (*SubmitTransactionRequest) ProtoMessage()

func (*SubmitTransactionRequest) ProtoReflect

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

func (*SubmitTransactionRequest) Reset

func (x *SubmitTransactionRequest) Reset()

func (*SubmitTransactionRequest) String

func (x *SubmitTransactionRequest) String() string

type SubmitTransactionResponse

type SubmitTransactionResponse struct {

	// Code indicating the preliminary result of the transaction.
	EngineResult *TransactionResult `protobuf:"bytes,1,opt,name=engine_result,json=engineResult,proto3" json:"engine_result,omitempty"`
	// Numeric code indicating the preliminary result of the transaction,
	// directly correlated to engine_result.
	EngineResultCode int64 `protobuf:"varint,2,opt,name=engine_result_code,json=engineResultCode,proto3" json:"engine_result_code,omitempty"`
	// Human-readable explanation of the transaction's preliminary result.
	EngineResultMessage string `protobuf:"bytes,3,opt,name=engine_result_message,json=engineResultMessage,proto3" json:"engine_result_message,omitempty"`
	// 32 bytes
	Hash []byte `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

A response when a signed transaction is submitted to the ledger. Next field: 5

func (*SubmitTransactionResponse) Descriptor deprecated

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

Deprecated: Use SubmitTransactionResponse.ProtoReflect.Descriptor instead.

func (*SubmitTransactionResponse) GetEngineResult

func (x *SubmitTransactionResponse) GetEngineResult() *TransactionResult

func (*SubmitTransactionResponse) GetEngineResultCode

func (x *SubmitTransactionResponse) GetEngineResultCode() int64

func (*SubmitTransactionResponse) GetEngineResultMessage

func (x *SubmitTransactionResponse) GetEngineResultMessage() string

func (*SubmitTransactionResponse) GetHash

func (x *SubmitTransactionResponse) GetHash() []byte

func (*SubmitTransactionResponse) ProtoMessage

func (*SubmitTransactionResponse) ProtoMessage()

func (*SubmitTransactionResponse) ProtoReflect

func (*SubmitTransactionResponse) Reset

func (x *SubmitTransactionResponse) Reset()

func (*SubmitTransactionResponse) String

func (x *SubmitTransactionResponse) String() string

type TakerGets

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

func (*TakerGets) Descriptor deprecated

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

Deprecated: Use TakerGets.ProtoReflect.Descriptor instead.

func (*TakerGets) GetValue

func (x *TakerGets) GetValue() *CurrencyAmount

func (*TakerGets) ProtoMessage

func (*TakerGets) ProtoMessage()

func (*TakerGets) ProtoReflect

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

func (*TakerGets) Reset

func (x *TakerGets) Reset()

func (*TakerGets) String

func (x *TakerGets) String() string

type TakerGetsCurreny

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

func (*TakerGetsCurreny) Descriptor deprecated

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

Deprecated: Use TakerGetsCurreny.ProtoReflect.Descriptor instead.

func (*TakerGetsCurreny) GetValue

func (x *TakerGetsCurreny) GetValue() *Currency

func (*TakerGetsCurreny) ProtoMessage

func (*TakerGetsCurreny) ProtoMessage()

func (*TakerGetsCurreny) ProtoReflect

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

func (*TakerGetsCurreny) Reset

func (x *TakerGetsCurreny) Reset()

func (*TakerGetsCurreny) String

func (x *TakerGetsCurreny) String() string

type TakerGetsIssuer

type TakerGetsIssuer struct {

	// 20 bytes
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*TakerGetsIssuer) Descriptor deprecated

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

Deprecated: Use TakerGetsIssuer.ProtoReflect.Descriptor instead.

func (*TakerGetsIssuer) GetValue

func (x *TakerGetsIssuer) GetValue() []byte

func (*TakerGetsIssuer) ProtoMessage

func (*TakerGetsIssuer) ProtoMessage()

func (*TakerGetsIssuer) ProtoReflect

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

func (*TakerGetsIssuer) Reset

func (x *TakerGetsIssuer) Reset()

func (*TakerGetsIssuer) String

func (x *TakerGetsIssuer) String() string

type TakerPays

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

func (*TakerPays) Descriptor deprecated

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

Deprecated: Use TakerPays.ProtoReflect.Descriptor instead.

func (*TakerPays) GetValue

func (x *TakerPays) GetValue() *CurrencyAmount

func (*TakerPays) ProtoMessage

func (*TakerPays) ProtoMessage()

func (*TakerPays) ProtoReflect

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

func (*TakerPays) Reset

func (x *TakerPays) Reset()

func (*TakerPays) String

func (x *TakerPays) String() string

type TakerPaysCurrency

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

func (*TakerPaysCurrency) Descriptor deprecated

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

Deprecated: Use TakerPaysCurrency.ProtoReflect.Descriptor instead.

func (*TakerPaysCurrency) GetValue

func (x *TakerPaysCurrency) GetValue() *Currency

func (*TakerPaysCurrency) ProtoMessage

func (*TakerPaysCurrency) ProtoMessage()

func (*TakerPaysCurrency) ProtoReflect

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

func (*TakerPaysCurrency) Reset

func (x *TakerPaysCurrency) Reset()

func (*TakerPaysCurrency) String

func (x *TakerPaysCurrency) String() string

type TakerPaysIssuer

type TakerPaysIssuer struct {

	// 20 bytes
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*TakerPaysIssuer) Descriptor deprecated

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

Deprecated: Use TakerPaysIssuer.ProtoReflect.Descriptor instead.

func (*TakerPaysIssuer) GetValue

func (x *TakerPaysIssuer) GetValue() []byte

func (*TakerPaysIssuer) ProtoMessage

func (*TakerPaysIssuer) ProtoMessage()

func (*TakerPaysIssuer) ProtoReflect

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

func (*TakerPaysIssuer) Reset

func (x *TakerPaysIssuer) Reset()

func (*TakerPaysIssuer) String

func (x *TakerPaysIssuer) String() string

type TickSize

type TickSize struct {

	// is actually uint8
	Value uint32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*TickSize) Descriptor deprecated

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

Deprecated: Use TickSize.ProtoReflect.Descriptor instead.

func (*TickSize) GetValue

func (x *TickSize) GetValue() uint32

func (*TickSize) ProtoMessage

func (*TickSize) ProtoMessage()

func (*TickSize) ProtoReflect

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

func (*TickSize) Reset

func (x *TickSize) Reset()

func (*TickSize) String

func (x *TickSize) String() string

type Transaction

type Transaction struct {
	Account  *Account        `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Fee      *XRPDropsAmount `protobuf:"bytes,2,opt,name=fee,proto3" json:"fee,omitempty"`
	Sequence *Sequence       `protobuf:"bytes,3,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// Data specific to the type of transaction
	//
	// Types that are assignable to TransactionData:
	//	*Transaction_Payment
	//	*Transaction_AccountSet
	//	*Transaction_AccountDelete
	//	*Transaction_CheckCancel
	//	*Transaction_CheckCash
	//	*Transaction_CheckCreate
	//	*Transaction_DepositPreauth
	//	*Transaction_EscrowCancel
	//	*Transaction_EscrowCreate
	//	*Transaction_EscrowFinish
	//	*Transaction_OfferCancel
	//	*Transaction_OfferCreate
	//	*Transaction_PaymentChannelClaim
	//	*Transaction_PaymentChannelCreate
	//	*Transaction_PaymentChannelFund
	//	*Transaction_SetRegularKey
	//	*Transaction_SignerListSet
	//	*Transaction_TrustSet
	TransactionData      isTransaction_TransactionData `protobuf_oneof:"transaction_data"`
	SigningPublicKey     *SigningPublicKey             `protobuf:"bytes,5,opt,name=signing_public_key,json=signingPublicKey,proto3" json:"signing_public_key,omitempty"`
	TransactionSignature *TransactionSignature         `protobuf:"bytes,6,opt,name=transaction_signature,json=transactionSignature,proto3" json:"transaction_signature,omitempty"`
	Flags                *Flags                        `protobuf:"bytes,7,opt,name=flags,proto3" json:"flags,omitempty"`
	LastLedgerSequence   *LastLedgerSequence           `protobuf:"bytes,8,opt,name=last_ledger_sequence,json=lastLedgerSequence,proto3" json:"last_ledger_sequence,omitempty"`
	SourceTag            *SourceTag                    `protobuf:"bytes,9,opt,name=source_tag,json=sourceTag,proto3" json:"source_tag,omitempty"`
	Memos                []*Memo                       `protobuf:"bytes,10,rep,name=memos,proto3" json:"memos,omitempty"`
	Signers              []*Signer                     `protobuf:"bytes,11,rep,name=signers,proto3" json:"signers,omitempty"`
	AccountTransactionId *AccountTransactionID         `protobuf:"bytes,12,opt,name=account_transaction_id,json=accountTransactionId,proto3" json:"account_transaction_id,omitempty"`
	// contains filtered or unexported fields
}

A message encompassing all transaction types Next field: 30

func (*Transaction) Descriptor deprecated

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

Deprecated: Use Transaction.ProtoReflect.Descriptor instead.

func (*Transaction) GetAccount

func (x *Transaction) GetAccount() *Account

func (*Transaction) GetAccountDelete

func (x *Transaction) GetAccountDelete() *AccountDelete

func (*Transaction) GetAccountSet

func (x *Transaction) GetAccountSet() *AccountSet

func (*Transaction) GetAccountTransactionId

func (x *Transaction) GetAccountTransactionId() *AccountTransactionID

func (*Transaction) GetCheckCancel

func (x *Transaction) GetCheckCancel() *CheckCancel

func (*Transaction) GetCheckCash

func (x *Transaction) GetCheckCash() *CheckCash

func (*Transaction) GetCheckCreate

func (x *Transaction) GetCheckCreate() *CheckCreate

func (*Transaction) GetDepositPreauth

func (x *Transaction) GetDepositPreauth() *DepositPreauth

func (*Transaction) GetEscrowCancel

func (x *Transaction) GetEscrowCancel() *EscrowCancel

func (*Transaction) GetEscrowCreate

func (x *Transaction) GetEscrowCreate() *EscrowCreate

func (*Transaction) GetEscrowFinish

func (x *Transaction) GetEscrowFinish() *EscrowFinish

func (*Transaction) GetFee

func (x *Transaction) GetFee() *XRPDropsAmount

func (*Transaction) GetFlags

func (x *Transaction) GetFlags() *Flags

func (*Transaction) GetLastLedgerSequence

func (x *Transaction) GetLastLedgerSequence() *LastLedgerSequence

func (*Transaction) GetMemos

func (x *Transaction) GetMemos() []*Memo

func (*Transaction) GetOfferCancel

func (x *Transaction) GetOfferCancel() *OfferCancel

func (*Transaction) GetOfferCreate

func (x *Transaction) GetOfferCreate() *OfferCreate

func (*Transaction) GetPayment

func (x *Transaction) GetPayment() *Payment

func (*Transaction) GetPaymentChannelClaim

func (x *Transaction) GetPaymentChannelClaim() *PaymentChannelClaim

func (*Transaction) GetPaymentChannelCreate

func (x *Transaction) GetPaymentChannelCreate() *PaymentChannelCreate

func (*Transaction) GetPaymentChannelFund

func (x *Transaction) GetPaymentChannelFund() *PaymentChannelFund

func (*Transaction) GetSequence

func (x *Transaction) GetSequence() *Sequence

func (*Transaction) GetSetRegularKey

func (x *Transaction) GetSetRegularKey() *SetRegularKey

func (*Transaction) GetSignerListSet

func (x *Transaction) GetSignerListSet() *SignerListSet

func (*Transaction) GetSigners

func (x *Transaction) GetSigners() []*Signer

func (*Transaction) GetSigningPublicKey

func (x *Transaction) GetSigningPublicKey() *SigningPublicKey

func (*Transaction) GetSourceTag

func (x *Transaction) GetSourceTag() *SourceTag

func (*Transaction) GetTransactionData

func (m *Transaction) GetTransactionData() isTransaction_TransactionData

func (*Transaction) GetTransactionSignature

func (x *Transaction) GetTransactionSignature() *TransactionSignature

func (*Transaction) GetTrustSet

func (x *Transaction) GetTrustSet() *TrustSet

func (*Transaction) ProtoMessage

func (*Transaction) ProtoMessage()

func (*Transaction) ProtoReflect

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

func (*Transaction) Reset

func (x *Transaction) Reset()

func (*Transaction) String

func (x *Transaction) String() string

type TransactionResult

type TransactionResult struct {

	// category of the transaction result
	ResultType TransactionResult_ResultType `` /* 142-byte string literal not displayed */
	// full result string, i.e. tesSUCCESS
	Result string `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

Next field: 3

func (*TransactionResult) Descriptor deprecated

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

Deprecated: Use TransactionResult.ProtoReflect.Descriptor instead.

func (*TransactionResult) GetResult

func (x *TransactionResult) GetResult() string

func (*TransactionResult) GetResultType

func (*TransactionResult) ProtoMessage

func (*TransactionResult) ProtoMessage()

func (*TransactionResult) ProtoReflect

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

func (*TransactionResult) Reset

func (x *TransactionResult) Reset()

func (*TransactionResult) String

func (x *TransactionResult) String() string

type TransactionResult_ResultType

type TransactionResult_ResultType int32

Next field: 7

const (
	TransactionResult_RESULT_TYPE_UNSPECIFIED TransactionResult_ResultType = 0
	// Claimed cost only
	TransactionResult_RESULT_TYPE_TEC TransactionResult_ResultType = 1
	// Failure
	TransactionResult_RESULT_TYPE_TEF TransactionResult_ResultType = 2
	// Local error
	TransactionResult_RESULT_TYPE_TEL TransactionResult_ResultType = 3
	// Malformed transaction
	TransactionResult_RESULT_TYPE_TEM TransactionResult_ResultType = 4
	// Retry
	TransactionResult_RESULT_TYPE_TER TransactionResult_ResultType = 5
	// Success
	TransactionResult_RESULT_TYPE_TES TransactionResult_ResultType = 6
)

func (TransactionResult_ResultType) Descriptor

func (TransactionResult_ResultType) Enum

func (TransactionResult_ResultType) EnumDescriptor deprecated

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

Deprecated: Use TransactionResult_ResultType.Descriptor instead.

func (TransactionResult_ResultType) Number

func (TransactionResult_ResultType) String

func (TransactionResult_ResultType) Type

type TransactionSignature

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

func (*TransactionSignature) Descriptor deprecated

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

Deprecated: Use TransactionSignature.ProtoReflect.Descriptor instead.

func (*TransactionSignature) GetValue

func (x *TransactionSignature) GetValue() []byte

func (*TransactionSignature) ProtoMessage

func (*TransactionSignature) ProtoMessage()

func (*TransactionSignature) ProtoReflect

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

func (*TransactionSignature) Reset

func (x *TransactionSignature) Reset()

func (*TransactionSignature) String

func (x *TransactionSignature) String() string

type Transaction_AccountDelete

type Transaction_AccountDelete struct {
	AccountDelete *AccountDelete `protobuf:"bytes,14,opt,name=account_delete,json=accountDelete,proto3,oneof"`
}

type Transaction_AccountSet

type Transaction_AccountSet struct {
	AccountSet *AccountSet `protobuf:"bytes,13,opt,name=account_set,json=accountSet,proto3,oneof"`
}

type Transaction_CheckCancel

type Transaction_CheckCancel struct {
	CheckCancel *CheckCancel `protobuf:"bytes,15,opt,name=check_cancel,json=checkCancel,proto3,oneof"`
}

type Transaction_CheckCash

type Transaction_CheckCash struct {
	CheckCash *CheckCash `protobuf:"bytes,16,opt,name=check_cash,json=checkCash,proto3,oneof"`
}

type Transaction_CheckCreate

type Transaction_CheckCreate struct {
	CheckCreate *CheckCreate `protobuf:"bytes,17,opt,name=check_create,json=checkCreate,proto3,oneof"`
}

type Transaction_DepositPreauth

type Transaction_DepositPreauth struct {
	DepositPreauth *DepositPreauth `protobuf:"bytes,18,opt,name=deposit_preauth,json=depositPreauth,proto3,oneof"`
}

type Transaction_EscrowCancel

type Transaction_EscrowCancel struct {
	EscrowCancel *EscrowCancel `protobuf:"bytes,19,opt,name=escrow_cancel,json=escrowCancel,proto3,oneof"`
}

type Transaction_EscrowCreate

type Transaction_EscrowCreate struct {
	EscrowCreate *EscrowCreate `protobuf:"bytes,20,opt,name=escrow_create,json=escrowCreate,proto3,oneof"`
}

type Transaction_EscrowFinish

type Transaction_EscrowFinish struct {
	EscrowFinish *EscrowFinish `protobuf:"bytes,21,opt,name=escrow_finish,json=escrowFinish,proto3,oneof"`
}

type Transaction_OfferCancel

type Transaction_OfferCancel struct {
	OfferCancel *OfferCancel `protobuf:"bytes,22,opt,name=offer_cancel,json=offerCancel,proto3,oneof"`
}

type Transaction_OfferCreate

type Transaction_OfferCreate struct {
	OfferCreate *OfferCreate `protobuf:"bytes,23,opt,name=offer_create,json=offerCreate,proto3,oneof"`
}

type Transaction_Payment

type Transaction_Payment struct {
	Payment *Payment `protobuf:"bytes,4,opt,name=payment,proto3,oneof"`
}

type Transaction_PaymentChannelClaim

type Transaction_PaymentChannelClaim struct {
	PaymentChannelClaim *PaymentChannelClaim `protobuf:"bytes,24,opt,name=payment_channel_claim,json=paymentChannelClaim,proto3,oneof"`
}

type Transaction_PaymentChannelCreate

type Transaction_PaymentChannelCreate struct {
	PaymentChannelCreate *PaymentChannelCreate `protobuf:"bytes,25,opt,name=payment_channel_create,json=paymentChannelCreate,proto3,oneof"`
}

type Transaction_PaymentChannelFund

type Transaction_PaymentChannelFund struct {
	PaymentChannelFund *PaymentChannelFund `protobuf:"bytes,26,opt,name=payment_channel_fund,json=paymentChannelFund,proto3,oneof"`
}

type Transaction_SetRegularKey

type Transaction_SetRegularKey struct {
	SetRegularKey *SetRegularKey `protobuf:"bytes,27,opt,name=set_regular_key,json=setRegularKey,proto3,oneof"`
}

type Transaction_SignerListSet

type Transaction_SignerListSet struct {
	SignerListSet *SignerListSet `protobuf:"bytes,28,opt,name=signer_list_set,json=signerListSet,proto3,oneof"`
}

type Transaction_TrustSet

type Transaction_TrustSet struct {
	TrustSet *TrustSet `protobuf:"bytes,29,opt,name=trust_set,json=trustSet,proto3,oneof"`
}

type TransferRate

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

func (*TransferRate) Descriptor deprecated

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

Deprecated: Use TransferRate.ProtoReflect.Descriptor instead.

func (*TransferRate) GetValue

func (x *TransferRate) GetValue() uint32

func (*TransferRate) ProtoMessage

func (*TransferRate) ProtoMessage()

func (*TransferRate) ProtoReflect

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

func (*TransferRate) Reset

func (x *TransferRate) Reset()

func (*TransferRate) String

func (x *TransferRate) String() string

type TrustSet

type TrustSet struct {
	LimitAmount *LimitAmount `protobuf:"bytes,1,opt,name=limit_amount,json=limitAmount,proto3" json:"limit_amount,omitempty"`
	QualityIn   *QualityIn   `protobuf:"bytes,2,opt,name=quality_in,json=qualityIn,proto3" json:"quality_in,omitempty"`
	QualityOut  *QualityOut  `protobuf:"bytes,3,opt,name=quality_out,json=qualityOut,proto3" json:"quality_out,omitempty"`
	// contains filtered or unexported fields
}

Next field: 4

func (*TrustSet) Descriptor deprecated

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

Deprecated: Use TrustSet.ProtoReflect.Descriptor instead.

func (*TrustSet) GetLimitAmount

func (x *TrustSet) GetLimitAmount() *LimitAmount

func (*TrustSet) GetQualityIn

func (x *TrustSet) GetQualityIn() *QualityIn

func (*TrustSet) GetQualityOut

func (x *TrustSet) GetQualityOut() *QualityOut

func (*TrustSet) ProtoMessage

func (*TrustSet) ProtoMessage()

func (*TrustSet) ProtoReflect

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

func (*TrustSet) Reset

func (x *TrustSet) Reset()

func (*TrustSet) String

func (x *TrustSet) String() string

type Unauthorize

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

func (*Unauthorize) Descriptor deprecated

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

Deprecated: Use Unauthorize.ProtoReflect.Descriptor instead.

func (*Unauthorize) GetValue

func (x *Unauthorize) GetValue() *AccountAddress

func (*Unauthorize) ProtoMessage

func (*Unauthorize) ProtoMessage()

func (*Unauthorize) ProtoReflect

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

func (*Unauthorize) Reset

func (x *Unauthorize) Reset()

func (*Unauthorize) String

func (x *Unauthorize) String() string

type UnimplementedXRPLedgerAPIServiceServer

type UnimplementedXRPLedgerAPIServiceServer struct {
}

UnimplementedXRPLedgerAPIServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedXRPLedgerAPIServiceServer) GetAccountInfo

func (*UnimplementedXRPLedgerAPIServiceServer) GetFee

func (*UnimplementedXRPLedgerAPIServiceServer) GetTransaction

func (*UnimplementedXRPLedgerAPIServiceServer) SubmitTransaction

type ValidatorToDisable

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

func (*ValidatorToDisable) Descriptor deprecated

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

Deprecated: Use ValidatorToDisable.ProtoReflect.Descriptor instead.

func (*ValidatorToDisable) GetValue

func (x *ValidatorToDisable) GetValue() []byte

func (*ValidatorToDisable) ProtoMessage

func (*ValidatorToDisable) ProtoMessage()

func (*ValidatorToDisable) ProtoReflect

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

func (*ValidatorToDisable) Reset

func (x *ValidatorToDisable) Reset()

func (*ValidatorToDisable) String

func (x *ValidatorToDisable) String() string

type ValidatorToReEnable

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

func (*ValidatorToReEnable) Descriptor deprecated

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

Deprecated: Use ValidatorToReEnable.ProtoReflect.Descriptor instead.

func (*ValidatorToReEnable) GetValue

func (x *ValidatorToReEnable) GetValue() []byte

func (*ValidatorToReEnable) ProtoMessage

func (*ValidatorToReEnable) ProtoMessage()

func (*ValidatorToReEnable) ProtoReflect

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

func (*ValidatorToReEnable) Reset

func (x *ValidatorToReEnable) Reset()

func (*ValidatorToReEnable) String

func (x *ValidatorToReEnable) String() string

type XRPDropsAmount

type XRPDropsAmount struct {
	Drops uint64 `protobuf:"varint,1,opt,name=drops,proto3" json:"drops,omitempty"`
	// contains filtered or unexported fields
}

A representation of an amount of XRP. Next field: 2

func (*XRPDropsAmount) Descriptor deprecated

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

Deprecated: Use XRPDropsAmount.ProtoReflect.Descriptor instead.

func (*XRPDropsAmount) GetDrops

func (x *XRPDropsAmount) GetDrops() uint64

func (*XRPDropsAmount) ProtoMessage

func (*XRPDropsAmount) ProtoMessage()

func (*XRPDropsAmount) ProtoReflect

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

func (*XRPDropsAmount) Reset

func (x *XRPDropsAmount) Reset()

func (*XRPDropsAmount) String

func (x *XRPDropsAmount) String() string

type XRPLedgerAPIServiceClient

type XRPLedgerAPIServiceClient interface {
	// Get account info for an account on the XRP Ledger.
	GetAccountInfo(ctx context.Context, in *GetAccountInfoRequest, opts ...grpc.CallOption) (*GetAccountInfoResponse, error)
	// Get the fee for a transaction on the XRP Ledger.
	GetFee(ctx context.Context, in *GetFeeRequest, opts ...grpc.CallOption) (*GetFeeResponse, error)
	// Submit a signed transaction to the XRP Ledger.
	SubmitTransaction(ctx context.Context, in *SubmitTransactionRequest, opts ...grpc.CallOption) (*SubmitTransactionResponse, error)
	// Get the status of a transaction
	GetTransaction(ctx context.Context, in *GetTransactionRequest, opts ...grpc.CallOption) (*GetTransactionResponse, error)
	// Get all validated transactions associated with a given account
	GetAccountTransactionHistory(ctx context.Context, in *GetAccountTransactionHistoryRequest, opts ...grpc.CallOption) (*GetAccountTransactionHistoryResponse, error)
}

XRPLedgerAPIServiceClient is the client API for XRPLedgerAPIService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type XRPLedgerAPIServiceServer

type XRPLedgerAPIServiceServer interface {
	// Get account info for an account on the XRP Ledger.
	GetAccountInfo(context.Context, *GetAccountInfoRequest) (*GetAccountInfoResponse, error)
	// Get the fee for a transaction on the XRP Ledger.
	GetFee(context.Context, *GetFeeRequest) (*GetFeeResponse, error)
	// Submit a signed transaction to the XRP Ledger.
	SubmitTransaction(context.Context, *SubmitTransactionRequest) (*SubmitTransactionResponse, error)
	// Get the status of a transaction
	GetTransaction(context.Context, *GetTransactionRequest) (*GetTransactionResponse, error)
	// Get all validated transactions associated with a given account
	GetAccountTransactionHistory(context.Context, *GetAccountTransactionHistoryRequest) (*GetAccountTransactionHistoryResponse, error)
}

XRPLedgerAPIServiceServer is the server API for XRPLedgerAPIService service.

Jump to

Keyboard shortcuts

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