viewv1alpha1

package
v2.5.2 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthView        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowView          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupView = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterViewProtocolServiceServer

func RegisterViewProtocolServiceServer(s grpc1.Server, srv ViewProtocolServiceServer)

Types

type AddressByIndexRequest

type AddressByIndexRequest struct {
	AddressIndex *v1alpha13.AddressIndex `protobuf:"bytes,1,opt,name=address_index,json=addressIndex,proto3" json:"address_index,omitempty"`
}

func (*AddressByIndexRequest) Descriptor

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

func (*AddressByIndexRequest) GetAddressIndex

func (m *AddressByIndexRequest) GetAddressIndex() *v1alpha13.AddressIndex

func (*AddressByIndexRequest) Marshal

func (m *AddressByIndexRequest) Marshal() (dAtA []byte, err error)

func (*AddressByIndexRequest) MarshalTo

func (m *AddressByIndexRequest) MarshalTo(dAtA []byte) (int, error)

func (*AddressByIndexRequest) MarshalToSizedBuffer

func (m *AddressByIndexRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AddressByIndexRequest) ProtoMessage

func (*AddressByIndexRequest) ProtoMessage()

func (*AddressByIndexRequest) Reset

func (m *AddressByIndexRequest) Reset()

func (*AddressByIndexRequest) Size

func (m *AddressByIndexRequest) Size() (n int)

func (*AddressByIndexRequest) String

func (m *AddressByIndexRequest) String() string

func (*AddressByIndexRequest) Unmarshal

func (m *AddressByIndexRequest) Unmarshal(dAtA []byte) error

func (*AddressByIndexRequest) XXX_DiscardUnknown

func (m *AddressByIndexRequest) XXX_DiscardUnknown()

func (*AddressByIndexRequest) XXX_Marshal

func (m *AddressByIndexRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddressByIndexRequest) XXX_Merge

func (m *AddressByIndexRequest) XXX_Merge(src proto.Message)

func (*AddressByIndexRequest) XXX_Size

func (m *AddressByIndexRequest) XXX_Size() int

func (*AddressByIndexRequest) XXX_Unmarshal

func (m *AddressByIndexRequest) XXX_Unmarshal(b []byte) error

type AddressByIndexResponse

type AddressByIndexResponse struct {
	Address *v1alpha13.Address `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
}

func (*AddressByIndexResponse) Descriptor

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

func (*AddressByIndexResponse) GetAddress

func (m *AddressByIndexResponse) GetAddress() *v1alpha13.Address

func (*AddressByIndexResponse) Marshal

func (m *AddressByIndexResponse) Marshal() (dAtA []byte, err error)

func (*AddressByIndexResponse) MarshalTo

func (m *AddressByIndexResponse) MarshalTo(dAtA []byte) (int, error)

func (*AddressByIndexResponse) MarshalToSizedBuffer

func (m *AddressByIndexResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AddressByIndexResponse) ProtoMessage

func (*AddressByIndexResponse) ProtoMessage()

func (*AddressByIndexResponse) Reset

func (m *AddressByIndexResponse) Reset()

func (*AddressByIndexResponse) Size

func (m *AddressByIndexResponse) Size() (n int)

func (*AddressByIndexResponse) String

func (m *AddressByIndexResponse) String() string

func (*AddressByIndexResponse) Unmarshal

func (m *AddressByIndexResponse) Unmarshal(dAtA []byte) error

func (*AddressByIndexResponse) XXX_DiscardUnknown

func (m *AddressByIndexResponse) XXX_DiscardUnknown()

func (*AddressByIndexResponse) XXX_Marshal

func (m *AddressByIndexResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AddressByIndexResponse) XXX_Merge

func (m *AddressByIndexResponse) XXX_Merge(src proto.Message)

func (*AddressByIndexResponse) XXX_Size

func (m *AddressByIndexResponse) XXX_Size() int

func (*AddressByIndexResponse) XXX_Unmarshal

func (m *AddressByIndexResponse) XXX_Unmarshal(b []byte) error

type AppParametersRequest added in v2.5.0

type AppParametersRequest struct {
}

Requests the current app parameters from the view service.

func (*AppParametersRequest) Descriptor added in v2.5.0

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

func (*AppParametersRequest) Marshal added in v2.5.0

func (m *AppParametersRequest) Marshal() (dAtA []byte, err error)

func (*AppParametersRequest) MarshalTo added in v2.5.0

func (m *AppParametersRequest) MarshalTo(dAtA []byte) (int, error)

func (*AppParametersRequest) MarshalToSizedBuffer added in v2.5.0

func (m *AppParametersRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AppParametersRequest) ProtoMessage added in v2.5.0

func (*AppParametersRequest) ProtoMessage()

func (*AppParametersRequest) Reset added in v2.5.0

func (m *AppParametersRequest) Reset()

func (*AppParametersRequest) Size added in v2.5.0

func (m *AppParametersRequest) Size() (n int)

func (*AppParametersRequest) String added in v2.5.0

func (m *AppParametersRequest) String() string

func (*AppParametersRequest) Unmarshal added in v2.5.0

func (m *AppParametersRequest) Unmarshal(dAtA []byte) error

func (*AppParametersRequest) XXX_DiscardUnknown added in v2.5.0

func (m *AppParametersRequest) XXX_DiscardUnknown()

func (*AppParametersRequest) XXX_Marshal added in v2.5.0

func (m *AppParametersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppParametersRequest) XXX_Merge added in v2.5.0

func (m *AppParametersRequest) XXX_Merge(src proto.Message)

func (*AppParametersRequest) XXX_Size added in v2.5.0

func (m *AppParametersRequest) XXX_Size() int

func (*AppParametersRequest) XXX_Unmarshal added in v2.5.0

func (m *AppParametersRequest) XXX_Unmarshal(b []byte) error

type AppParametersResponse added in v2.5.0

type AppParametersResponse struct {
	Parameters *v1alpha110.AppParameters `protobuf:"bytes,1,opt,name=parameters,proto3" json:"parameters,omitempty"`
}

func (*AppParametersResponse) Descriptor added in v2.5.0

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

func (*AppParametersResponse) GetParameters added in v2.5.0

func (m *AppParametersResponse) GetParameters() *v1alpha110.AppParameters

func (*AppParametersResponse) Marshal added in v2.5.0

func (m *AppParametersResponse) Marshal() (dAtA []byte, err error)

func (*AppParametersResponse) MarshalTo added in v2.5.0

func (m *AppParametersResponse) MarshalTo(dAtA []byte) (int, error)

func (*AppParametersResponse) MarshalToSizedBuffer added in v2.5.0

func (m *AppParametersResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AppParametersResponse) ProtoMessage added in v2.5.0

func (*AppParametersResponse) ProtoMessage()

func (*AppParametersResponse) Reset added in v2.5.0

func (m *AppParametersResponse) Reset()

func (*AppParametersResponse) Size added in v2.5.0

func (m *AppParametersResponse) Size() (n int)

func (*AppParametersResponse) String added in v2.5.0

func (m *AppParametersResponse) String() string

func (*AppParametersResponse) Unmarshal added in v2.5.0

func (m *AppParametersResponse) Unmarshal(dAtA []byte) error

func (*AppParametersResponse) XXX_DiscardUnknown added in v2.5.0

func (m *AppParametersResponse) XXX_DiscardUnknown()

func (*AppParametersResponse) XXX_Marshal added in v2.5.0

func (m *AppParametersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AppParametersResponse) XXX_Merge added in v2.5.0

func (m *AppParametersResponse) XXX_Merge(src proto.Message)

func (*AppParametersResponse) XXX_Size added in v2.5.0

func (m *AppParametersResponse) XXX_Size() int

func (*AppParametersResponse) XXX_Unmarshal added in v2.5.0

func (m *AppParametersResponse) XXX_Unmarshal(b []byte) error

type AssetsRequest

type AssetsRequest struct {
	// If set to false (default), returns all assets, regardless of whether the rest of the fields of
	// the request indicate a filter.
	Filtered bool `protobuf:"varint,1,opt,name=filtered,proto3" json:"filtered,omitempty"`
	// Include these specific denominations in the response.
	IncludeSpecificDenominations []*v1alpha15.Denom `` /* 147-byte string literal not displayed */
	// Include all delegation tokens, to any validator, in the response.
	IncludeDelegationTokens bool `` /* 133-byte string literal not displayed */
	// Include all unbonding tokens, from any validator, in the response.
	IncludeUnbondingTokens bool `` /* 130-byte string literal not displayed */
	// Include all LP NFTs in the response.
	IncludeLpNfts bool `protobuf:"varint,5,opt,name=include_lp_nfts,json=includeLpNfts,proto3" json:"include_lp_nfts,omitempty"`
	// Include all proposal NFTs in the response.
	IncludeProposalNfts bool `protobuf:"varint,6,opt,name=include_proposal_nfts,json=includeProposalNfts,proto3" json:"include_proposal_nfts,omitempty"`
	// Include all voting receipt tokens in the response.
	IncludeVotingReceiptTokens bool `` /* 144-byte string literal not displayed */
}

Requests all assets known to the view service.

func (*AssetsRequest) Descriptor

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

func (*AssetsRequest) GetFiltered

func (m *AssetsRequest) GetFiltered() bool

func (*AssetsRequest) GetIncludeDelegationTokens

func (m *AssetsRequest) GetIncludeDelegationTokens() bool

func (*AssetsRequest) GetIncludeLpNfts

func (m *AssetsRequest) GetIncludeLpNfts() bool

func (*AssetsRequest) GetIncludeProposalNfts

func (m *AssetsRequest) GetIncludeProposalNfts() bool

func (*AssetsRequest) GetIncludeSpecificDenominations

func (m *AssetsRequest) GetIncludeSpecificDenominations() []*v1alpha15.Denom

func (*AssetsRequest) GetIncludeUnbondingTokens

func (m *AssetsRequest) GetIncludeUnbondingTokens() bool

func (*AssetsRequest) GetIncludeVotingReceiptTokens

func (m *AssetsRequest) GetIncludeVotingReceiptTokens() bool

func (*AssetsRequest) Marshal

func (m *AssetsRequest) Marshal() (dAtA []byte, err error)

func (*AssetsRequest) MarshalTo

func (m *AssetsRequest) MarshalTo(dAtA []byte) (int, error)

func (*AssetsRequest) MarshalToSizedBuffer

func (m *AssetsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AssetsRequest) ProtoMessage

func (*AssetsRequest) ProtoMessage()

func (*AssetsRequest) Reset

func (m *AssetsRequest) Reset()

func (*AssetsRequest) Size

func (m *AssetsRequest) Size() (n int)

func (*AssetsRequest) String

func (m *AssetsRequest) String() string

func (*AssetsRequest) Unmarshal

func (m *AssetsRequest) Unmarshal(dAtA []byte) error

func (*AssetsRequest) XXX_DiscardUnknown

func (m *AssetsRequest) XXX_DiscardUnknown()

func (*AssetsRequest) XXX_Marshal

func (m *AssetsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AssetsRequest) XXX_Merge

func (m *AssetsRequest) XXX_Merge(src proto.Message)

func (*AssetsRequest) XXX_Size

func (m *AssetsRequest) XXX_Size() int

func (*AssetsRequest) XXX_Unmarshal

func (m *AssetsRequest) XXX_Unmarshal(b []byte) error

type AssetsResponse

type AssetsResponse struct {
	DenomMetadata *v1alpha15.DenomMetadata `protobuf:"bytes,2,opt,name=denom_metadata,json=denomMetadata,proto3" json:"denom_metadata,omitempty"`
}

Requests all assets known to the view service.

func (*AssetsResponse) Descriptor

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

func (*AssetsResponse) GetDenomMetadata

func (m *AssetsResponse) GetDenomMetadata() *v1alpha15.DenomMetadata

func (*AssetsResponse) Marshal

func (m *AssetsResponse) Marshal() (dAtA []byte, err error)

func (*AssetsResponse) MarshalTo

func (m *AssetsResponse) MarshalTo(dAtA []byte) (int, error)

func (*AssetsResponse) MarshalToSizedBuffer

func (m *AssetsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AssetsResponse) ProtoMessage

func (*AssetsResponse) ProtoMessage()

func (*AssetsResponse) Reset

func (m *AssetsResponse) Reset()

func (*AssetsResponse) Size

func (m *AssetsResponse) Size() (n int)

func (*AssetsResponse) String

func (m *AssetsResponse) String() string

func (*AssetsResponse) Unmarshal

func (m *AssetsResponse) Unmarshal(dAtA []byte) error

func (*AssetsResponse) XXX_DiscardUnknown

func (m *AssetsResponse) XXX_DiscardUnknown()

func (*AssetsResponse) XXX_Marshal

func (m *AssetsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AssetsResponse) XXX_Merge

func (m *AssetsResponse) XXX_Merge(src proto.Message)

func (*AssetsResponse) XXX_Size

func (m *AssetsResponse) XXX_Size() int

func (*AssetsResponse) XXX_Unmarshal

func (m *AssetsResponse) XXX_Unmarshal(b []byte) error

type AuthorizeAndBuildRequest

type AuthorizeAndBuildRequest struct {
	// The transaction plan to authorize and build.
	TransactionPlan *v1alpha1.TransactionPlan `protobuf:"bytes,1,opt,name=transaction_plan,json=transactionPlan,proto3" json:"transaction_plan,omitempty"`
	// The authorization data to use to authorize the transaction plan.
	AuthorizationData *v1alpha1.AuthorizationData `protobuf:"bytes,2,opt,name=authorization_data,json=authorizationData,proto3" json:"authorization_data,omitempty"`
}

func (*AuthorizeAndBuildRequest) Descriptor

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

func (*AuthorizeAndBuildRequest) GetAuthorizationData

func (m *AuthorizeAndBuildRequest) GetAuthorizationData() *v1alpha1.AuthorizationData

func (*AuthorizeAndBuildRequest) GetTransactionPlan

func (m *AuthorizeAndBuildRequest) GetTransactionPlan() *v1alpha1.TransactionPlan

func (*AuthorizeAndBuildRequest) Marshal

func (m *AuthorizeAndBuildRequest) Marshal() (dAtA []byte, err error)

func (*AuthorizeAndBuildRequest) MarshalTo

func (m *AuthorizeAndBuildRequest) MarshalTo(dAtA []byte) (int, error)

func (*AuthorizeAndBuildRequest) MarshalToSizedBuffer

func (m *AuthorizeAndBuildRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AuthorizeAndBuildRequest) ProtoMessage

func (*AuthorizeAndBuildRequest) ProtoMessage()

func (*AuthorizeAndBuildRequest) Reset

func (m *AuthorizeAndBuildRequest) Reset()

func (*AuthorizeAndBuildRequest) Size

func (m *AuthorizeAndBuildRequest) Size() (n int)

func (*AuthorizeAndBuildRequest) String

func (m *AuthorizeAndBuildRequest) String() string

func (*AuthorizeAndBuildRequest) Unmarshal

func (m *AuthorizeAndBuildRequest) Unmarshal(dAtA []byte) error

func (*AuthorizeAndBuildRequest) XXX_DiscardUnknown

func (m *AuthorizeAndBuildRequest) XXX_DiscardUnknown()

func (*AuthorizeAndBuildRequest) XXX_Marshal

func (m *AuthorizeAndBuildRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AuthorizeAndBuildRequest) XXX_Merge

func (m *AuthorizeAndBuildRequest) XXX_Merge(src proto.Message)

func (*AuthorizeAndBuildRequest) XXX_Size

func (m *AuthorizeAndBuildRequest) XXX_Size() int

func (*AuthorizeAndBuildRequest) XXX_Unmarshal

func (m *AuthorizeAndBuildRequest) XXX_Unmarshal(b []byte) error

type AuthorizeAndBuildResponse

type AuthorizeAndBuildResponse struct {
	// The transaction that was built.
	Transaction *v1alpha1.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
}

func (*AuthorizeAndBuildResponse) Descriptor

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

func (*AuthorizeAndBuildResponse) GetTransaction

func (m *AuthorizeAndBuildResponse) GetTransaction() *v1alpha1.Transaction

func (*AuthorizeAndBuildResponse) Marshal

func (m *AuthorizeAndBuildResponse) Marshal() (dAtA []byte, err error)

func (*AuthorizeAndBuildResponse) MarshalTo

func (m *AuthorizeAndBuildResponse) MarshalTo(dAtA []byte) (int, error)

func (*AuthorizeAndBuildResponse) MarshalToSizedBuffer

func (m *AuthorizeAndBuildResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AuthorizeAndBuildResponse) ProtoMessage

func (*AuthorizeAndBuildResponse) ProtoMessage()

func (*AuthorizeAndBuildResponse) Reset

func (m *AuthorizeAndBuildResponse) Reset()

func (*AuthorizeAndBuildResponse) Size

func (m *AuthorizeAndBuildResponse) Size() (n int)

func (*AuthorizeAndBuildResponse) String

func (m *AuthorizeAndBuildResponse) String() string

func (*AuthorizeAndBuildResponse) Unmarshal

func (m *AuthorizeAndBuildResponse) Unmarshal(dAtA []byte) error

func (*AuthorizeAndBuildResponse) XXX_DiscardUnknown

func (m *AuthorizeAndBuildResponse) XXX_DiscardUnknown()

func (*AuthorizeAndBuildResponse) XXX_Marshal

func (m *AuthorizeAndBuildResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AuthorizeAndBuildResponse) XXX_Merge

func (m *AuthorizeAndBuildResponse) XXX_Merge(src proto.Message)

func (*AuthorizeAndBuildResponse) XXX_Size

func (m *AuthorizeAndBuildResponse) XXX_Size() int

func (*AuthorizeAndBuildResponse) XXX_Unmarshal

func (m *AuthorizeAndBuildResponse) XXX_Unmarshal(b []byte) error

type BalancesRequest

type BalancesRequest struct {
	// If present, filter balances to only include the account specified by the `AddressIndex`.
	AccountFilter *v1alpha13.AddressIndex `protobuf:"bytes,1,opt,name=account_filter,json=accountFilter,proto3" json:"account_filter,omitempty"`
	// If present, filter balances to only include the specified asset ID.
	AssetIdFilter *v1alpha15.AssetId `protobuf:"bytes,2,opt,name=asset_id_filter,json=assetIdFilter,proto3" json:"asset_id_filter,omitempty"`
}

func (*BalancesRequest) Descriptor

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

func (*BalancesRequest) GetAccountFilter

func (m *BalancesRequest) GetAccountFilter() *v1alpha13.AddressIndex

func (*BalancesRequest) GetAssetIdFilter

func (m *BalancesRequest) GetAssetIdFilter() *v1alpha15.AssetId

func (*BalancesRequest) Marshal

func (m *BalancesRequest) Marshal() (dAtA []byte, err error)

func (*BalancesRequest) MarshalTo

func (m *BalancesRequest) MarshalTo(dAtA []byte) (int, error)

func (*BalancesRequest) MarshalToSizedBuffer

func (m *BalancesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BalancesRequest) ProtoMessage

func (*BalancesRequest) ProtoMessage()

func (*BalancesRequest) Reset

func (m *BalancesRequest) Reset()

func (*BalancesRequest) Size

func (m *BalancesRequest) Size() (n int)

func (*BalancesRequest) String

func (m *BalancesRequest) String() string

func (*BalancesRequest) Unmarshal

func (m *BalancesRequest) Unmarshal(dAtA []byte) error

func (*BalancesRequest) XXX_DiscardUnknown

func (m *BalancesRequest) XXX_DiscardUnknown()

func (*BalancesRequest) XXX_Marshal

func (m *BalancesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BalancesRequest) XXX_Merge

func (m *BalancesRequest) XXX_Merge(src proto.Message)

func (*BalancesRequest) XXX_Size

func (m *BalancesRequest) XXX_Size() int

func (*BalancesRequest) XXX_Unmarshal

func (m *BalancesRequest) XXX_Unmarshal(b []byte) error

type BalancesResponse

type BalancesResponse struct {
	Account *v1alpha13.AddressIndex `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Balance *v1alpha15.Value        `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance,omitempty"`
}

func (*BalancesResponse) Descriptor

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

func (*BalancesResponse) GetAccount

func (m *BalancesResponse) GetAccount() *v1alpha13.AddressIndex

func (*BalancesResponse) GetBalance

func (m *BalancesResponse) GetBalance() *v1alpha15.Value

func (*BalancesResponse) Marshal

func (m *BalancesResponse) Marshal() (dAtA []byte, err error)

func (*BalancesResponse) MarshalTo

func (m *BalancesResponse) MarshalTo(dAtA []byte) (int, error)

func (*BalancesResponse) MarshalToSizedBuffer

func (m *BalancesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BalancesResponse) ProtoMessage

func (*BalancesResponse) ProtoMessage()

func (*BalancesResponse) Reset

func (m *BalancesResponse) Reset()

func (*BalancesResponse) Size

func (m *BalancesResponse) Size() (n int)

func (*BalancesResponse) String

func (m *BalancesResponse) String() string

func (*BalancesResponse) Unmarshal

func (m *BalancesResponse) Unmarshal(dAtA []byte) error

func (*BalancesResponse) XXX_DiscardUnknown

func (m *BalancesResponse) XXX_DiscardUnknown()

func (*BalancesResponse) XXX_Marshal

func (m *BalancesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BalancesResponse) XXX_Merge

func (m *BalancesResponse) XXX_Merge(src proto.Message)

func (*BalancesResponse) XXX_Size

func (m *BalancesResponse) XXX_Size() int

func (*BalancesResponse) XXX_Unmarshal

func (m *BalancesResponse) XXX_Unmarshal(b []byte) error

type BroadcastTransactionRequest

type BroadcastTransactionRequest struct {
	// The transaction to broadcast.
	Transaction *v1alpha1.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	// If true, wait for the view service to detect the transaction during sync.
	AwaitDetection bool `protobuf:"varint,2,opt,name=await_detection,json=awaitDetection,proto3" json:"await_detection,omitempty"`
}

func (*BroadcastTransactionRequest) Descriptor

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

func (*BroadcastTransactionRequest) GetAwaitDetection

func (m *BroadcastTransactionRequest) GetAwaitDetection() bool

func (*BroadcastTransactionRequest) GetTransaction

func (m *BroadcastTransactionRequest) GetTransaction() *v1alpha1.Transaction

func (*BroadcastTransactionRequest) Marshal

func (m *BroadcastTransactionRequest) Marshal() (dAtA []byte, err error)

func (*BroadcastTransactionRequest) MarshalTo

func (m *BroadcastTransactionRequest) MarshalTo(dAtA []byte) (int, error)

func (*BroadcastTransactionRequest) MarshalToSizedBuffer

func (m *BroadcastTransactionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BroadcastTransactionRequest) ProtoMessage

func (*BroadcastTransactionRequest) ProtoMessage()

func (*BroadcastTransactionRequest) Reset

func (m *BroadcastTransactionRequest) Reset()

func (*BroadcastTransactionRequest) Size

func (m *BroadcastTransactionRequest) Size() (n int)

func (*BroadcastTransactionRequest) String

func (m *BroadcastTransactionRequest) String() string

func (*BroadcastTransactionRequest) Unmarshal

func (m *BroadcastTransactionRequest) Unmarshal(dAtA []byte) error

func (*BroadcastTransactionRequest) XXX_DiscardUnknown

func (m *BroadcastTransactionRequest) XXX_DiscardUnknown()

func (*BroadcastTransactionRequest) XXX_Marshal

func (m *BroadcastTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BroadcastTransactionRequest) XXX_Merge

func (m *BroadcastTransactionRequest) XXX_Merge(src proto.Message)

func (*BroadcastTransactionRequest) XXX_Size

func (m *BroadcastTransactionRequest) XXX_Size() int

func (*BroadcastTransactionRequest) XXX_Unmarshal

func (m *BroadcastTransactionRequest) XXX_Unmarshal(b []byte) error

type BroadcastTransactionResponse

type BroadcastTransactionResponse struct {
	// The hash of the transaction that was broadcast.
	Id *v1alpha11.TransactionId `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The height in which the transaction was detected as included in the chain, if any.
	// Will not be included unless await_detection was true.
	DetectionHeight uint64 `protobuf:"varint,2,opt,name=detection_height,json=detectionHeight,proto3" json:"detection_height,omitempty"`
}

func (*BroadcastTransactionResponse) Descriptor

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

func (*BroadcastTransactionResponse) GetDetectionHeight

func (m *BroadcastTransactionResponse) GetDetectionHeight() uint64

func (*BroadcastTransactionResponse) GetId

func (*BroadcastTransactionResponse) Marshal

func (m *BroadcastTransactionResponse) Marshal() (dAtA []byte, err error)

func (*BroadcastTransactionResponse) MarshalTo

func (m *BroadcastTransactionResponse) MarshalTo(dAtA []byte) (int, error)

func (*BroadcastTransactionResponse) MarshalToSizedBuffer

func (m *BroadcastTransactionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BroadcastTransactionResponse) ProtoMessage

func (*BroadcastTransactionResponse) ProtoMessage()

func (*BroadcastTransactionResponse) Reset

func (m *BroadcastTransactionResponse) Reset()

func (*BroadcastTransactionResponse) Size

func (m *BroadcastTransactionResponse) Size() (n int)

func (*BroadcastTransactionResponse) String

func (*BroadcastTransactionResponse) Unmarshal

func (m *BroadcastTransactionResponse) Unmarshal(dAtA []byte) error

func (*BroadcastTransactionResponse) XXX_DiscardUnknown

func (m *BroadcastTransactionResponse) XXX_DiscardUnknown()

func (*BroadcastTransactionResponse) XXX_Marshal

func (m *BroadcastTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BroadcastTransactionResponse) XXX_Merge

func (m *BroadcastTransactionResponse) XXX_Merge(src proto.Message)

func (*BroadcastTransactionResponse) XXX_Size

func (m *BroadcastTransactionResponse) XXX_Size() int

func (*BroadcastTransactionResponse) XXX_Unmarshal

func (m *BroadcastTransactionResponse) XXX_Unmarshal(b []byte) error

type EphemeralAddressRequest

type EphemeralAddressRequest struct {
	AddressIndex   *v1alpha13.AddressIndex `protobuf:"bytes,1,opt,name=address_index,json=addressIndex,proto3" json:"address_index,omitempty"`
	DisplayConfirm bool                    `protobuf:"varint,2,opt,name=display_confirm,json=displayConfirm,proto3" json:"display_confirm,omitempty"`
}

func (*EphemeralAddressRequest) Descriptor

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

func (*EphemeralAddressRequest) GetAddressIndex

func (m *EphemeralAddressRequest) GetAddressIndex() *v1alpha13.AddressIndex

func (*EphemeralAddressRequest) GetDisplayConfirm

func (m *EphemeralAddressRequest) GetDisplayConfirm() bool

func (*EphemeralAddressRequest) Marshal

func (m *EphemeralAddressRequest) Marshal() (dAtA []byte, err error)

func (*EphemeralAddressRequest) MarshalTo

func (m *EphemeralAddressRequest) MarshalTo(dAtA []byte) (int, error)

func (*EphemeralAddressRequest) MarshalToSizedBuffer

func (m *EphemeralAddressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EphemeralAddressRequest) ProtoMessage

func (*EphemeralAddressRequest) ProtoMessage()

func (*EphemeralAddressRequest) Reset

func (m *EphemeralAddressRequest) Reset()

func (*EphemeralAddressRequest) Size

func (m *EphemeralAddressRequest) Size() (n int)

func (*EphemeralAddressRequest) String

func (m *EphemeralAddressRequest) String() string

func (*EphemeralAddressRequest) Unmarshal

func (m *EphemeralAddressRequest) Unmarshal(dAtA []byte) error

func (*EphemeralAddressRequest) XXX_DiscardUnknown

func (m *EphemeralAddressRequest) XXX_DiscardUnknown()

func (*EphemeralAddressRequest) XXX_Marshal

func (m *EphemeralAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EphemeralAddressRequest) XXX_Merge

func (m *EphemeralAddressRequest) XXX_Merge(src proto.Message)

func (*EphemeralAddressRequest) XXX_Size

func (m *EphemeralAddressRequest) XXX_Size() int

func (*EphemeralAddressRequest) XXX_Unmarshal

func (m *EphemeralAddressRequest) XXX_Unmarshal(b []byte) error

type EphemeralAddressResponse

type EphemeralAddressResponse struct {
	Address *v1alpha13.Address `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
}

func (*EphemeralAddressResponse) Descriptor

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

func (*EphemeralAddressResponse) GetAddress

func (m *EphemeralAddressResponse) GetAddress() *v1alpha13.Address

func (*EphemeralAddressResponse) Marshal

func (m *EphemeralAddressResponse) Marshal() (dAtA []byte, err error)

func (*EphemeralAddressResponse) MarshalTo

func (m *EphemeralAddressResponse) MarshalTo(dAtA []byte) (int, error)

func (*EphemeralAddressResponse) MarshalToSizedBuffer

func (m *EphemeralAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*EphemeralAddressResponse) ProtoMessage

func (*EphemeralAddressResponse) ProtoMessage()

func (*EphemeralAddressResponse) Reset

func (m *EphemeralAddressResponse) Reset()

func (*EphemeralAddressResponse) Size

func (m *EphemeralAddressResponse) Size() (n int)

func (*EphemeralAddressResponse) String

func (m *EphemeralAddressResponse) String() string

func (*EphemeralAddressResponse) Unmarshal

func (m *EphemeralAddressResponse) Unmarshal(dAtA []byte) error

func (*EphemeralAddressResponse) XXX_DiscardUnknown

func (m *EphemeralAddressResponse) XXX_DiscardUnknown()

func (*EphemeralAddressResponse) XXX_Marshal

func (m *EphemeralAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EphemeralAddressResponse) XXX_Merge

func (m *EphemeralAddressResponse) XXX_Merge(src proto.Message)

func (*EphemeralAddressResponse) XXX_Size

func (m *EphemeralAddressResponse) XXX_Size() int

func (*EphemeralAddressResponse) XXX_Unmarshal

func (m *EphemeralAddressResponse) XXX_Unmarshal(b []byte) error

type FMDParametersRequest

type FMDParametersRequest struct {
}

Requests the current FMD parameters from the view service.

func (*FMDParametersRequest) Descriptor

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

func (*FMDParametersRequest) Marshal

func (m *FMDParametersRequest) Marshal() (dAtA []byte, err error)

func (*FMDParametersRequest) MarshalTo

func (m *FMDParametersRequest) MarshalTo(dAtA []byte) (int, error)

func (*FMDParametersRequest) MarshalToSizedBuffer

func (m *FMDParametersRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FMDParametersRequest) ProtoMessage

func (*FMDParametersRequest) ProtoMessage()

func (*FMDParametersRequest) Reset

func (m *FMDParametersRequest) Reset()

func (*FMDParametersRequest) Size

func (m *FMDParametersRequest) Size() (n int)

func (*FMDParametersRequest) String

func (m *FMDParametersRequest) String() string

func (*FMDParametersRequest) Unmarshal

func (m *FMDParametersRequest) Unmarshal(dAtA []byte) error

func (*FMDParametersRequest) XXX_DiscardUnknown

func (m *FMDParametersRequest) XXX_DiscardUnknown()

func (*FMDParametersRequest) XXX_Marshal

func (m *FMDParametersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FMDParametersRequest) XXX_Merge

func (m *FMDParametersRequest) XXX_Merge(src proto.Message)

func (*FMDParametersRequest) XXX_Size

func (m *FMDParametersRequest) XXX_Size() int

func (*FMDParametersRequest) XXX_Unmarshal

func (m *FMDParametersRequest) XXX_Unmarshal(b []byte) error

type FMDParametersResponse

type FMDParametersResponse struct {
	Parameters *v1alpha111.FmdParameters `protobuf:"bytes,1,opt,name=parameters,proto3" json:"parameters,omitempty"`
}

func (*FMDParametersResponse) Descriptor

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

func (*FMDParametersResponse) GetParameters

func (m *FMDParametersResponse) GetParameters() *v1alpha111.FmdParameters

func (*FMDParametersResponse) Marshal

func (m *FMDParametersResponse) Marshal() (dAtA []byte, err error)

func (*FMDParametersResponse) MarshalTo

func (m *FMDParametersResponse) MarshalTo(dAtA []byte) (int, error)

func (*FMDParametersResponse) MarshalToSizedBuffer

func (m *FMDParametersResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FMDParametersResponse) ProtoMessage

func (*FMDParametersResponse) ProtoMessage()

func (*FMDParametersResponse) Reset

func (m *FMDParametersResponse) Reset()

func (*FMDParametersResponse) Size

func (m *FMDParametersResponse) Size() (n int)

func (*FMDParametersResponse) String

func (m *FMDParametersResponse) String() string

func (*FMDParametersResponse) Unmarshal

func (m *FMDParametersResponse) Unmarshal(dAtA []byte) error

func (*FMDParametersResponse) XXX_DiscardUnknown

func (m *FMDParametersResponse) XXX_DiscardUnknown()

func (*FMDParametersResponse) XXX_Marshal

func (m *FMDParametersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FMDParametersResponse) XXX_Merge

func (m *FMDParametersResponse) XXX_Merge(src proto.Message)

func (*FMDParametersResponse) XXX_Size

func (m *FMDParametersResponse) XXX_Size() int

func (*FMDParametersResponse) XXX_Unmarshal

func (m *FMDParametersResponse) XXX_Unmarshal(b []byte) error

type GasPricesRequest added in v2.5.0

type GasPricesRequest struct {
}

Requests the current gas prices from the view service.

func (*GasPricesRequest) Descriptor added in v2.5.0

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

func (*GasPricesRequest) Marshal added in v2.5.0

func (m *GasPricesRequest) Marshal() (dAtA []byte, err error)

func (*GasPricesRequest) MarshalTo added in v2.5.0

func (m *GasPricesRequest) MarshalTo(dAtA []byte) (int, error)

func (*GasPricesRequest) MarshalToSizedBuffer added in v2.5.0

func (m *GasPricesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GasPricesRequest) ProtoMessage added in v2.5.0

func (*GasPricesRequest) ProtoMessage()

func (*GasPricesRequest) Reset added in v2.5.0

func (m *GasPricesRequest) Reset()

func (*GasPricesRequest) Size added in v2.5.0

func (m *GasPricesRequest) Size() (n int)

func (*GasPricesRequest) String added in v2.5.0

func (m *GasPricesRequest) String() string

func (*GasPricesRequest) Unmarshal added in v2.5.0

func (m *GasPricesRequest) Unmarshal(dAtA []byte) error

func (*GasPricesRequest) XXX_DiscardUnknown added in v2.5.0

func (m *GasPricesRequest) XXX_DiscardUnknown()

func (*GasPricesRequest) XXX_Marshal added in v2.5.0

func (m *GasPricesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GasPricesRequest) XXX_Merge added in v2.5.0

func (m *GasPricesRequest) XXX_Merge(src proto.Message)

func (*GasPricesRequest) XXX_Size added in v2.5.0

func (m *GasPricesRequest) XXX_Size() int

func (*GasPricesRequest) XXX_Unmarshal added in v2.5.0

func (m *GasPricesRequest) XXX_Unmarshal(b []byte) error

type GasPricesResponse added in v2.5.0

type GasPricesResponse struct {
	GasPrices *v1alpha12.GasPrices `protobuf:"bytes,1,opt,name=gas_prices,json=gasPrices,proto3" json:"gas_prices,omitempty"`
}

func (*GasPricesResponse) Descriptor added in v2.5.0

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

func (*GasPricesResponse) GetGasPrices added in v2.5.0

func (m *GasPricesResponse) GetGasPrices() *v1alpha12.GasPrices

func (*GasPricesResponse) Marshal added in v2.5.0

func (m *GasPricesResponse) Marshal() (dAtA []byte, err error)

func (*GasPricesResponse) MarshalTo added in v2.5.0

func (m *GasPricesResponse) MarshalTo(dAtA []byte) (int, error)

func (*GasPricesResponse) MarshalToSizedBuffer added in v2.5.0

func (m *GasPricesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GasPricesResponse) ProtoMessage added in v2.5.0

func (*GasPricesResponse) ProtoMessage()

func (*GasPricesResponse) Reset added in v2.5.0

func (m *GasPricesResponse) Reset()

func (*GasPricesResponse) Size added in v2.5.0

func (m *GasPricesResponse) Size() (n int)

func (*GasPricesResponse) String added in v2.5.0

func (m *GasPricesResponse) String() string

func (*GasPricesResponse) Unmarshal added in v2.5.0

func (m *GasPricesResponse) Unmarshal(dAtA []byte) error

func (*GasPricesResponse) XXX_DiscardUnknown added in v2.5.0

func (m *GasPricesResponse) XXX_DiscardUnknown()

func (*GasPricesResponse) XXX_Marshal added in v2.5.0

func (m *GasPricesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GasPricesResponse) XXX_Merge added in v2.5.0

func (m *GasPricesResponse) XXX_Merge(src proto.Message)

func (*GasPricesResponse) XXX_Size added in v2.5.0

func (m *GasPricesResponse) XXX_Size() int

func (*GasPricesResponse) XXX_Unmarshal added in v2.5.0

func (m *GasPricesResponse) XXX_Unmarshal(b []byte) error

type IndexByAddressRequest

type IndexByAddressRequest struct {
	Address *v1alpha13.Address `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
}

func (*IndexByAddressRequest) Descriptor

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

func (*IndexByAddressRequest) GetAddress

func (m *IndexByAddressRequest) GetAddress() *v1alpha13.Address

func (*IndexByAddressRequest) Marshal

func (m *IndexByAddressRequest) Marshal() (dAtA []byte, err error)

func (*IndexByAddressRequest) MarshalTo

func (m *IndexByAddressRequest) MarshalTo(dAtA []byte) (int, error)

func (*IndexByAddressRequest) MarshalToSizedBuffer

func (m *IndexByAddressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IndexByAddressRequest) ProtoMessage

func (*IndexByAddressRequest) ProtoMessage()

func (*IndexByAddressRequest) Reset

func (m *IndexByAddressRequest) Reset()

func (*IndexByAddressRequest) Size

func (m *IndexByAddressRequest) Size() (n int)

func (*IndexByAddressRequest) String

func (m *IndexByAddressRequest) String() string

func (*IndexByAddressRequest) Unmarshal

func (m *IndexByAddressRequest) Unmarshal(dAtA []byte) error

func (*IndexByAddressRequest) XXX_DiscardUnknown

func (m *IndexByAddressRequest) XXX_DiscardUnknown()

func (*IndexByAddressRequest) XXX_Marshal

func (m *IndexByAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IndexByAddressRequest) XXX_Merge

func (m *IndexByAddressRequest) XXX_Merge(src proto.Message)

func (*IndexByAddressRequest) XXX_Size

func (m *IndexByAddressRequest) XXX_Size() int

func (*IndexByAddressRequest) XXX_Unmarshal

func (m *IndexByAddressRequest) XXX_Unmarshal(b []byte) error

type IndexByAddressResponse

type IndexByAddressResponse struct {
	// Will be absent if given an address not viewable by this viewing service
	AddressIndex *v1alpha13.AddressIndex `protobuf:"bytes,1,opt,name=address_index,json=addressIndex,proto3" json:"address_index,omitempty"`
}

func (*IndexByAddressResponse) Descriptor

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

func (*IndexByAddressResponse) GetAddressIndex

func (m *IndexByAddressResponse) GetAddressIndex() *v1alpha13.AddressIndex

func (*IndexByAddressResponse) Marshal

func (m *IndexByAddressResponse) Marshal() (dAtA []byte, err error)

func (*IndexByAddressResponse) MarshalTo

func (m *IndexByAddressResponse) MarshalTo(dAtA []byte) (int, error)

func (*IndexByAddressResponse) MarshalToSizedBuffer

func (m *IndexByAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*IndexByAddressResponse) ProtoMessage

func (*IndexByAddressResponse) ProtoMessage()

func (*IndexByAddressResponse) Reset

func (m *IndexByAddressResponse) Reset()

func (*IndexByAddressResponse) Size

func (m *IndexByAddressResponse) Size() (n int)

func (*IndexByAddressResponse) String

func (m *IndexByAddressResponse) String() string

func (*IndexByAddressResponse) Unmarshal

func (m *IndexByAddressResponse) Unmarshal(dAtA []byte) error

func (*IndexByAddressResponse) XXX_DiscardUnknown

func (m *IndexByAddressResponse) XXX_DiscardUnknown()

func (*IndexByAddressResponse) XXX_Marshal

func (m *IndexByAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IndexByAddressResponse) XXX_Merge

func (m *IndexByAddressResponse) XXX_Merge(src proto.Message)

func (*IndexByAddressResponse) XXX_Size

func (m *IndexByAddressResponse) XXX_Size() int

func (*IndexByAddressResponse) XXX_Unmarshal

func (m *IndexByAddressResponse) XXX_Unmarshal(b []byte) error

type NoteByCommitmentRequest

type NoteByCommitmentRequest struct {
	NoteCommitment *v1alpha16.StateCommitment `protobuf:"bytes,2,opt,name=note_commitment,json=noteCommitment,proto3" json:"note_commitment,omitempty"`
	// If set to true, waits to return until the requested note is detected.
	AwaitDetection bool `protobuf:"varint,3,opt,name=await_detection,json=awaitDetection,proto3" json:"await_detection,omitempty"`
}

func (*NoteByCommitmentRequest) Descriptor

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

func (*NoteByCommitmentRequest) GetAwaitDetection

func (m *NoteByCommitmentRequest) GetAwaitDetection() bool

func (*NoteByCommitmentRequest) GetNoteCommitment

func (m *NoteByCommitmentRequest) GetNoteCommitment() *v1alpha16.StateCommitment

func (*NoteByCommitmentRequest) Marshal

func (m *NoteByCommitmentRequest) Marshal() (dAtA []byte, err error)

func (*NoteByCommitmentRequest) MarshalTo

func (m *NoteByCommitmentRequest) MarshalTo(dAtA []byte) (int, error)

func (*NoteByCommitmentRequest) MarshalToSizedBuffer

func (m *NoteByCommitmentRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NoteByCommitmentRequest) ProtoMessage

func (*NoteByCommitmentRequest) ProtoMessage()

func (*NoteByCommitmentRequest) Reset

func (m *NoteByCommitmentRequest) Reset()

func (*NoteByCommitmentRequest) Size

func (m *NoteByCommitmentRequest) Size() (n int)

func (*NoteByCommitmentRequest) String

func (m *NoteByCommitmentRequest) String() string

func (*NoteByCommitmentRequest) Unmarshal

func (m *NoteByCommitmentRequest) Unmarshal(dAtA []byte) error

func (*NoteByCommitmentRequest) XXX_DiscardUnknown

func (m *NoteByCommitmentRequest) XXX_DiscardUnknown()

func (*NoteByCommitmentRequest) XXX_Marshal

func (m *NoteByCommitmentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NoteByCommitmentRequest) XXX_Merge

func (m *NoteByCommitmentRequest) XXX_Merge(src proto.Message)

func (*NoteByCommitmentRequest) XXX_Size

func (m *NoteByCommitmentRequest) XXX_Size() int

func (*NoteByCommitmentRequest) XXX_Unmarshal

func (m *NoteByCommitmentRequest) XXX_Unmarshal(b []byte) error

type NoteByCommitmentResponse

type NoteByCommitmentResponse struct {
	SpendableNote *SpendableNoteRecord `protobuf:"bytes,1,opt,name=spendable_note,json=spendableNote,proto3" json:"spendable_note,omitempty"`
}

func (*NoteByCommitmentResponse) Descriptor

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

func (*NoteByCommitmentResponse) GetSpendableNote

func (m *NoteByCommitmentResponse) GetSpendableNote() *SpendableNoteRecord

func (*NoteByCommitmentResponse) Marshal

func (m *NoteByCommitmentResponse) Marshal() (dAtA []byte, err error)

func (*NoteByCommitmentResponse) MarshalTo

func (m *NoteByCommitmentResponse) MarshalTo(dAtA []byte) (int, error)

func (*NoteByCommitmentResponse) MarshalToSizedBuffer

func (m *NoteByCommitmentResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NoteByCommitmentResponse) ProtoMessage

func (*NoteByCommitmentResponse) ProtoMessage()

func (*NoteByCommitmentResponse) Reset

func (m *NoteByCommitmentResponse) Reset()

func (*NoteByCommitmentResponse) Size

func (m *NoteByCommitmentResponse) Size() (n int)

func (*NoteByCommitmentResponse) String

func (m *NoteByCommitmentResponse) String() string

func (*NoteByCommitmentResponse) Unmarshal

func (m *NoteByCommitmentResponse) Unmarshal(dAtA []byte) error

func (*NoteByCommitmentResponse) XXX_DiscardUnknown

func (m *NoteByCommitmentResponse) XXX_DiscardUnknown()

func (*NoteByCommitmentResponse) XXX_Marshal

func (m *NoteByCommitmentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NoteByCommitmentResponse) XXX_Merge

func (m *NoteByCommitmentResponse) XXX_Merge(src proto.Message)

func (*NoteByCommitmentResponse) XXX_Size

func (m *NoteByCommitmentResponse) XXX_Size() int

func (*NoteByCommitmentResponse) XXX_Unmarshal

func (m *NoteByCommitmentResponse) XXX_Unmarshal(b []byte) error

type NotesForVotingRequest

type NotesForVotingRequest struct {
	// The starting height of the proposal.
	VotableAtHeight uint64 `protobuf:"varint,1,opt,name=votable_at_height,json=votableAtHeight,proto3" json:"votable_at_height,omitempty"`
	// If set, only return notes with the specified asset id.
	AddressIndex *v1alpha13.AddressIndex `protobuf:"bytes,3,opt,name=address_index,json=addressIndex,proto3" json:"address_index,omitempty"`
}

A query for notes to be used for voting on a proposal.

func (*NotesForVotingRequest) Descriptor

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

func (*NotesForVotingRequest) GetAddressIndex

func (m *NotesForVotingRequest) GetAddressIndex() *v1alpha13.AddressIndex

func (*NotesForVotingRequest) GetVotableAtHeight

func (m *NotesForVotingRequest) GetVotableAtHeight() uint64

func (*NotesForVotingRequest) Marshal

func (m *NotesForVotingRequest) Marshal() (dAtA []byte, err error)

func (*NotesForVotingRequest) MarshalTo

func (m *NotesForVotingRequest) MarshalTo(dAtA []byte) (int, error)

func (*NotesForVotingRequest) MarshalToSizedBuffer

func (m *NotesForVotingRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotesForVotingRequest) ProtoMessage

func (*NotesForVotingRequest) ProtoMessage()

func (*NotesForVotingRequest) Reset

func (m *NotesForVotingRequest) Reset()

func (*NotesForVotingRequest) Size

func (m *NotesForVotingRequest) Size() (n int)

func (*NotesForVotingRequest) String

func (m *NotesForVotingRequest) String() string

func (*NotesForVotingRequest) Unmarshal

func (m *NotesForVotingRequest) Unmarshal(dAtA []byte) error

func (*NotesForVotingRequest) XXX_DiscardUnknown

func (m *NotesForVotingRequest) XXX_DiscardUnknown()

func (*NotesForVotingRequest) XXX_Marshal

func (m *NotesForVotingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotesForVotingRequest) XXX_Merge

func (m *NotesForVotingRequest) XXX_Merge(src proto.Message)

func (*NotesForVotingRequest) XXX_Size

func (m *NotesForVotingRequest) XXX_Size() int

func (*NotesForVotingRequest) XXX_Unmarshal

func (m *NotesForVotingRequest) XXX_Unmarshal(b []byte) error

type NotesForVotingResponse

type NotesForVotingResponse struct {
	NoteRecord  *SpendableNoteRecord   `protobuf:"bytes,1,opt,name=note_record,json=noteRecord,proto3" json:"note_record,omitempty"`
	IdentityKey *v1alpha13.IdentityKey `protobuf:"bytes,2,opt,name=identity_key,json=identityKey,proto3" json:"identity_key,omitempty"`
}

func (*NotesForVotingResponse) Descriptor

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

func (*NotesForVotingResponse) GetIdentityKey

func (m *NotesForVotingResponse) GetIdentityKey() *v1alpha13.IdentityKey

func (*NotesForVotingResponse) GetNoteRecord

func (m *NotesForVotingResponse) GetNoteRecord() *SpendableNoteRecord

func (*NotesForVotingResponse) Marshal

func (m *NotesForVotingResponse) Marshal() (dAtA []byte, err error)

func (*NotesForVotingResponse) MarshalTo

func (m *NotesForVotingResponse) MarshalTo(dAtA []byte) (int, error)

func (*NotesForVotingResponse) MarshalToSizedBuffer

func (m *NotesForVotingResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotesForVotingResponse) ProtoMessage

func (*NotesForVotingResponse) ProtoMessage()

func (*NotesForVotingResponse) Reset

func (m *NotesForVotingResponse) Reset()

func (*NotesForVotingResponse) Size

func (m *NotesForVotingResponse) Size() (n int)

func (*NotesForVotingResponse) String

func (m *NotesForVotingResponse) String() string

func (*NotesForVotingResponse) Unmarshal

func (m *NotesForVotingResponse) Unmarshal(dAtA []byte) error

func (*NotesForVotingResponse) XXX_DiscardUnknown

func (m *NotesForVotingResponse) XXX_DiscardUnknown()

func (*NotesForVotingResponse) XXX_Marshal

func (m *NotesForVotingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotesForVotingResponse) XXX_Merge

func (m *NotesForVotingResponse) XXX_Merge(src proto.Message)

func (*NotesForVotingResponse) XXX_Size

func (m *NotesForVotingResponse) XXX_Size() int

func (*NotesForVotingResponse) XXX_Unmarshal

func (m *NotesForVotingResponse) XXX_Unmarshal(b []byte) error

type NotesRequest

type NotesRequest struct {
	// If set, return spent notes as well as unspent notes.
	IncludeSpent bool `protobuf:"varint,2,opt,name=include_spent,json=includeSpent,proto3" json:"include_spent,omitempty"`
	// If set, only return notes with the specified asset id.
	AssetId *v1alpha15.AssetId `protobuf:"bytes,3,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"`
	// If set, only return notes with the specified address incore.component.dex.v1alpha1.
	AddressIndex *v1alpha13.AddressIndex `protobuf:"bytes,4,opt,name=address_index,json=addressIndex,proto3" json:"address_index,omitempty"`
	// If set, stop returning notes once the total exceeds this amount.
	//
	// Ignored if `asset_id` is unset or if `include_spent` is set.
	AmountToSpend *v1alpha17.Amount `protobuf:"bytes,6,opt,name=amount_to_spend,json=amountToSpend,proto3" json:"amount_to_spend,omitempty"`
}

A query for notes known by the view service.

This message uses the fact that all proto fields are optional to allow various filtering on the returned notes.

func (*NotesRequest) Descriptor

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

func (*NotesRequest) GetAddressIndex

func (m *NotesRequest) GetAddressIndex() *v1alpha13.AddressIndex

func (*NotesRequest) GetAmountToSpend

func (m *NotesRequest) GetAmountToSpend() *v1alpha17.Amount

func (*NotesRequest) GetAssetId

func (m *NotesRequest) GetAssetId() *v1alpha15.AssetId

func (*NotesRequest) GetIncludeSpent

func (m *NotesRequest) GetIncludeSpent() bool

func (*NotesRequest) Marshal

func (m *NotesRequest) Marshal() (dAtA []byte, err error)

func (*NotesRequest) MarshalTo

func (m *NotesRequest) MarshalTo(dAtA []byte) (int, error)

func (*NotesRequest) MarshalToSizedBuffer

func (m *NotesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotesRequest) ProtoMessage

func (*NotesRequest) ProtoMessage()

func (*NotesRequest) Reset

func (m *NotesRequest) Reset()

func (*NotesRequest) Size

func (m *NotesRequest) Size() (n int)

func (*NotesRequest) String

func (m *NotesRequest) String() string

func (*NotesRequest) Unmarshal

func (m *NotesRequest) Unmarshal(dAtA []byte) error

func (*NotesRequest) XXX_DiscardUnknown

func (m *NotesRequest) XXX_DiscardUnknown()

func (*NotesRequest) XXX_Marshal

func (m *NotesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotesRequest) XXX_Merge

func (m *NotesRequest) XXX_Merge(src proto.Message)

func (*NotesRequest) XXX_Size

func (m *NotesRequest) XXX_Size() int

func (*NotesRequest) XXX_Unmarshal

func (m *NotesRequest) XXX_Unmarshal(b []byte) error

type NotesResponse

type NotesResponse struct {
	NoteRecord *SpendableNoteRecord `protobuf:"bytes,1,opt,name=note_record,json=noteRecord,proto3" json:"note_record,omitempty"`
}

func (*NotesResponse) Descriptor

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

func (*NotesResponse) GetNoteRecord

func (m *NotesResponse) GetNoteRecord() *SpendableNoteRecord

func (*NotesResponse) Marshal

func (m *NotesResponse) Marshal() (dAtA []byte, err error)

func (*NotesResponse) MarshalTo

func (m *NotesResponse) MarshalTo(dAtA []byte) (int, error)

func (*NotesResponse) MarshalToSizedBuffer

func (m *NotesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NotesResponse) ProtoMessage

func (*NotesResponse) ProtoMessage()

func (*NotesResponse) Reset

func (m *NotesResponse) Reset()

func (*NotesResponse) Size

func (m *NotesResponse) Size() (n int)

func (*NotesResponse) String

func (m *NotesResponse) String() string

func (*NotesResponse) Unmarshal

func (m *NotesResponse) Unmarshal(dAtA []byte) error

func (*NotesResponse) XXX_DiscardUnknown

func (m *NotesResponse) XXX_DiscardUnknown()

func (*NotesResponse) XXX_Marshal

func (m *NotesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotesResponse) XXX_Merge

func (m *NotesResponse) XXX_Merge(src proto.Message)

func (*NotesResponse) XXX_Size

func (m *NotesResponse) XXX_Size() int

func (*NotesResponse) XXX_Unmarshal

func (m *NotesResponse) XXX_Unmarshal(b []byte) error

type NullifierStatusRequest

type NullifierStatusRequest struct {
	Nullifier      *v1alpha112.Nullifier `protobuf:"bytes,2,opt,name=nullifier,proto3" json:"nullifier,omitempty"`
	AwaitDetection bool                  `protobuf:"varint,3,opt,name=await_detection,json=awaitDetection,proto3" json:"await_detection,omitempty"`
}

func (*NullifierStatusRequest) Descriptor

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

func (*NullifierStatusRequest) GetAwaitDetection

func (m *NullifierStatusRequest) GetAwaitDetection() bool

func (*NullifierStatusRequest) GetNullifier

func (m *NullifierStatusRequest) GetNullifier() *v1alpha112.Nullifier

func (*NullifierStatusRequest) Marshal

func (m *NullifierStatusRequest) Marshal() (dAtA []byte, err error)

func (*NullifierStatusRequest) MarshalTo

func (m *NullifierStatusRequest) MarshalTo(dAtA []byte) (int, error)

func (*NullifierStatusRequest) MarshalToSizedBuffer

func (m *NullifierStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NullifierStatusRequest) ProtoMessage

func (*NullifierStatusRequest) ProtoMessage()

func (*NullifierStatusRequest) Reset

func (m *NullifierStatusRequest) Reset()

func (*NullifierStatusRequest) Size

func (m *NullifierStatusRequest) Size() (n int)

func (*NullifierStatusRequest) String

func (m *NullifierStatusRequest) String() string

func (*NullifierStatusRequest) Unmarshal

func (m *NullifierStatusRequest) Unmarshal(dAtA []byte) error

func (*NullifierStatusRequest) XXX_DiscardUnknown

func (m *NullifierStatusRequest) XXX_DiscardUnknown()

func (*NullifierStatusRequest) XXX_Marshal

func (m *NullifierStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NullifierStatusRequest) XXX_Merge

func (m *NullifierStatusRequest) XXX_Merge(src proto.Message)

func (*NullifierStatusRequest) XXX_Size

func (m *NullifierStatusRequest) XXX_Size() int

func (*NullifierStatusRequest) XXX_Unmarshal

func (m *NullifierStatusRequest) XXX_Unmarshal(b []byte) error

type NullifierStatusResponse

type NullifierStatusResponse struct {
	Spent bool `protobuf:"varint,1,opt,name=spent,proto3" json:"spent,omitempty"`
}

func (*NullifierStatusResponse) Descriptor

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

func (*NullifierStatusResponse) GetSpent

func (m *NullifierStatusResponse) GetSpent() bool

func (*NullifierStatusResponse) Marshal

func (m *NullifierStatusResponse) Marshal() (dAtA []byte, err error)

func (*NullifierStatusResponse) MarshalTo

func (m *NullifierStatusResponse) MarshalTo(dAtA []byte) (int, error)

func (*NullifierStatusResponse) MarshalToSizedBuffer

func (m *NullifierStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NullifierStatusResponse) ProtoMessage

func (*NullifierStatusResponse) ProtoMessage()

func (*NullifierStatusResponse) Reset

func (m *NullifierStatusResponse) Reset()

func (*NullifierStatusResponse) Size

func (m *NullifierStatusResponse) Size() (n int)

func (*NullifierStatusResponse) String

func (m *NullifierStatusResponse) String() string

func (*NullifierStatusResponse) Unmarshal

func (m *NullifierStatusResponse) Unmarshal(dAtA []byte) error

func (*NullifierStatusResponse) XXX_DiscardUnknown

func (m *NullifierStatusResponse) XXX_DiscardUnknown()

func (*NullifierStatusResponse) XXX_Marshal

func (m *NullifierStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NullifierStatusResponse) XXX_Merge

func (m *NullifierStatusResponse) XXX_Merge(src proto.Message)

func (*NullifierStatusResponse) XXX_Size

func (m *NullifierStatusResponse) XXX_Size() int

func (*NullifierStatusResponse) XXX_Unmarshal

func (m *NullifierStatusResponse) XXX_Unmarshal(b []byte) error

type OwnedPositionIdsRequest

type OwnedPositionIdsRequest struct {
	// If present, return only positions with this position state.
	PositionState *v1alpha19.PositionState `protobuf:"bytes,1,opt,name=position_state,json=positionState,proto3" json:"position_state,omitempty"`
	// If present, return only positions for this trading pair.
	TradingPair *v1alpha19.TradingPair `protobuf:"bytes,2,opt,name=trading_pair,json=tradingPair,proto3" json:"trading_pair,omitempty"`
}

func (*OwnedPositionIdsRequest) Descriptor

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

func (*OwnedPositionIdsRequest) GetPositionState

func (m *OwnedPositionIdsRequest) GetPositionState() *v1alpha19.PositionState

func (*OwnedPositionIdsRequest) GetTradingPair

func (m *OwnedPositionIdsRequest) GetTradingPair() *v1alpha19.TradingPair

func (*OwnedPositionIdsRequest) Marshal

func (m *OwnedPositionIdsRequest) Marshal() (dAtA []byte, err error)

func (*OwnedPositionIdsRequest) MarshalTo

func (m *OwnedPositionIdsRequest) MarshalTo(dAtA []byte) (int, error)

func (*OwnedPositionIdsRequest) MarshalToSizedBuffer

func (m *OwnedPositionIdsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OwnedPositionIdsRequest) ProtoMessage

func (*OwnedPositionIdsRequest) ProtoMessage()

func (*OwnedPositionIdsRequest) Reset

func (m *OwnedPositionIdsRequest) Reset()

func (*OwnedPositionIdsRequest) Size

func (m *OwnedPositionIdsRequest) Size() (n int)

func (*OwnedPositionIdsRequest) String

func (m *OwnedPositionIdsRequest) String() string

func (*OwnedPositionIdsRequest) Unmarshal

func (m *OwnedPositionIdsRequest) Unmarshal(dAtA []byte) error

func (*OwnedPositionIdsRequest) XXX_DiscardUnknown

func (m *OwnedPositionIdsRequest) XXX_DiscardUnknown()

func (*OwnedPositionIdsRequest) XXX_Marshal

func (m *OwnedPositionIdsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OwnedPositionIdsRequest) XXX_Merge

func (m *OwnedPositionIdsRequest) XXX_Merge(src proto.Message)

func (*OwnedPositionIdsRequest) XXX_Size

func (m *OwnedPositionIdsRequest) XXX_Size() int

func (*OwnedPositionIdsRequest) XXX_Unmarshal

func (m *OwnedPositionIdsRequest) XXX_Unmarshal(b []byte) error

type OwnedPositionIdsResponse

type OwnedPositionIdsResponse struct {
	PositionId *v1alpha19.PositionId `protobuf:"bytes,1,opt,name=position_id,json=positionId,proto3" json:"position_id,omitempty"`
}

func (*OwnedPositionIdsResponse) Descriptor

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

func (*OwnedPositionIdsResponse) GetPositionId

func (m *OwnedPositionIdsResponse) GetPositionId() *v1alpha19.PositionId

func (*OwnedPositionIdsResponse) Marshal

func (m *OwnedPositionIdsResponse) Marshal() (dAtA []byte, err error)

func (*OwnedPositionIdsResponse) MarshalTo

func (m *OwnedPositionIdsResponse) MarshalTo(dAtA []byte) (int, error)

func (*OwnedPositionIdsResponse) MarshalToSizedBuffer

func (m *OwnedPositionIdsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*OwnedPositionIdsResponse) ProtoMessage

func (*OwnedPositionIdsResponse) ProtoMessage()

func (*OwnedPositionIdsResponse) Reset

func (m *OwnedPositionIdsResponse) Reset()

func (*OwnedPositionIdsResponse) Size

func (m *OwnedPositionIdsResponse) Size() (n int)

func (*OwnedPositionIdsResponse) String

func (m *OwnedPositionIdsResponse) String() string

func (*OwnedPositionIdsResponse) Unmarshal

func (m *OwnedPositionIdsResponse) Unmarshal(dAtA []byte) error

func (*OwnedPositionIdsResponse) XXX_DiscardUnknown

func (m *OwnedPositionIdsResponse) XXX_DiscardUnknown()

func (*OwnedPositionIdsResponse) XXX_Marshal

func (m *OwnedPositionIdsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OwnedPositionIdsResponse) XXX_Merge

func (m *OwnedPositionIdsResponse) XXX_Merge(src proto.Message)

func (*OwnedPositionIdsResponse) XXX_Size

func (m *OwnedPositionIdsResponse) XXX_Size() int

func (*OwnedPositionIdsResponse) XXX_Unmarshal

func (m *OwnedPositionIdsResponse) XXX_Unmarshal(b []byte) error

type SpendableNoteRecord

type SpendableNoteRecord struct {
	// The note commitment, identifying the note.
	NoteCommitment *v1alpha16.StateCommitment `protobuf:"bytes,1,opt,name=note_commitment,json=noteCommitment,proto3" json:"note_commitment,omitempty"`
	// The note plaintext itself.
	Note *v1alpha113.Note `protobuf:"bytes,2,opt,name=note,proto3" json:"note,omitempty"`
	// A precomputed decryption of the note's address incore.component.dex.v1alpha1.
	AddressIndex *v1alpha13.AddressIndex `protobuf:"bytes,3,opt,name=address_index,json=addressIndex,proto3" json:"address_index,omitempty"`
	// The note's nullifier.
	Nullifier *v1alpha112.Nullifier `protobuf:"bytes,4,opt,name=nullifier,proto3" json:"nullifier,omitempty"`
	// The height at which the note was created.
	HeightCreated uint64 `protobuf:"varint,5,opt,name=height_created,json=heightCreated,proto3" json:"height_created,omitempty"`
	// Records whether the note was spent (and if so, at what height).
	HeightSpent uint64 `protobuf:"varint,6,opt,name=height_spent,json=heightSpent,proto3" json:"height_spent,omitempty"`
	// The note position.
	Position uint64 `protobuf:"varint,7,opt,name=position,proto3" json:"position,omitempty"`
	// The source of the note
	Source *v1alpha112.CommitmentSource `protobuf:"bytes,8,opt,name=source,proto3" json:"source,omitempty"`
}

A note plaintext with associated metadata about its status.

func (*SpendableNoteRecord) Descriptor

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

func (*SpendableNoteRecord) GetAddressIndex

func (m *SpendableNoteRecord) GetAddressIndex() *v1alpha13.AddressIndex

func (*SpendableNoteRecord) GetHeightCreated

func (m *SpendableNoteRecord) GetHeightCreated() uint64

func (*SpendableNoteRecord) GetHeightSpent

func (m *SpendableNoteRecord) GetHeightSpent() uint64

func (*SpendableNoteRecord) GetNote

func (m *SpendableNoteRecord) GetNote() *v1alpha113.Note

func (*SpendableNoteRecord) GetNoteCommitment

func (m *SpendableNoteRecord) GetNoteCommitment() *v1alpha16.StateCommitment

func (*SpendableNoteRecord) GetNullifier

func (m *SpendableNoteRecord) GetNullifier() *v1alpha112.Nullifier

func (*SpendableNoteRecord) GetPosition

func (m *SpendableNoteRecord) GetPosition() uint64

func (*SpendableNoteRecord) GetSource

func (*SpendableNoteRecord) Marshal

func (m *SpendableNoteRecord) Marshal() (dAtA []byte, err error)

func (*SpendableNoteRecord) MarshalTo

func (m *SpendableNoteRecord) MarshalTo(dAtA []byte) (int, error)

func (*SpendableNoteRecord) MarshalToSizedBuffer

func (m *SpendableNoteRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SpendableNoteRecord) ProtoMessage

func (*SpendableNoteRecord) ProtoMessage()

func (*SpendableNoteRecord) Reset

func (m *SpendableNoteRecord) Reset()

func (*SpendableNoteRecord) Size

func (m *SpendableNoteRecord) Size() (n int)

func (*SpendableNoteRecord) String

func (m *SpendableNoteRecord) String() string

func (*SpendableNoteRecord) Unmarshal

func (m *SpendableNoteRecord) Unmarshal(dAtA []byte) error

func (*SpendableNoteRecord) XXX_DiscardUnknown

func (m *SpendableNoteRecord) XXX_DiscardUnknown()

func (*SpendableNoteRecord) XXX_Marshal

func (m *SpendableNoteRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SpendableNoteRecord) XXX_Merge

func (m *SpendableNoteRecord) XXX_Merge(src proto.Message)

func (*SpendableNoteRecord) XXX_Size

func (m *SpendableNoteRecord) XXX_Size() int

func (*SpendableNoteRecord) XXX_Unmarshal

func (m *SpendableNoteRecord) XXX_Unmarshal(b []byte) error

type StatusRequest

type StatusRequest struct {
}

Requests sync status of the view service.

func (*StatusRequest) Descriptor

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

func (*StatusRequest) Marshal

func (m *StatusRequest) Marshal() (dAtA []byte, err error)

func (*StatusRequest) MarshalTo

func (m *StatusRequest) MarshalTo(dAtA []byte) (int, error)

func (*StatusRequest) MarshalToSizedBuffer

func (m *StatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StatusRequest) ProtoMessage

func (*StatusRequest) ProtoMessage()

func (*StatusRequest) Reset

func (m *StatusRequest) Reset()

func (*StatusRequest) Size

func (m *StatusRequest) Size() (n int)

func (*StatusRequest) String

func (m *StatusRequest) String() string

func (*StatusRequest) Unmarshal

func (m *StatusRequest) Unmarshal(dAtA []byte) error

func (*StatusRequest) XXX_DiscardUnknown

func (m *StatusRequest) XXX_DiscardUnknown()

func (*StatusRequest) XXX_Marshal

func (m *StatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StatusRequest) XXX_Merge

func (m *StatusRequest) XXX_Merge(src proto.Message)

func (*StatusRequest) XXX_Size

func (m *StatusRequest) XXX_Size() int

func (*StatusRequest) XXX_Unmarshal

func (m *StatusRequest) XXX_Unmarshal(b []byte) error

type StatusResponse

type StatusResponse struct {
	// The height the view service has synchronized to so far when doing a full linear sync
	FullSyncHeight uint64 `protobuf:"varint,1,opt,name=full_sync_height,json=fullSyncHeight,proto3" json:"full_sync_height,omitempty"`
	// The height the view service has synchronized to so far when doing a partial sync
	PartialSyncHeight uint64 `protobuf:"varint,2,opt,name=partial_sync_height,json=partialSyncHeight,proto3" json:"partial_sync_height,omitempty"`
	// Whether the view service is catching up with the chain state
	CatchingUp bool `protobuf:"varint,3,opt,name=catching_up,json=catchingUp,proto3" json:"catching_up,omitempty"`
}

Returns the status of the view service and whether it is synchronized with the chain state.

func (*StatusResponse) Descriptor

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

func (*StatusResponse) GetCatchingUp

func (m *StatusResponse) GetCatchingUp() bool

func (*StatusResponse) GetFullSyncHeight added in v2.5.0

func (m *StatusResponse) GetFullSyncHeight() uint64

func (*StatusResponse) GetPartialSyncHeight added in v2.5.0

func (m *StatusResponse) GetPartialSyncHeight() uint64

func (*StatusResponse) Marshal

func (m *StatusResponse) Marshal() (dAtA []byte, err error)

func (*StatusResponse) MarshalTo

func (m *StatusResponse) MarshalTo(dAtA []byte) (int, error)

func (*StatusResponse) MarshalToSizedBuffer

func (m *StatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StatusResponse) ProtoMessage

func (*StatusResponse) ProtoMessage()

func (*StatusResponse) Reset

func (m *StatusResponse) Reset()

func (*StatusResponse) Size

func (m *StatusResponse) Size() (n int)

func (*StatusResponse) String

func (m *StatusResponse) String() string

func (*StatusResponse) Unmarshal

func (m *StatusResponse) Unmarshal(dAtA []byte) error

func (*StatusResponse) XXX_DiscardUnknown

func (m *StatusResponse) XXX_DiscardUnknown()

func (*StatusResponse) XXX_Marshal

func (m *StatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StatusResponse) XXX_Merge

func (m *StatusResponse) XXX_Merge(src proto.Message)

func (*StatusResponse) XXX_Size

func (m *StatusResponse) XXX_Size() int

func (*StatusResponse) XXX_Unmarshal

func (m *StatusResponse) XXX_Unmarshal(b []byte) error

type StatusStreamRequest

type StatusStreamRequest struct {
}

Requests streaming updates on the sync height until the view service is synchronized.

func (*StatusStreamRequest) Descriptor

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

func (*StatusStreamRequest) Marshal

func (m *StatusStreamRequest) Marshal() (dAtA []byte, err error)

func (*StatusStreamRequest) MarshalTo

func (m *StatusStreamRequest) MarshalTo(dAtA []byte) (int, error)

func (*StatusStreamRequest) MarshalToSizedBuffer

func (m *StatusStreamRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StatusStreamRequest) ProtoMessage

func (*StatusStreamRequest) ProtoMessage()

func (*StatusStreamRequest) Reset

func (m *StatusStreamRequest) Reset()

func (*StatusStreamRequest) Size

func (m *StatusStreamRequest) Size() (n int)

func (*StatusStreamRequest) String

func (m *StatusStreamRequest) String() string

func (*StatusStreamRequest) Unmarshal

func (m *StatusStreamRequest) Unmarshal(dAtA []byte) error

func (*StatusStreamRequest) XXX_DiscardUnknown

func (m *StatusStreamRequest) XXX_DiscardUnknown()

func (*StatusStreamRequest) XXX_Marshal

func (m *StatusStreamRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StatusStreamRequest) XXX_Merge

func (m *StatusStreamRequest) XXX_Merge(src proto.Message)

func (*StatusStreamRequest) XXX_Size

func (m *StatusStreamRequest) XXX_Size() int

func (*StatusStreamRequest) XXX_Unmarshal

func (m *StatusStreamRequest) XXX_Unmarshal(b []byte) error

type StatusStreamResponse

type StatusStreamResponse struct {
	// The latest known block height
	LatestKnownBlockHeight uint64 `` /* 132-byte string literal not displayed */
	// The height the view service has synchronized to so far when doing a full linear sync
	FullSyncHeight uint64 `protobuf:"varint,2,opt,name=full_sync_height,json=fullSyncHeight,proto3" json:"full_sync_height,omitempty"`
	// The height the view service has synchronized to so far when doing a partial sync
	PartialSyncHeight uint64 `protobuf:"varint,3,opt,name=partial_sync_height,json=partialSyncHeight,proto3" json:"partial_sync_height,omitempty"`
}

A streaming sync status update

func (*StatusStreamResponse) Descriptor

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

func (*StatusStreamResponse) GetFullSyncHeight added in v2.5.0

func (m *StatusStreamResponse) GetFullSyncHeight() uint64

func (*StatusStreamResponse) GetLatestKnownBlockHeight

func (m *StatusStreamResponse) GetLatestKnownBlockHeight() uint64

func (*StatusStreamResponse) GetPartialSyncHeight added in v2.5.0

func (m *StatusStreamResponse) GetPartialSyncHeight() uint64

func (*StatusStreamResponse) Marshal

func (m *StatusStreamResponse) Marshal() (dAtA []byte, err error)

func (*StatusStreamResponse) MarshalTo

func (m *StatusStreamResponse) MarshalTo(dAtA []byte) (int, error)

func (*StatusStreamResponse) MarshalToSizedBuffer

func (m *StatusStreamResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*StatusStreamResponse) ProtoMessage

func (*StatusStreamResponse) ProtoMessage()

func (*StatusStreamResponse) Reset

func (m *StatusStreamResponse) Reset()

func (*StatusStreamResponse) Size

func (m *StatusStreamResponse) Size() (n int)

func (*StatusStreamResponse) String

func (m *StatusStreamResponse) String() string

func (*StatusStreamResponse) Unmarshal

func (m *StatusStreamResponse) Unmarshal(dAtA []byte) error

func (*StatusStreamResponse) XXX_DiscardUnknown

func (m *StatusStreamResponse) XXX_DiscardUnknown()

func (*StatusStreamResponse) XXX_Marshal

func (m *StatusStreamResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StatusStreamResponse) XXX_Merge

func (m *StatusStreamResponse) XXX_Merge(src proto.Message)

func (*StatusStreamResponse) XXX_Size

func (m *StatusStreamResponse) XXX_Size() int

func (*StatusStreamResponse) XXX_Unmarshal

func (m *StatusStreamResponse) XXX_Unmarshal(b []byte) error

type SwapByCommitmentRequest

type SwapByCommitmentRequest struct {
	SwapCommitment *v1alpha16.StateCommitment `protobuf:"bytes,2,opt,name=swap_commitment,json=swapCommitment,proto3" json:"swap_commitment,omitempty"`
	// If set to true, waits to return until the requested swap is detected.
	AwaitDetection bool `protobuf:"varint,3,opt,name=await_detection,json=awaitDetection,proto3" json:"await_detection,omitempty"`
}

func (*SwapByCommitmentRequest) Descriptor

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

func (*SwapByCommitmentRequest) GetAwaitDetection

func (m *SwapByCommitmentRequest) GetAwaitDetection() bool

func (*SwapByCommitmentRequest) GetSwapCommitment

func (m *SwapByCommitmentRequest) GetSwapCommitment() *v1alpha16.StateCommitment

func (*SwapByCommitmentRequest) Marshal

func (m *SwapByCommitmentRequest) Marshal() (dAtA []byte, err error)

func (*SwapByCommitmentRequest) MarshalTo

func (m *SwapByCommitmentRequest) MarshalTo(dAtA []byte) (int, error)

func (*SwapByCommitmentRequest) MarshalToSizedBuffer

func (m *SwapByCommitmentRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SwapByCommitmentRequest) ProtoMessage

func (*SwapByCommitmentRequest) ProtoMessage()

func (*SwapByCommitmentRequest) Reset

func (m *SwapByCommitmentRequest) Reset()

func (*SwapByCommitmentRequest) Size

func (m *SwapByCommitmentRequest) Size() (n int)

func (*SwapByCommitmentRequest) String

func (m *SwapByCommitmentRequest) String() string

func (*SwapByCommitmentRequest) Unmarshal

func (m *SwapByCommitmentRequest) Unmarshal(dAtA []byte) error

func (*SwapByCommitmentRequest) XXX_DiscardUnknown

func (m *SwapByCommitmentRequest) XXX_DiscardUnknown()

func (*SwapByCommitmentRequest) XXX_Marshal

func (m *SwapByCommitmentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SwapByCommitmentRequest) XXX_Merge

func (m *SwapByCommitmentRequest) XXX_Merge(src proto.Message)

func (*SwapByCommitmentRequest) XXX_Size

func (m *SwapByCommitmentRequest) XXX_Size() int

func (*SwapByCommitmentRequest) XXX_Unmarshal

func (m *SwapByCommitmentRequest) XXX_Unmarshal(b []byte) error

type SwapByCommitmentResponse

type SwapByCommitmentResponse struct {
	Swap *SwapRecord `protobuf:"bytes,1,opt,name=swap,proto3" json:"swap,omitempty"`
}

func (*SwapByCommitmentResponse) Descriptor

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

func (*SwapByCommitmentResponse) GetSwap

func (m *SwapByCommitmentResponse) GetSwap() *SwapRecord

func (*SwapByCommitmentResponse) Marshal

func (m *SwapByCommitmentResponse) Marshal() (dAtA []byte, err error)

func (*SwapByCommitmentResponse) MarshalTo

func (m *SwapByCommitmentResponse) MarshalTo(dAtA []byte) (int, error)

func (*SwapByCommitmentResponse) MarshalToSizedBuffer

func (m *SwapByCommitmentResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SwapByCommitmentResponse) ProtoMessage

func (*SwapByCommitmentResponse) ProtoMessage()

func (*SwapByCommitmentResponse) Reset

func (m *SwapByCommitmentResponse) Reset()

func (*SwapByCommitmentResponse) Size

func (m *SwapByCommitmentResponse) Size() (n int)

func (*SwapByCommitmentResponse) String

func (m *SwapByCommitmentResponse) String() string

func (*SwapByCommitmentResponse) Unmarshal

func (m *SwapByCommitmentResponse) Unmarshal(dAtA []byte) error

func (*SwapByCommitmentResponse) XXX_DiscardUnknown

func (m *SwapByCommitmentResponse) XXX_DiscardUnknown()

func (*SwapByCommitmentResponse) XXX_Marshal

func (m *SwapByCommitmentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SwapByCommitmentResponse) XXX_Merge

func (m *SwapByCommitmentResponse) XXX_Merge(src proto.Message)

func (*SwapByCommitmentResponse) XXX_Size

func (m *SwapByCommitmentResponse) XXX_Size() int

func (*SwapByCommitmentResponse) XXX_Unmarshal

func (m *SwapByCommitmentResponse) XXX_Unmarshal(b []byte) error

type SwapRecord

type SwapRecord struct {
	SwapCommitment *v1alpha16.StateCommitment     `protobuf:"bytes,1,opt,name=swap_commitment,json=swapCommitment,proto3" json:"swap_commitment,omitempty"`
	Swap           *v1alpha19.SwapPlaintext       `protobuf:"bytes,2,opt,name=swap,proto3" json:"swap,omitempty"`
	Position       uint64                         `protobuf:"varint,3,opt,name=position,proto3" json:"position,omitempty"`
	Nullifier      *v1alpha112.Nullifier          `protobuf:"bytes,4,opt,name=nullifier,proto3" json:"nullifier,omitempty"`
	OutputData     *v1alpha19.BatchSwapOutputData `protobuf:"bytes,5,opt,name=output_data,json=outputData,proto3" json:"output_data,omitempty"`
	HeightClaimed  uint64                         `protobuf:"varint,6,opt,name=height_claimed,json=heightClaimed,proto3" json:"height_claimed,omitempty"`
	Source         *v1alpha112.CommitmentSource   `protobuf:"bytes,7,opt,name=source,proto3" json:"source,omitempty"`
}

func (*SwapRecord) Descriptor

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

func (*SwapRecord) GetHeightClaimed

func (m *SwapRecord) GetHeightClaimed() uint64

func (*SwapRecord) GetNullifier

func (m *SwapRecord) GetNullifier() *v1alpha112.Nullifier

func (*SwapRecord) GetOutputData

func (m *SwapRecord) GetOutputData() *v1alpha19.BatchSwapOutputData

func (*SwapRecord) GetPosition

func (m *SwapRecord) GetPosition() uint64

func (*SwapRecord) GetSource

func (m *SwapRecord) GetSource() *v1alpha112.CommitmentSource

func (*SwapRecord) GetSwap

func (m *SwapRecord) GetSwap() *v1alpha19.SwapPlaintext

func (*SwapRecord) GetSwapCommitment

func (m *SwapRecord) GetSwapCommitment() *v1alpha16.StateCommitment

func (*SwapRecord) Marshal

func (m *SwapRecord) Marshal() (dAtA []byte, err error)

func (*SwapRecord) MarshalTo

func (m *SwapRecord) MarshalTo(dAtA []byte) (int, error)

func (*SwapRecord) MarshalToSizedBuffer

func (m *SwapRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SwapRecord) ProtoMessage

func (*SwapRecord) ProtoMessage()

func (*SwapRecord) Reset

func (m *SwapRecord) Reset()

func (*SwapRecord) Size

func (m *SwapRecord) Size() (n int)

func (*SwapRecord) String

func (m *SwapRecord) String() string

func (*SwapRecord) Unmarshal

func (m *SwapRecord) Unmarshal(dAtA []byte) error

func (*SwapRecord) XXX_DiscardUnknown

func (m *SwapRecord) XXX_DiscardUnknown()

func (*SwapRecord) XXX_Marshal

func (m *SwapRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SwapRecord) XXX_Merge

func (m *SwapRecord) XXX_Merge(src proto.Message)

func (*SwapRecord) XXX_Size

func (m *SwapRecord) XXX_Size() int

func (*SwapRecord) XXX_Unmarshal

func (m *SwapRecord) XXX_Unmarshal(b []byte) error

type TransactionInfo

type TransactionInfo struct {
	// The height the transaction was included in a block, if known.
	Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	// The hash of the transaction.
	Id *v1alpha11.TransactionId `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// The transaction data itself.
	Transaction *v1alpha1.Transaction `protobuf:"bytes,3,opt,name=transaction,proto3" json:"transaction,omitempty"`
	// The transaction perspective, as seen by this view server.
	Perspective *v1alpha1.TransactionPerspective `protobuf:"bytes,4,opt,name=perspective,proto3" json:"perspective,omitempty"`
	// A precomputed transaction view of `transaction` from `perspective`, included for convenience of clients that don't have support for viewing transactions on their own.
	View *v1alpha1.TransactionView `protobuf:"bytes,5,opt,name=view,proto3" json:"view,omitempty"`
}

func (*TransactionInfo) Descriptor

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

func (*TransactionInfo) GetHeight

func (m *TransactionInfo) GetHeight() uint64

func (*TransactionInfo) GetId

func (*TransactionInfo) GetPerspective

func (m *TransactionInfo) GetPerspective() *v1alpha1.TransactionPerspective

func (*TransactionInfo) GetTransaction

func (m *TransactionInfo) GetTransaction() *v1alpha1.Transaction

func (*TransactionInfo) GetView

func (*TransactionInfo) Marshal

func (m *TransactionInfo) Marshal() (dAtA []byte, err error)

func (*TransactionInfo) MarshalTo

func (m *TransactionInfo) MarshalTo(dAtA []byte) (int, error)

func (*TransactionInfo) MarshalToSizedBuffer

func (m *TransactionInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionInfo) ProtoMessage

func (*TransactionInfo) ProtoMessage()

func (*TransactionInfo) Reset

func (m *TransactionInfo) Reset()

func (*TransactionInfo) Size

func (m *TransactionInfo) Size() (n int)

func (*TransactionInfo) String

func (m *TransactionInfo) String() string

func (*TransactionInfo) Unmarshal

func (m *TransactionInfo) Unmarshal(dAtA []byte) error

func (*TransactionInfo) XXX_DiscardUnknown

func (m *TransactionInfo) XXX_DiscardUnknown()

func (*TransactionInfo) XXX_Marshal

func (m *TransactionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionInfo) XXX_Merge

func (m *TransactionInfo) XXX_Merge(src proto.Message)

func (*TransactionInfo) XXX_Size

func (m *TransactionInfo) XXX_Size() int

func (*TransactionInfo) XXX_Unmarshal

func (m *TransactionInfo) XXX_Unmarshal(b []byte) error

type TransactionInfoByHashRequest

type TransactionInfoByHashRequest struct {
	// The transaction hash to query for.
	Id *v1alpha11.TransactionId `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
}

func (*TransactionInfoByHashRequest) Descriptor

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

func (*TransactionInfoByHashRequest) GetId

func (*TransactionInfoByHashRequest) Marshal

func (m *TransactionInfoByHashRequest) Marshal() (dAtA []byte, err error)

func (*TransactionInfoByHashRequest) MarshalTo

func (m *TransactionInfoByHashRequest) MarshalTo(dAtA []byte) (int, error)

func (*TransactionInfoByHashRequest) MarshalToSizedBuffer

func (m *TransactionInfoByHashRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionInfoByHashRequest) ProtoMessage

func (*TransactionInfoByHashRequest) ProtoMessage()

func (*TransactionInfoByHashRequest) Reset

func (m *TransactionInfoByHashRequest) Reset()

func (*TransactionInfoByHashRequest) Size

func (m *TransactionInfoByHashRequest) Size() (n int)

func (*TransactionInfoByHashRequest) String

func (*TransactionInfoByHashRequest) Unmarshal

func (m *TransactionInfoByHashRequest) Unmarshal(dAtA []byte) error

func (*TransactionInfoByHashRequest) XXX_DiscardUnknown

func (m *TransactionInfoByHashRequest) XXX_DiscardUnknown()

func (*TransactionInfoByHashRequest) XXX_Marshal

func (m *TransactionInfoByHashRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionInfoByHashRequest) XXX_Merge

func (m *TransactionInfoByHashRequest) XXX_Merge(src proto.Message)

func (*TransactionInfoByHashRequest) XXX_Size

func (m *TransactionInfoByHashRequest) XXX_Size() int

func (*TransactionInfoByHashRequest) XXX_Unmarshal

func (m *TransactionInfoByHashRequest) XXX_Unmarshal(b []byte) error

type TransactionInfoByHashResponse

type TransactionInfoByHashResponse struct {
	TxInfo *TransactionInfo `protobuf:"bytes,1,opt,name=tx_info,json=txInfo,proto3" json:"tx_info,omitempty"`
}

func (*TransactionInfoByHashResponse) Descriptor

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

func (*TransactionInfoByHashResponse) GetTxInfo

func (*TransactionInfoByHashResponse) Marshal

func (m *TransactionInfoByHashResponse) Marshal() (dAtA []byte, err error)

func (*TransactionInfoByHashResponse) MarshalTo

func (m *TransactionInfoByHashResponse) MarshalTo(dAtA []byte) (int, error)

func (*TransactionInfoByHashResponse) MarshalToSizedBuffer

func (m *TransactionInfoByHashResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionInfoByHashResponse) ProtoMessage

func (*TransactionInfoByHashResponse) ProtoMessage()

func (*TransactionInfoByHashResponse) Reset

func (m *TransactionInfoByHashResponse) Reset()

func (*TransactionInfoByHashResponse) Size

func (m *TransactionInfoByHashResponse) Size() (n int)

func (*TransactionInfoByHashResponse) String

func (*TransactionInfoByHashResponse) Unmarshal

func (m *TransactionInfoByHashResponse) Unmarshal(dAtA []byte) error

func (*TransactionInfoByHashResponse) XXX_DiscardUnknown

func (m *TransactionInfoByHashResponse) XXX_DiscardUnknown()

func (*TransactionInfoByHashResponse) XXX_Marshal

func (m *TransactionInfoByHashResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionInfoByHashResponse) XXX_Merge

func (m *TransactionInfoByHashResponse) XXX_Merge(src proto.Message)

func (*TransactionInfoByHashResponse) XXX_Size

func (m *TransactionInfoByHashResponse) XXX_Size() int

func (*TransactionInfoByHashResponse) XXX_Unmarshal

func (m *TransactionInfoByHashResponse) XXX_Unmarshal(b []byte) error

type TransactionInfoRequest

type TransactionInfoRequest struct {
	// If present, return only transactions after this height.
	StartHeight uint64 `protobuf:"varint,1,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"`
	// If present, return only transactions before this height.
	EndHeight uint64 `protobuf:"varint,2,opt,name=end_height,json=endHeight,proto3" json:"end_height,omitempty"`
}

func (*TransactionInfoRequest) Descriptor

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

func (*TransactionInfoRequest) GetEndHeight

func (m *TransactionInfoRequest) GetEndHeight() uint64

func (*TransactionInfoRequest) GetStartHeight

func (m *TransactionInfoRequest) GetStartHeight() uint64

func (*TransactionInfoRequest) Marshal

func (m *TransactionInfoRequest) Marshal() (dAtA []byte, err error)

func (*TransactionInfoRequest) MarshalTo

func (m *TransactionInfoRequest) MarshalTo(dAtA []byte) (int, error)

func (*TransactionInfoRequest) MarshalToSizedBuffer

func (m *TransactionInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionInfoRequest) ProtoMessage

func (*TransactionInfoRequest) ProtoMessage()

func (*TransactionInfoRequest) Reset

func (m *TransactionInfoRequest) Reset()

func (*TransactionInfoRequest) Size

func (m *TransactionInfoRequest) Size() (n int)

func (*TransactionInfoRequest) String

func (m *TransactionInfoRequest) String() string

func (*TransactionInfoRequest) Unmarshal

func (m *TransactionInfoRequest) Unmarshal(dAtA []byte) error

func (*TransactionInfoRequest) XXX_DiscardUnknown

func (m *TransactionInfoRequest) XXX_DiscardUnknown()

func (*TransactionInfoRequest) XXX_Marshal

func (m *TransactionInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionInfoRequest) XXX_Merge

func (m *TransactionInfoRequest) XXX_Merge(src proto.Message)

func (*TransactionInfoRequest) XXX_Size

func (m *TransactionInfoRequest) XXX_Size() int

func (*TransactionInfoRequest) XXX_Unmarshal

func (m *TransactionInfoRequest) XXX_Unmarshal(b []byte) error

type TransactionInfoResponse

type TransactionInfoResponse struct {
	TxInfo *TransactionInfo `protobuf:"bytes,1,opt,name=tx_info,json=txInfo,proto3" json:"tx_info,omitempty"`
}

func (*TransactionInfoResponse) Descriptor

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

func (*TransactionInfoResponse) GetTxInfo

func (m *TransactionInfoResponse) GetTxInfo() *TransactionInfo

func (*TransactionInfoResponse) Marshal

func (m *TransactionInfoResponse) Marshal() (dAtA []byte, err error)

func (*TransactionInfoResponse) MarshalTo

func (m *TransactionInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*TransactionInfoResponse) MarshalToSizedBuffer

func (m *TransactionInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionInfoResponse) ProtoMessage

func (*TransactionInfoResponse) ProtoMessage()

func (*TransactionInfoResponse) Reset

func (m *TransactionInfoResponse) Reset()

func (*TransactionInfoResponse) Size

func (m *TransactionInfoResponse) Size() (n int)

func (*TransactionInfoResponse) String

func (m *TransactionInfoResponse) String() string

func (*TransactionInfoResponse) Unmarshal

func (m *TransactionInfoResponse) Unmarshal(dAtA []byte) error

func (*TransactionInfoResponse) XXX_DiscardUnknown

func (m *TransactionInfoResponse) XXX_DiscardUnknown()

func (*TransactionInfoResponse) XXX_Marshal

func (m *TransactionInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionInfoResponse) XXX_Merge

func (m *TransactionInfoResponse) XXX_Merge(src proto.Message)

func (*TransactionInfoResponse) XXX_Size

func (m *TransactionInfoResponse) XXX_Size() int

func (*TransactionInfoResponse) XXX_Unmarshal

func (m *TransactionInfoResponse) XXX_Unmarshal(b []byte) error

type TransactionPlannerRequest

type TransactionPlannerRequest struct {
	// The expiry height for the requested TransactionPlan
	ExpiryHeight uint64 `protobuf:"varint,1,opt,name=expiry_height,json=expiryHeight,proto3" json:"expiry_height,omitempty"`
	// The fee for the requested TransactionPlan, if any.
	Fee *v1alpha12.Fee `protobuf:"bytes,2,opt,name=fee,proto3" json:"fee,omitempty"`
	// The memo for the requested TransactionPlan.
	// The memo must be unspecified unless `outputs` is nonempty.
	Memo *v1alpha1.MemoPlaintext `protobuf:"bytes,3,opt,name=memo,proto3" json:"memo,omitempty"`
	// If present, only spends funds from the given account.
	Source *v1alpha13.AddressIndex `protobuf:"bytes,4,opt,name=source,proto3" json:"source,omitempty"`
	// Request contents
	Outputs           []*TransactionPlannerRequest_Output           `protobuf:"bytes,20,rep,name=outputs,proto3" json:"outputs,omitempty"`
	Swaps             []*TransactionPlannerRequest_Swap             `protobuf:"bytes,30,rep,name=swaps,proto3" json:"swaps,omitempty"`
	SwapClaims        []*TransactionPlannerRequest_SwapClaim        `protobuf:"bytes,31,rep,name=swap_claims,json=swapClaims,proto3" json:"swap_claims,omitempty"`
	Delegations       []*TransactionPlannerRequest_Delegate         `protobuf:"bytes,40,rep,name=delegations,proto3" json:"delegations,omitempty"`
	Undelegations     []*TransactionPlannerRequest_Undelegate       `protobuf:"bytes,50,rep,name=undelegations,proto3" json:"undelegations,omitempty"`
	IbcRelayActions   []*v1alpha14.IbcRelay                         `protobuf:"bytes,60,rep,name=ibc_relay_actions,json=ibcRelayActions,proto3" json:"ibc_relay_actions,omitempty"`
	Ics20Withdrawals  []*v1alpha14.Ics20Withdrawal                  `protobuf:"bytes,61,rep,name=ics20_withdrawals,json=ics20Withdrawals,proto3" json:"ics20_withdrawals,omitempty"`
	PositionOpens     []*TransactionPlannerRequest_PositionOpen     `protobuf:"bytes,70,rep,name=position_opens,json=positionOpens,proto3" json:"position_opens,omitempty"`
	PositionCloses    []*TransactionPlannerRequest_PositionClose    `protobuf:"bytes,71,rep,name=position_closes,json=positionCloses,proto3" json:"position_closes,omitempty"`
	PositionWithdraws []*TransactionPlannerRequest_PositionWithdraw `protobuf:"bytes,72,rep,name=position_withdraws,json=positionWithdraws,proto3" json:"position_withdraws,omitempty"`
}

func (*TransactionPlannerRequest) Descriptor

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

func (*TransactionPlannerRequest) GetDelegations

func (*TransactionPlannerRequest) GetExpiryHeight

func (m *TransactionPlannerRequest) GetExpiryHeight() uint64

func (*TransactionPlannerRequest) GetFee

func (*TransactionPlannerRequest) GetIbcRelayActions added in v2.5.0

func (m *TransactionPlannerRequest) GetIbcRelayActions() []*v1alpha14.IbcRelay

func (*TransactionPlannerRequest) GetIcs20Withdrawals added in v2.5.0

func (m *TransactionPlannerRequest) GetIcs20Withdrawals() []*v1alpha14.Ics20Withdrawal

func (*TransactionPlannerRequest) GetMemo

func (*TransactionPlannerRequest) GetOutputs

func (*TransactionPlannerRequest) GetPositionCloses added in v2.5.0

func (*TransactionPlannerRequest) GetPositionOpens added in v2.5.0

func (*TransactionPlannerRequest) GetPositionWithdraws added in v2.5.0

func (*TransactionPlannerRequest) GetSource added in v2.5.0

func (*TransactionPlannerRequest) GetSwapClaims added in v2.4.2

func (*TransactionPlannerRequest) GetSwaps

func (*TransactionPlannerRequest) GetUndelegations

func (*TransactionPlannerRequest) Marshal

func (m *TransactionPlannerRequest) Marshal() (dAtA []byte, err error)

func (*TransactionPlannerRequest) MarshalTo

func (m *TransactionPlannerRequest) MarshalTo(dAtA []byte) (int, error)

func (*TransactionPlannerRequest) MarshalToSizedBuffer

func (m *TransactionPlannerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionPlannerRequest) ProtoMessage

func (*TransactionPlannerRequest) ProtoMessage()

func (*TransactionPlannerRequest) Reset

func (m *TransactionPlannerRequest) Reset()

func (*TransactionPlannerRequest) Size

func (m *TransactionPlannerRequest) Size() (n int)

func (*TransactionPlannerRequest) String

func (m *TransactionPlannerRequest) String() string

func (*TransactionPlannerRequest) Unmarshal

func (m *TransactionPlannerRequest) Unmarshal(dAtA []byte) error

func (*TransactionPlannerRequest) XXX_DiscardUnknown

func (m *TransactionPlannerRequest) XXX_DiscardUnknown()

func (*TransactionPlannerRequest) XXX_Marshal

func (m *TransactionPlannerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionPlannerRequest) XXX_Merge

func (m *TransactionPlannerRequest) XXX_Merge(src proto.Message)

func (*TransactionPlannerRequest) XXX_Size

func (m *TransactionPlannerRequest) XXX_Size() int

func (*TransactionPlannerRequest) XXX_Unmarshal

func (m *TransactionPlannerRequest) XXX_Unmarshal(b []byte) error

type TransactionPlannerRequest_Delegate

type TransactionPlannerRequest_Delegate struct {
	Amount   *v1alpha17.Amount   `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"`
	RateData *v1alpha18.RateData `protobuf:"bytes,3,opt,name=rate_data,json=rateData,proto3" json:"rate_data,omitempty"`
}

func (*TransactionPlannerRequest_Delegate) Descriptor

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

func (*TransactionPlannerRequest_Delegate) GetAmount

func (*TransactionPlannerRequest_Delegate) GetRateData

func (*TransactionPlannerRequest_Delegate) Marshal

func (m *TransactionPlannerRequest_Delegate) Marshal() (dAtA []byte, err error)

func (*TransactionPlannerRequest_Delegate) MarshalTo

func (m *TransactionPlannerRequest_Delegate) MarshalTo(dAtA []byte) (int, error)

func (*TransactionPlannerRequest_Delegate) MarshalToSizedBuffer

func (m *TransactionPlannerRequest_Delegate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionPlannerRequest_Delegate) ProtoMessage

func (*TransactionPlannerRequest_Delegate) ProtoMessage()

func (*TransactionPlannerRequest_Delegate) Reset

func (*TransactionPlannerRequest_Delegate) Size

func (*TransactionPlannerRequest_Delegate) String

func (*TransactionPlannerRequest_Delegate) Unmarshal

func (m *TransactionPlannerRequest_Delegate) Unmarshal(dAtA []byte) error

func (*TransactionPlannerRequest_Delegate) XXX_DiscardUnknown

func (m *TransactionPlannerRequest_Delegate) XXX_DiscardUnknown()

func (*TransactionPlannerRequest_Delegate) XXX_Marshal

func (m *TransactionPlannerRequest_Delegate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionPlannerRequest_Delegate) XXX_Merge

func (*TransactionPlannerRequest_Delegate) XXX_Size

func (*TransactionPlannerRequest_Delegate) XXX_Unmarshal

func (m *TransactionPlannerRequest_Delegate) XXX_Unmarshal(b []byte) error

type TransactionPlannerRequest_Output

type TransactionPlannerRequest_Output struct {
	// The amount and denomination in which the Output is issued.
	Value *v1alpha15.Value `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// The address to which Output will be sent.
	Address *v1alpha13.Address `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
}

Request message subtypes

func (*TransactionPlannerRequest_Output) Descriptor

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

func (*TransactionPlannerRequest_Output) GetAddress

func (*TransactionPlannerRequest_Output) GetValue

func (*TransactionPlannerRequest_Output) Marshal

func (m *TransactionPlannerRequest_Output) Marshal() (dAtA []byte, err error)

func (*TransactionPlannerRequest_Output) MarshalTo

func (m *TransactionPlannerRequest_Output) MarshalTo(dAtA []byte) (int, error)

func (*TransactionPlannerRequest_Output) MarshalToSizedBuffer

func (m *TransactionPlannerRequest_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionPlannerRequest_Output) ProtoMessage

func (*TransactionPlannerRequest_Output) ProtoMessage()

func (*TransactionPlannerRequest_Output) Reset

func (*TransactionPlannerRequest_Output) Size

func (m *TransactionPlannerRequest_Output) Size() (n int)

func (*TransactionPlannerRequest_Output) String

func (*TransactionPlannerRequest_Output) Unmarshal

func (m *TransactionPlannerRequest_Output) Unmarshal(dAtA []byte) error

func (*TransactionPlannerRequest_Output) XXX_DiscardUnknown

func (m *TransactionPlannerRequest_Output) XXX_DiscardUnknown()

func (*TransactionPlannerRequest_Output) XXX_Marshal

func (m *TransactionPlannerRequest_Output) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionPlannerRequest_Output) XXX_Merge

func (*TransactionPlannerRequest_Output) XXX_Size

func (m *TransactionPlannerRequest_Output) XXX_Size() int

func (*TransactionPlannerRequest_Output) XXX_Unmarshal

func (m *TransactionPlannerRequest_Output) XXX_Unmarshal(b []byte) error

type TransactionPlannerRequest_PositionClose added in v2.5.0

type TransactionPlannerRequest_PositionClose struct {
	// The position to close.
	PositionId *v1alpha19.PositionId `protobuf:"bytes,1,opt,name=position_id,json=positionId,proto3" json:"position_id,omitempty"`
}

func (*TransactionPlannerRequest_PositionClose) Descriptor added in v2.5.0

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

func (*TransactionPlannerRequest_PositionClose) GetPositionId added in v2.5.0

func (*TransactionPlannerRequest_PositionClose) Marshal added in v2.5.0

func (m *TransactionPlannerRequest_PositionClose) Marshal() (dAtA []byte, err error)

func (*TransactionPlannerRequest_PositionClose) MarshalTo added in v2.5.0

func (m *TransactionPlannerRequest_PositionClose) MarshalTo(dAtA []byte) (int, error)

func (*TransactionPlannerRequest_PositionClose) MarshalToSizedBuffer added in v2.5.0

func (m *TransactionPlannerRequest_PositionClose) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionPlannerRequest_PositionClose) ProtoMessage added in v2.5.0

func (*TransactionPlannerRequest_PositionClose) Reset added in v2.5.0

func (*TransactionPlannerRequest_PositionClose) Size added in v2.5.0

func (*TransactionPlannerRequest_PositionClose) String added in v2.5.0

func (*TransactionPlannerRequest_PositionClose) Unmarshal added in v2.5.0

func (m *TransactionPlannerRequest_PositionClose) Unmarshal(dAtA []byte) error

func (*TransactionPlannerRequest_PositionClose) XXX_DiscardUnknown added in v2.5.0

func (m *TransactionPlannerRequest_PositionClose) XXX_DiscardUnknown()

func (*TransactionPlannerRequest_PositionClose) XXX_Marshal added in v2.5.0

func (m *TransactionPlannerRequest_PositionClose) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionPlannerRequest_PositionClose) XXX_Merge added in v2.5.0

func (*TransactionPlannerRequest_PositionClose) XXX_Size added in v2.5.0

func (*TransactionPlannerRequest_PositionClose) XXX_Unmarshal added in v2.5.0

func (m *TransactionPlannerRequest_PositionClose) XXX_Unmarshal(b []byte) error

type TransactionPlannerRequest_PositionOpen added in v2.5.0

type TransactionPlannerRequest_PositionOpen struct {
	// Contains the data defining the position, sufficient to compute its `PositionId`.
	//
	// Positions are immutable, so the `PositionData` (and hence the `PositionId`)
	// are unchanged over the entire lifetime of the position.
	Position *v1alpha19.Position `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"`
}

func (*TransactionPlannerRequest_PositionOpen) Descriptor added in v2.5.0

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

func (*TransactionPlannerRequest_PositionOpen) GetPosition added in v2.5.0

func (*TransactionPlannerRequest_PositionOpen) Marshal added in v2.5.0

func (m *TransactionPlannerRequest_PositionOpen) Marshal() (dAtA []byte, err error)

func (*TransactionPlannerRequest_PositionOpen) MarshalTo added in v2.5.0

func (m *TransactionPlannerRequest_PositionOpen) MarshalTo(dAtA []byte) (int, error)

func (*TransactionPlannerRequest_PositionOpen) MarshalToSizedBuffer added in v2.5.0

func (m *TransactionPlannerRequest_PositionOpen) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionPlannerRequest_PositionOpen) ProtoMessage added in v2.5.0

func (*TransactionPlannerRequest_PositionOpen) Reset added in v2.5.0

func (*TransactionPlannerRequest_PositionOpen) Size added in v2.5.0

func (*TransactionPlannerRequest_PositionOpen) String added in v2.5.0

func (*TransactionPlannerRequest_PositionOpen) Unmarshal added in v2.5.0

func (m *TransactionPlannerRequest_PositionOpen) Unmarshal(dAtA []byte) error

func (*TransactionPlannerRequest_PositionOpen) XXX_DiscardUnknown added in v2.5.0

func (m *TransactionPlannerRequest_PositionOpen) XXX_DiscardUnknown()

func (*TransactionPlannerRequest_PositionOpen) XXX_Marshal added in v2.5.0

func (m *TransactionPlannerRequest_PositionOpen) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionPlannerRequest_PositionOpen) XXX_Merge added in v2.5.0

func (*TransactionPlannerRequest_PositionOpen) XXX_Size added in v2.5.0

func (*TransactionPlannerRequest_PositionOpen) XXX_Unmarshal added in v2.5.0

func (m *TransactionPlannerRequest_PositionOpen) XXX_Unmarshal(b []byte) error

type TransactionPlannerRequest_PositionWithdraw added in v2.5.0

type TransactionPlannerRequest_PositionWithdraw struct {
	// The position to withdraw.
	PositionId *v1alpha19.PositionId `protobuf:"bytes,1,opt,name=position_id,json=positionId,proto3" json:"position_id,omitempty"`
	// The position's final reserves.
	Reserves *v1alpha19.Reserves `protobuf:"bytes,2,opt,name=reserves,proto3" json:"reserves,omitempty"`
	// The trading pair of the position.
	TradingPair *v1alpha19.TradingPair `protobuf:"bytes,3,opt,name=trading_pair,json=tradingPair,proto3" json:"trading_pair,omitempty"`
}

func (*TransactionPlannerRequest_PositionWithdraw) Descriptor added in v2.5.0

func (*TransactionPlannerRequest_PositionWithdraw) GetPositionId added in v2.5.0

func (*TransactionPlannerRequest_PositionWithdraw) GetReserves added in v2.5.0

func (*TransactionPlannerRequest_PositionWithdraw) GetTradingPair added in v2.5.0

func (*TransactionPlannerRequest_PositionWithdraw) Marshal added in v2.5.0

func (m *TransactionPlannerRequest_PositionWithdraw) Marshal() (dAtA []byte, err error)

func (*TransactionPlannerRequest_PositionWithdraw) MarshalTo added in v2.5.0

func (m *TransactionPlannerRequest_PositionWithdraw) MarshalTo(dAtA []byte) (int, error)

func (*TransactionPlannerRequest_PositionWithdraw) MarshalToSizedBuffer added in v2.5.0

func (m *TransactionPlannerRequest_PositionWithdraw) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionPlannerRequest_PositionWithdraw) ProtoMessage added in v2.5.0

func (*TransactionPlannerRequest_PositionWithdraw) Reset added in v2.5.0

func (*TransactionPlannerRequest_PositionWithdraw) Size added in v2.5.0

func (*TransactionPlannerRequest_PositionWithdraw) String added in v2.5.0

func (*TransactionPlannerRequest_PositionWithdraw) Unmarshal added in v2.5.0

func (*TransactionPlannerRequest_PositionWithdraw) XXX_DiscardUnknown added in v2.5.0

func (m *TransactionPlannerRequest_PositionWithdraw) XXX_DiscardUnknown()

func (*TransactionPlannerRequest_PositionWithdraw) XXX_Marshal added in v2.5.0

func (m *TransactionPlannerRequest_PositionWithdraw) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionPlannerRequest_PositionWithdraw) XXX_Merge added in v2.5.0

func (*TransactionPlannerRequest_PositionWithdraw) XXX_Size added in v2.5.0

func (*TransactionPlannerRequest_PositionWithdraw) XXX_Unmarshal added in v2.5.0

type TransactionPlannerRequest_Swap

type TransactionPlannerRequest_Swap struct {
	// The input amount and denomination to be traded in the Swap.
	Value *v1alpha15.Value `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// The denomination to be received as a Output of the Swap.
	TargetAsset *v1alpha15.AssetId `protobuf:"bytes,2,opt,name=target_asset,json=targetAsset,proto3" json:"target_asset,omitempty"`
	// The pre-paid fee to be paid for claiming the Swap outputs.
	Fee *v1alpha12.Fee `protobuf:"bytes,3,opt,name=fee,proto3" json:"fee,omitempty"`
	// The address to which swap claim output will be sent.
	ClaimAddress *v1alpha13.Address `protobuf:"bytes,4,opt,name=claim_address,json=claimAddress,proto3" json:"claim_address,omitempty"`
}

func (*TransactionPlannerRequest_Swap) Descriptor

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

func (*TransactionPlannerRequest_Swap) GetClaimAddress added in v2.5.0

func (m *TransactionPlannerRequest_Swap) GetClaimAddress() *v1alpha13.Address

func (*TransactionPlannerRequest_Swap) GetFee

func (*TransactionPlannerRequest_Swap) GetTargetAsset

func (m *TransactionPlannerRequest_Swap) GetTargetAsset() *v1alpha15.AssetId

func (*TransactionPlannerRequest_Swap) GetValue

func (*TransactionPlannerRequest_Swap) Marshal

func (m *TransactionPlannerRequest_Swap) Marshal() (dAtA []byte, err error)

func (*TransactionPlannerRequest_Swap) MarshalTo

func (m *TransactionPlannerRequest_Swap) MarshalTo(dAtA []byte) (int, error)

func (*TransactionPlannerRequest_Swap) MarshalToSizedBuffer

func (m *TransactionPlannerRequest_Swap) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionPlannerRequest_Swap) ProtoMessage

func (*TransactionPlannerRequest_Swap) ProtoMessage()

func (*TransactionPlannerRequest_Swap) Reset

func (m *TransactionPlannerRequest_Swap) Reset()

func (*TransactionPlannerRequest_Swap) Size

func (m *TransactionPlannerRequest_Swap) Size() (n int)

func (*TransactionPlannerRequest_Swap) String

func (*TransactionPlannerRequest_Swap) Unmarshal

func (m *TransactionPlannerRequest_Swap) Unmarshal(dAtA []byte) error

func (*TransactionPlannerRequest_Swap) XXX_DiscardUnknown

func (m *TransactionPlannerRequest_Swap) XXX_DiscardUnknown()

func (*TransactionPlannerRequest_Swap) XXX_Marshal

func (m *TransactionPlannerRequest_Swap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionPlannerRequest_Swap) XXX_Merge

func (m *TransactionPlannerRequest_Swap) XXX_Merge(src proto.Message)

func (*TransactionPlannerRequest_Swap) XXX_Size

func (m *TransactionPlannerRequest_Swap) XXX_Size() int

func (*TransactionPlannerRequest_Swap) XXX_Unmarshal

func (m *TransactionPlannerRequest_Swap) XXX_Unmarshal(b []byte) error

type TransactionPlannerRequest_SwapClaim added in v2.4.2

type TransactionPlannerRequest_SwapClaim struct {
	// SwapCommitment to identify the Swap to be claimed.
	// Use the commitment from the Swap message:
	// penumbra.core.component.dex.v1alpha1.Swap.body.payload.commitment.
	SwapCommitment *v1alpha16.StateCommitment `protobuf:"bytes,1,opt,name=swap_commitment,json=swapCommitment,proto3" json:"swap_commitment,omitempty"`
}

func (*TransactionPlannerRequest_SwapClaim) Descriptor added in v2.4.2

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

func (*TransactionPlannerRequest_SwapClaim) GetSwapCommitment added in v2.4.2

func (*TransactionPlannerRequest_SwapClaim) Marshal added in v2.4.2

func (m *TransactionPlannerRequest_SwapClaim) Marshal() (dAtA []byte, err error)

func (*TransactionPlannerRequest_SwapClaim) MarshalTo added in v2.4.2

func (m *TransactionPlannerRequest_SwapClaim) MarshalTo(dAtA []byte) (int, error)

func (*TransactionPlannerRequest_SwapClaim) MarshalToSizedBuffer added in v2.4.2

func (m *TransactionPlannerRequest_SwapClaim) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionPlannerRequest_SwapClaim) ProtoMessage added in v2.4.2

func (*TransactionPlannerRequest_SwapClaim) ProtoMessage()

func (*TransactionPlannerRequest_SwapClaim) Reset added in v2.4.2

func (*TransactionPlannerRequest_SwapClaim) Size added in v2.4.2

func (*TransactionPlannerRequest_SwapClaim) String added in v2.4.2

func (*TransactionPlannerRequest_SwapClaim) Unmarshal added in v2.4.2

func (m *TransactionPlannerRequest_SwapClaim) Unmarshal(dAtA []byte) error

func (*TransactionPlannerRequest_SwapClaim) XXX_DiscardUnknown added in v2.4.2

func (m *TransactionPlannerRequest_SwapClaim) XXX_DiscardUnknown()

func (*TransactionPlannerRequest_SwapClaim) XXX_Marshal added in v2.4.2

func (m *TransactionPlannerRequest_SwapClaim) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionPlannerRequest_SwapClaim) XXX_Merge added in v2.4.2

func (*TransactionPlannerRequest_SwapClaim) XXX_Size added in v2.4.2

func (*TransactionPlannerRequest_SwapClaim) XXX_Unmarshal added in v2.4.2

func (m *TransactionPlannerRequest_SwapClaim) XXX_Unmarshal(b []byte) error

type TransactionPlannerRequest_Undelegate

type TransactionPlannerRequest_Undelegate struct {
	Value    *v1alpha15.Value    `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	RateData *v1alpha18.RateData `protobuf:"bytes,2,opt,name=rate_data,json=rateData,proto3" json:"rate_data,omitempty"`
}

func (*TransactionPlannerRequest_Undelegate) Descriptor

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

func (*TransactionPlannerRequest_Undelegate) GetRateData

func (*TransactionPlannerRequest_Undelegate) GetValue

func (*TransactionPlannerRequest_Undelegate) Marshal

func (m *TransactionPlannerRequest_Undelegate) Marshal() (dAtA []byte, err error)

func (*TransactionPlannerRequest_Undelegate) MarshalTo

func (m *TransactionPlannerRequest_Undelegate) MarshalTo(dAtA []byte) (int, error)

func (*TransactionPlannerRequest_Undelegate) MarshalToSizedBuffer

func (m *TransactionPlannerRequest_Undelegate) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionPlannerRequest_Undelegate) ProtoMessage

func (*TransactionPlannerRequest_Undelegate) ProtoMessage()

func (*TransactionPlannerRequest_Undelegate) Reset

func (*TransactionPlannerRequest_Undelegate) Size

func (*TransactionPlannerRequest_Undelegate) String

func (*TransactionPlannerRequest_Undelegate) Unmarshal

func (m *TransactionPlannerRequest_Undelegate) Unmarshal(dAtA []byte) error

func (*TransactionPlannerRequest_Undelegate) XXX_DiscardUnknown

func (m *TransactionPlannerRequest_Undelegate) XXX_DiscardUnknown()

func (*TransactionPlannerRequest_Undelegate) XXX_Marshal

func (m *TransactionPlannerRequest_Undelegate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionPlannerRequest_Undelegate) XXX_Merge

func (*TransactionPlannerRequest_Undelegate) XXX_Size

func (*TransactionPlannerRequest_Undelegate) XXX_Unmarshal

func (m *TransactionPlannerRequest_Undelegate) XXX_Unmarshal(b []byte) error

type TransactionPlannerResponse

type TransactionPlannerResponse struct {
	Plan *v1alpha1.TransactionPlan `protobuf:"bytes,1,opt,name=plan,proto3" json:"plan,omitempty"`
}

func (*TransactionPlannerResponse) Descriptor

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

func (*TransactionPlannerResponse) GetPlan

func (*TransactionPlannerResponse) Marshal

func (m *TransactionPlannerResponse) Marshal() (dAtA []byte, err error)

func (*TransactionPlannerResponse) MarshalTo

func (m *TransactionPlannerResponse) MarshalTo(dAtA []byte) (int, error)

func (*TransactionPlannerResponse) MarshalToSizedBuffer

func (m *TransactionPlannerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TransactionPlannerResponse) ProtoMessage

func (*TransactionPlannerResponse) ProtoMessage()

func (*TransactionPlannerResponse) Reset

func (m *TransactionPlannerResponse) Reset()

func (*TransactionPlannerResponse) Size

func (m *TransactionPlannerResponse) Size() (n int)

func (*TransactionPlannerResponse) String

func (m *TransactionPlannerResponse) String() string

func (*TransactionPlannerResponse) Unmarshal

func (m *TransactionPlannerResponse) Unmarshal(dAtA []byte) error

func (*TransactionPlannerResponse) XXX_DiscardUnknown

func (m *TransactionPlannerResponse) XXX_DiscardUnknown()

func (*TransactionPlannerResponse) XXX_Marshal

func (m *TransactionPlannerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionPlannerResponse) XXX_Merge

func (m *TransactionPlannerResponse) XXX_Merge(src proto.Message)

func (*TransactionPlannerResponse) XXX_Size

func (m *TransactionPlannerResponse) XXX_Size() int

func (*TransactionPlannerResponse) XXX_Unmarshal

func (m *TransactionPlannerResponse) XXX_Unmarshal(b []byte) error

type UnclaimedSwapsRequest added in v2.5.0

type UnclaimedSwapsRequest struct {
}

func (*UnclaimedSwapsRequest) Descriptor added in v2.5.0

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

func (*UnclaimedSwapsRequest) Marshal added in v2.5.0

func (m *UnclaimedSwapsRequest) Marshal() (dAtA []byte, err error)

func (*UnclaimedSwapsRequest) MarshalTo added in v2.5.0

func (m *UnclaimedSwapsRequest) MarshalTo(dAtA []byte) (int, error)

func (*UnclaimedSwapsRequest) MarshalToSizedBuffer added in v2.5.0

func (m *UnclaimedSwapsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UnclaimedSwapsRequest) ProtoMessage added in v2.5.0

func (*UnclaimedSwapsRequest) ProtoMessage()

func (*UnclaimedSwapsRequest) Reset added in v2.5.0

func (m *UnclaimedSwapsRequest) Reset()

func (*UnclaimedSwapsRequest) Size added in v2.5.0

func (m *UnclaimedSwapsRequest) Size() (n int)

func (*UnclaimedSwapsRequest) String added in v2.5.0

func (m *UnclaimedSwapsRequest) String() string

func (*UnclaimedSwapsRequest) Unmarshal added in v2.5.0

func (m *UnclaimedSwapsRequest) Unmarshal(dAtA []byte) error

func (*UnclaimedSwapsRequest) XXX_DiscardUnknown added in v2.5.0

func (m *UnclaimedSwapsRequest) XXX_DiscardUnknown()

func (*UnclaimedSwapsRequest) XXX_Marshal added in v2.5.0

func (m *UnclaimedSwapsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnclaimedSwapsRequest) XXX_Merge added in v2.5.0

func (m *UnclaimedSwapsRequest) XXX_Merge(src proto.Message)

func (*UnclaimedSwapsRequest) XXX_Size added in v2.5.0

func (m *UnclaimedSwapsRequest) XXX_Size() int

func (*UnclaimedSwapsRequest) XXX_Unmarshal added in v2.5.0

func (m *UnclaimedSwapsRequest) XXX_Unmarshal(b []byte) error

type UnclaimedSwapsResponse added in v2.5.0

type UnclaimedSwapsResponse struct {
	Swap *SwapRecord `protobuf:"bytes,1,opt,name=swap,proto3" json:"swap,omitempty"`
}

func (*UnclaimedSwapsResponse) Descriptor added in v2.5.0

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

func (*UnclaimedSwapsResponse) GetSwap added in v2.5.0

func (m *UnclaimedSwapsResponse) GetSwap() *SwapRecord

func (*UnclaimedSwapsResponse) Marshal added in v2.5.0

func (m *UnclaimedSwapsResponse) Marshal() (dAtA []byte, err error)

func (*UnclaimedSwapsResponse) MarshalTo added in v2.5.0

func (m *UnclaimedSwapsResponse) MarshalTo(dAtA []byte) (int, error)

func (*UnclaimedSwapsResponse) MarshalToSizedBuffer added in v2.5.0

func (m *UnclaimedSwapsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*UnclaimedSwapsResponse) ProtoMessage added in v2.5.0

func (*UnclaimedSwapsResponse) ProtoMessage()

func (*UnclaimedSwapsResponse) Reset added in v2.5.0

func (m *UnclaimedSwapsResponse) Reset()

func (*UnclaimedSwapsResponse) Size added in v2.5.0

func (m *UnclaimedSwapsResponse) Size() (n int)

func (*UnclaimedSwapsResponse) String added in v2.5.0

func (m *UnclaimedSwapsResponse) String() string

func (*UnclaimedSwapsResponse) Unmarshal added in v2.5.0

func (m *UnclaimedSwapsResponse) Unmarshal(dAtA []byte) error

func (*UnclaimedSwapsResponse) XXX_DiscardUnknown added in v2.5.0

func (m *UnclaimedSwapsResponse) XXX_DiscardUnknown()

func (*UnclaimedSwapsResponse) XXX_Marshal added in v2.5.0

func (m *UnclaimedSwapsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UnclaimedSwapsResponse) XXX_Merge added in v2.5.0

func (m *UnclaimedSwapsResponse) XXX_Merge(src proto.Message)

func (*UnclaimedSwapsResponse) XXX_Size added in v2.5.0

func (m *UnclaimedSwapsResponse) XXX_Size() int

func (*UnclaimedSwapsResponse) XXX_Unmarshal added in v2.5.0

func (m *UnclaimedSwapsResponse) XXX_Unmarshal(b []byte) error

type UnimplementedViewProtocolServiceServer

type UnimplementedViewProtocolServiceServer struct {
}

UnimplementedViewProtocolServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedViewProtocolServiceServer) AddressByIndex

func (*UnimplementedViewProtocolServiceServer) AppParameters added in v2.5.0

func (*UnimplementedViewProtocolServiceServer) Assets

func (*UnimplementedViewProtocolServiceServer) AuthorizeAndBuild

func (*UnimplementedViewProtocolServiceServer) Balances

func (*UnimplementedViewProtocolServiceServer) BroadcastTransaction

func (*UnimplementedViewProtocolServiceServer) EphemeralAddress

func (*UnimplementedViewProtocolServiceServer) FMDParameters

func (*UnimplementedViewProtocolServiceServer) GasPrices added in v2.5.0

func (*UnimplementedViewProtocolServiceServer) IndexByAddress

func (*UnimplementedViewProtocolServiceServer) NoteByCommitment

func (*UnimplementedViewProtocolServiceServer) Notes

func (*UnimplementedViewProtocolServiceServer) NotesForVoting

func (*UnimplementedViewProtocolServiceServer) NullifierStatus

func (*UnimplementedViewProtocolServiceServer) OwnedPositionIds

func (*UnimplementedViewProtocolServiceServer) Status

func (*UnimplementedViewProtocolServiceServer) StatusStream

func (*UnimplementedViewProtocolServiceServer) SwapByCommitment

func (*UnimplementedViewProtocolServiceServer) TransactionInfo

func (*UnimplementedViewProtocolServiceServer) TransactionInfoByHash

func (*UnimplementedViewProtocolServiceServer) TransactionPlanner

func (*UnimplementedViewProtocolServiceServer) UnclaimedSwaps added in v2.5.0

func (*UnimplementedViewProtocolServiceServer) WalletId added in v2.5.0

func (*UnimplementedViewProtocolServiceServer) Witness

func (*UnimplementedViewProtocolServiceServer) WitnessAndBuild

type ViewProtocolServiceClient

type ViewProtocolServiceClient interface {
	// Get current status of chain sync
	Status(ctx context.Context, in *StatusRequest, opts ...grpc.CallOption) (*StatusResponse, error)
	// Stream sync status updates until the view service has caught up with the chain.
	// Returns a stream of `StatusStreamResponse`s.
	StatusStream(ctx context.Context, in *StatusStreamRequest, opts ...grpc.CallOption) (ViewProtocolService_StatusStreamClient, error)
	// Queries for notes that have been accepted by the chain.
	// Returns a stream of `NotesResponse`s.
	Notes(ctx context.Context, in *NotesRequest, opts ...grpc.CallOption) (ViewProtocolService_NotesClient, error)
	// Returns a stream of `NotesForVotingResponse`s.
	NotesForVoting(ctx context.Context, in *NotesForVotingRequest, opts ...grpc.CallOption) (ViewProtocolService_NotesForVotingClient, error)
	// Returns authentication paths for the given note commitments.
	//
	// This method takes a batch of input commitments, rather than just one, so
	// that the client can get a consistent set of authentication paths to a
	// common root.  (Otherwise, if a client made multiple requests, the wallet
	// service could have advanced the state commitment tree state between queries).
	Witness(ctx context.Context, in *WitnessRequest, opts ...grpc.CallOption) (*WitnessResponse, error)
	WitnessAndBuild(ctx context.Context, in *WitnessAndBuildRequest, opts ...grpc.CallOption) (*WitnessAndBuildResponse, error)
	// Queries for assets.
	// Returns a stream of `AssetsResponse`s.
	Assets(ctx context.Context, in *AssetsRequest, opts ...grpc.CallOption) (ViewProtocolService_AssetsClient, error)
	// Query for the current app parameters.
	AppParameters(ctx context.Context, in *AppParametersRequest, opts ...grpc.CallOption) (*AppParametersResponse, error)
	// Query for the current gas prices.
	GasPrices(ctx context.Context, in *GasPricesRequest, opts ...grpc.CallOption) (*GasPricesResponse, error)
	// Query for the current FMD parameters.
	FMDParameters(ctx context.Context, in *FMDParametersRequest, opts ...grpc.CallOption) (*FMDParametersResponse, error)
	// Query for an address given an address index
	AddressByIndex(ctx context.Context, in *AddressByIndexRequest, opts ...grpc.CallOption) (*AddressByIndexResponse, error)
	// Query for wallet id
	WalletId(ctx context.Context, in *WalletIdRequest, opts ...grpc.CallOption) (*WalletIdResponse, error)
	// Query for an address given an address index
	IndexByAddress(ctx context.Context, in *IndexByAddressRequest, opts ...grpc.CallOption) (*IndexByAddressResponse, error)
	// Query for an ephemeral address
	EphemeralAddress(ctx context.Context, in *EphemeralAddressRequest, opts ...grpc.CallOption) (*EphemeralAddressResponse, error)
	// Query for balance of a given address.
	// Returns a stream of `BalancesResponses`.
	Balances(ctx context.Context, in *BalancesRequest, opts ...grpc.CallOption) (ViewProtocolService_BalancesClient, error)
	// Query for a note by its note commitment, optionally waiting until the note is detected.
	NoteByCommitment(ctx context.Context, in *NoteByCommitmentRequest, opts ...grpc.CallOption) (*NoteByCommitmentResponse, error)
	// Query for a swap by its swap commitment, optionally waiting until the swap is detected.
	SwapByCommitment(ctx context.Context, in *SwapByCommitmentRequest, opts ...grpc.CallOption) (*SwapByCommitmentResponse, error)
	// Query for all unclaimed swaps.
	UnclaimedSwaps(ctx context.Context, in *UnclaimedSwapsRequest, opts ...grpc.CallOption) (ViewProtocolService_UnclaimedSwapsClient, error)
	// Query for whether a nullifier has been spent, optionally waiting until it is spent.
	NullifierStatus(ctx context.Context, in *NullifierStatusRequest, opts ...grpc.CallOption) (*NullifierStatusResponse, error)
	// Query for a given transaction by its hash.
	TransactionInfoByHash(ctx context.Context, in *TransactionInfoByHashRequest, opts ...grpc.CallOption) (*TransactionInfoByHashResponse, error)
	// Query for the full transactions in the given range of blocks.
	// Returns a stream of `TransactionInfoResponse`s.
	TransactionInfo(ctx context.Context, in *TransactionInfoRequest, opts ...grpc.CallOption) (ViewProtocolService_TransactionInfoClient, error)
	// Query for a transaction plan
	TransactionPlanner(ctx context.Context, in *TransactionPlannerRequest, opts ...grpc.CallOption) (*TransactionPlannerResponse, error)
	// Broadcast a transaction to the network, optionally waiting for full confirmation.
	BroadcastTransaction(ctx context.Context, in *BroadcastTransactionRequest, opts ...grpc.CallOption) (*BroadcastTransactionResponse, error)
	// Query for owned position IDs for the given trading pair and in the given position state.
	OwnedPositionIds(ctx context.Context, in *OwnedPositionIdsRequest, opts ...grpc.CallOption) (ViewProtocolService_OwnedPositionIdsClient, error)
	// Authorize a transaction plan and build the transaction.
	AuthorizeAndBuild(ctx context.Context, in *AuthorizeAndBuildRequest, opts ...grpc.CallOption) (*AuthorizeAndBuildResponse, error)
}

ViewProtocolServiceClient is the client API for ViewProtocolService service.

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

func NewViewProtocolServiceClient

func NewViewProtocolServiceClient(cc grpc1.ClientConn) ViewProtocolServiceClient

type ViewProtocolServiceServer

type ViewProtocolServiceServer interface {
	// Get current status of chain sync
	Status(context.Context, *StatusRequest) (*StatusResponse, error)
	// Stream sync status updates until the view service has caught up with the chain.
	// Returns a stream of `StatusStreamResponse`s.
	StatusStream(*StatusStreamRequest, ViewProtocolService_StatusStreamServer) error
	// Queries for notes that have been accepted by the chain.
	// Returns a stream of `NotesResponse`s.
	Notes(*NotesRequest, ViewProtocolService_NotesServer) error
	// Returns a stream of `NotesForVotingResponse`s.
	NotesForVoting(*NotesForVotingRequest, ViewProtocolService_NotesForVotingServer) error
	// Returns authentication paths for the given note commitments.
	//
	// This method takes a batch of input commitments, rather than just one, so
	// that the client can get a consistent set of authentication paths to a
	// common root.  (Otherwise, if a client made multiple requests, the wallet
	// service could have advanced the state commitment tree state between queries).
	Witness(context.Context, *WitnessRequest) (*WitnessResponse, error)
	WitnessAndBuild(context.Context, *WitnessAndBuildRequest) (*WitnessAndBuildResponse, error)
	// Queries for assets.
	// Returns a stream of `AssetsResponse`s.
	Assets(*AssetsRequest, ViewProtocolService_AssetsServer) error
	// Query for the current app parameters.
	AppParameters(context.Context, *AppParametersRequest) (*AppParametersResponse, error)
	// Query for the current gas prices.
	GasPrices(context.Context, *GasPricesRequest) (*GasPricesResponse, error)
	// Query for the current FMD parameters.
	FMDParameters(context.Context, *FMDParametersRequest) (*FMDParametersResponse, error)
	// Query for an address given an address index
	AddressByIndex(context.Context, *AddressByIndexRequest) (*AddressByIndexResponse, error)
	// Query for wallet id
	WalletId(context.Context, *WalletIdRequest) (*WalletIdResponse, error)
	// Query for an address given an address index
	IndexByAddress(context.Context, *IndexByAddressRequest) (*IndexByAddressResponse, error)
	// Query for an ephemeral address
	EphemeralAddress(context.Context, *EphemeralAddressRequest) (*EphemeralAddressResponse, error)
	// Query for balance of a given address.
	// Returns a stream of `BalancesResponses`.
	Balances(*BalancesRequest, ViewProtocolService_BalancesServer) error
	// Query for a note by its note commitment, optionally waiting until the note is detected.
	NoteByCommitment(context.Context, *NoteByCommitmentRequest) (*NoteByCommitmentResponse, error)
	// Query for a swap by its swap commitment, optionally waiting until the swap is detected.
	SwapByCommitment(context.Context, *SwapByCommitmentRequest) (*SwapByCommitmentResponse, error)
	// Query for all unclaimed swaps.
	UnclaimedSwaps(*UnclaimedSwapsRequest, ViewProtocolService_UnclaimedSwapsServer) error
	// Query for whether a nullifier has been spent, optionally waiting until it is spent.
	NullifierStatus(context.Context, *NullifierStatusRequest) (*NullifierStatusResponse, error)
	// Query for a given transaction by its hash.
	TransactionInfoByHash(context.Context, *TransactionInfoByHashRequest) (*TransactionInfoByHashResponse, error)
	// Query for the full transactions in the given range of blocks.
	// Returns a stream of `TransactionInfoResponse`s.
	TransactionInfo(*TransactionInfoRequest, ViewProtocolService_TransactionInfoServer) error
	// Query for a transaction plan
	TransactionPlanner(context.Context, *TransactionPlannerRequest) (*TransactionPlannerResponse, error)
	// Broadcast a transaction to the network, optionally waiting for full confirmation.
	BroadcastTransaction(context.Context, *BroadcastTransactionRequest) (*BroadcastTransactionResponse, error)
	// Query for owned position IDs for the given trading pair and in the given position state.
	OwnedPositionIds(*OwnedPositionIdsRequest, ViewProtocolService_OwnedPositionIdsServer) error
	// Authorize a transaction plan and build the transaction.
	AuthorizeAndBuild(context.Context, *AuthorizeAndBuildRequest) (*AuthorizeAndBuildResponse, error)
}

ViewProtocolServiceServer is the server API for ViewProtocolService service.

type ViewProtocolService_AssetsClient

type ViewProtocolService_AssetsClient interface {
	Recv() (*AssetsResponse, error)
	grpc.ClientStream
}

type ViewProtocolService_AssetsServer

type ViewProtocolService_AssetsServer interface {
	Send(*AssetsResponse) error
	grpc.ServerStream
}

type ViewProtocolService_BalancesClient

type ViewProtocolService_BalancesClient interface {
	Recv() (*BalancesResponse, error)
	grpc.ClientStream
}

type ViewProtocolService_BalancesServer

type ViewProtocolService_BalancesServer interface {
	Send(*BalancesResponse) error
	grpc.ServerStream
}

type ViewProtocolService_NotesClient

type ViewProtocolService_NotesClient interface {
	Recv() (*NotesResponse, error)
	grpc.ClientStream
}

type ViewProtocolService_NotesForVotingClient

type ViewProtocolService_NotesForVotingClient interface {
	Recv() (*NotesForVotingResponse, error)
	grpc.ClientStream
}

type ViewProtocolService_NotesForVotingServer

type ViewProtocolService_NotesForVotingServer interface {
	Send(*NotesForVotingResponse) error
	grpc.ServerStream
}

type ViewProtocolService_NotesServer

type ViewProtocolService_NotesServer interface {
	Send(*NotesResponse) error
	grpc.ServerStream
}

type ViewProtocolService_OwnedPositionIdsClient

type ViewProtocolService_OwnedPositionIdsClient interface {
	Recv() (*OwnedPositionIdsResponse, error)
	grpc.ClientStream
}

type ViewProtocolService_OwnedPositionIdsServer

type ViewProtocolService_OwnedPositionIdsServer interface {
	Send(*OwnedPositionIdsResponse) error
	grpc.ServerStream
}

type ViewProtocolService_StatusStreamClient

type ViewProtocolService_StatusStreamClient interface {
	Recv() (*StatusStreamResponse, error)
	grpc.ClientStream
}

type ViewProtocolService_StatusStreamServer

type ViewProtocolService_StatusStreamServer interface {
	Send(*StatusStreamResponse) error
	grpc.ServerStream
}

type ViewProtocolService_TransactionInfoClient

type ViewProtocolService_TransactionInfoClient interface {
	Recv() (*TransactionInfoResponse, error)
	grpc.ClientStream
}

type ViewProtocolService_TransactionInfoServer

type ViewProtocolService_TransactionInfoServer interface {
	Send(*TransactionInfoResponse) error
	grpc.ServerStream
}

type ViewProtocolService_UnclaimedSwapsClient added in v2.5.0

type ViewProtocolService_UnclaimedSwapsClient interface {
	Recv() (*UnclaimedSwapsResponse, error)
	grpc.ClientStream
}

type ViewProtocolService_UnclaimedSwapsServer added in v2.5.0

type ViewProtocolService_UnclaimedSwapsServer interface {
	Send(*UnclaimedSwapsResponse) error
	grpc.ServerStream
}

type WalletIdRequest added in v2.5.0

type WalletIdRequest struct {
}

func (*WalletIdRequest) Descriptor added in v2.5.0

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

func (*WalletIdRequest) Marshal added in v2.5.0

func (m *WalletIdRequest) Marshal() (dAtA []byte, err error)

func (*WalletIdRequest) MarshalTo added in v2.5.0

func (m *WalletIdRequest) MarshalTo(dAtA []byte) (int, error)

func (*WalletIdRequest) MarshalToSizedBuffer added in v2.5.0

func (m *WalletIdRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WalletIdRequest) ProtoMessage added in v2.5.0

func (*WalletIdRequest) ProtoMessage()

func (*WalletIdRequest) Reset added in v2.5.0

func (m *WalletIdRequest) Reset()

func (*WalletIdRequest) Size added in v2.5.0

func (m *WalletIdRequest) Size() (n int)

func (*WalletIdRequest) String added in v2.5.0

func (m *WalletIdRequest) String() string

func (*WalletIdRequest) Unmarshal added in v2.5.0

func (m *WalletIdRequest) Unmarshal(dAtA []byte) error

func (*WalletIdRequest) XXX_DiscardUnknown added in v2.5.0

func (m *WalletIdRequest) XXX_DiscardUnknown()

func (*WalletIdRequest) XXX_Marshal added in v2.5.0

func (m *WalletIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WalletIdRequest) XXX_Merge added in v2.5.0

func (m *WalletIdRequest) XXX_Merge(src proto.Message)

func (*WalletIdRequest) XXX_Size added in v2.5.0

func (m *WalletIdRequest) XXX_Size() int

func (*WalletIdRequest) XXX_Unmarshal added in v2.5.0

func (m *WalletIdRequest) XXX_Unmarshal(b []byte) error

type WalletIdResponse added in v2.5.0

type WalletIdResponse struct {
	WalletId *v1alpha13.WalletId `protobuf:"bytes,1,opt,name=wallet_id,json=walletId,proto3" json:"wallet_id,omitempty"`
}

func (*WalletIdResponse) Descriptor added in v2.5.0

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

func (*WalletIdResponse) GetWalletId added in v2.5.0

func (m *WalletIdResponse) GetWalletId() *v1alpha13.WalletId

func (*WalletIdResponse) Marshal added in v2.5.0

func (m *WalletIdResponse) Marshal() (dAtA []byte, err error)

func (*WalletIdResponse) MarshalTo added in v2.5.0

func (m *WalletIdResponse) MarshalTo(dAtA []byte) (int, error)

func (*WalletIdResponse) MarshalToSizedBuffer added in v2.5.0

func (m *WalletIdResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WalletIdResponse) ProtoMessage added in v2.5.0

func (*WalletIdResponse) ProtoMessage()

func (*WalletIdResponse) Reset added in v2.5.0

func (m *WalletIdResponse) Reset()

func (*WalletIdResponse) Size added in v2.5.0

func (m *WalletIdResponse) Size() (n int)

func (*WalletIdResponse) String added in v2.5.0

func (m *WalletIdResponse) String() string

func (*WalletIdResponse) Unmarshal added in v2.5.0

func (m *WalletIdResponse) Unmarshal(dAtA []byte) error

func (*WalletIdResponse) XXX_DiscardUnknown added in v2.5.0

func (m *WalletIdResponse) XXX_DiscardUnknown()

func (*WalletIdResponse) XXX_Marshal added in v2.5.0

func (m *WalletIdResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WalletIdResponse) XXX_Merge added in v2.5.0

func (m *WalletIdResponse) XXX_Merge(src proto.Message)

func (*WalletIdResponse) XXX_Size added in v2.5.0

func (m *WalletIdResponse) XXX_Size() int

func (*WalletIdResponse) XXX_Unmarshal added in v2.5.0

func (m *WalletIdResponse) XXX_Unmarshal(b []byte) error

type WitnessAndBuildRequest

type WitnessAndBuildRequest struct {
	TransactionPlan   *v1alpha1.TransactionPlan   `protobuf:"bytes,1,opt,name=transaction_plan,json=transactionPlan,proto3" json:"transaction_plan,omitempty"`
	AuthorizationData *v1alpha1.AuthorizationData `protobuf:"bytes,2,opt,name=authorization_data,json=authorizationData,proto3" json:"authorization_data,omitempty"`
}

func (*WitnessAndBuildRequest) Descriptor

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

func (*WitnessAndBuildRequest) GetAuthorizationData

func (m *WitnessAndBuildRequest) GetAuthorizationData() *v1alpha1.AuthorizationData

func (*WitnessAndBuildRequest) GetTransactionPlan

func (m *WitnessAndBuildRequest) GetTransactionPlan() *v1alpha1.TransactionPlan

func (*WitnessAndBuildRequest) Marshal

func (m *WitnessAndBuildRequest) Marshal() (dAtA []byte, err error)

func (*WitnessAndBuildRequest) MarshalTo

func (m *WitnessAndBuildRequest) MarshalTo(dAtA []byte) (int, error)

func (*WitnessAndBuildRequest) MarshalToSizedBuffer

func (m *WitnessAndBuildRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WitnessAndBuildRequest) ProtoMessage

func (*WitnessAndBuildRequest) ProtoMessage()

func (*WitnessAndBuildRequest) Reset

func (m *WitnessAndBuildRequest) Reset()

func (*WitnessAndBuildRequest) Size

func (m *WitnessAndBuildRequest) Size() (n int)

func (*WitnessAndBuildRequest) String

func (m *WitnessAndBuildRequest) String() string

func (*WitnessAndBuildRequest) Unmarshal

func (m *WitnessAndBuildRequest) Unmarshal(dAtA []byte) error

func (*WitnessAndBuildRequest) XXX_DiscardUnknown

func (m *WitnessAndBuildRequest) XXX_DiscardUnknown()

func (*WitnessAndBuildRequest) XXX_Marshal

func (m *WitnessAndBuildRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WitnessAndBuildRequest) XXX_Merge

func (m *WitnessAndBuildRequest) XXX_Merge(src proto.Message)

func (*WitnessAndBuildRequest) XXX_Size

func (m *WitnessAndBuildRequest) XXX_Size() int

func (*WitnessAndBuildRequest) XXX_Unmarshal

func (m *WitnessAndBuildRequest) XXX_Unmarshal(b []byte) error

type WitnessAndBuildResponse

type WitnessAndBuildResponse struct {
	Transaction *v1alpha1.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
}

func (*WitnessAndBuildResponse) Descriptor

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

func (*WitnessAndBuildResponse) GetTransaction

func (m *WitnessAndBuildResponse) GetTransaction() *v1alpha1.Transaction

func (*WitnessAndBuildResponse) Marshal

func (m *WitnessAndBuildResponse) Marshal() (dAtA []byte, err error)

func (*WitnessAndBuildResponse) MarshalTo

func (m *WitnessAndBuildResponse) MarshalTo(dAtA []byte) (int, error)

func (*WitnessAndBuildResponse) MarshalToSizedBuffer

func (m *WitnessAndBuildResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WitnessAndBuildResponse) ProtoMessage

func (*WitnessAndBuildResponse) ProtoMessage()

func (*WitnessAndBuildResponse) Reset

func (m *WitnessAndBuildResponse) Reset()

func (*WitnessAndBuildResponse) Size

func (m *WitnessAndBuildResponse) Size() (n int)

func (*WitnessAndBuildResponse) String

func (m *WitnessAndBuildResponse) String() string

func (*WitnessAndBuildResponse) Unmarshal

func (m *WitnessAndBuildResponse) Unmarshal(dAtA []byte) error

func (*WitnessAndBuildResponse) XXX_DiscardUnknown

func (m *WitnessAndBuildResponse) XXX_DiscardUnknown()

func (*WitnessAndBuildResponse) XXX_Marshal

func (m *WitnessAndBuildResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WitnessAndBuildResponse) XXX_Merge

func (m *WitnessAndBuildResponse) XXX_Merge(src proto.Message)

func (*WitnessAndBuildResponse) XXX_Size

func (m *WitnessAndBuildResponse) XXX_Size() int

func (*WitnessAndBuildResponse) XXX_Unmarshal

func (m *WitnessAndBuildResponse) XXX_Unmarshal(b []byte) error

type WitnessRequest

type WitnessRequest struct {
	// The note commitments to obtain auth paths for.
	NoteCommitments []*v1alpha16.StateCommitment `protobuf:"bytes,2,rep,name=note_commitments,json=noteCommitments,proto3" json:"note_commitments,omitempty"`
	// The transaction plan to witness
	TransactionPlan *v1alpha1.TransactionPlan `protobuf:"bytes,3,opt,name=transaction_plan,json=transactionPlan,proto3" json:"transaction_plan,omitempty"`
}

func (*WitnessRequest) Descriptor

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

func (*WitnessRequest) GetNoteCommitments

func (m *WitnessRequest) GetNoteCommitments() []*v1alpha16.StateCommitment

func (*WitnessRequest) GetTransactionPlan

func (m *WitnessRequest) GetTransactionPlan() *v1alpha1.TransactionPlan

func (*WitnessRequest) Marshal

func (m *WitnessRequest) Marshal() (dAtA []byte, err error)

func (*WitnessRequest) MarshalTo

func (m *WitnessRequest) MarshalTo(dAtA []byte) (int, error)

func (*WitnessRequest) MarshalToSizedBuffer

func (m *WitnessRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WitnessRequest) ProtoMessage

func (*WitnessRequest) ProtoMessage()

func (*WitnessRequest) Reset

func (m *WitnessRequest) Reset()

func (*WitnessRequest) Size

func (m *WitnessRequest) Size() (n int)

func (*WitnessRequest) String

func (m *WitnessRequest) String() string

func (*WitnessRequest) Unmarshal

func (m *WitnessRequest) Unmarshal(dAtA []byte) error

func (*WitnessRequest) XXX_DiscardUnknown

func (m *WitnessRequest) XXX_DiscardUnknown()

func (*WitnessRequest) XXX_Marshal

func (m *WitnessRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WitnessRequest) XXX_Merge

func (m *WitnessRequest) XXX_Merge(src proto.Message)

func (*WitnessRequest) XXX_Size

func (m *WitnessRequest) XXX_Size() int

func (*WitnessRequest) XXX_Unmarshal

func (m *WitnessRequest) XXX_Unmarshal(b []byte) error

type WitnessResponse

type WitnessResponse struct {
	WitnessData *v1alpha1.WitnessData `protobuf:"bytes,1,opt,name=witness_data,json=witnessData,proto3" json:"witness_data,omitempty"`
}

func (*WitnessResponse) Descriptor

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

func (*WitnessResponse) GetWitnessData

func (m *WitnessResponse) GetWitnessData() *v1alpha1.WitnessData

func (*WitnessResponse) Marshal

func (m *WitnessResponse) Marshal() (dAtA []byte, err error)

func (*WitnessResponse) MarshalTo

func (m *WitnessResponse) MarshalTo(dAtA []byte) (int, error)

func (*WitnessResponse) MarshalToSizedBuffer

func (m *WitnessResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*WitnessResponse) ProtoMessage

func (*WitnessResponse) ProtoMessage()

func (*WitnessResponse) Reset

func (m *WitnessResponse) Reset()

func (*WitnessResponse) Size

func (m *WitnessResponse) Size() (n int)

func (*WitnessResponse) String

func (m *WitnessResponse) String() string

func (*WitnessResponse) Unmarshal

func (m *WitnessResponse) Unmarshal(dAtA []byte) error

func (*WitnessResponse) XXX_DiscardUnknown

func (m *WitnessResponse) XXX_DiscardUnknown()

func (*WitnessResponse) XXX_Marshal

func (m *WitnessResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WitnessResponse) XXX_Merge

func (m *WitnessResponse) XXX_Merge(src proto.Message)

func (*WitnessResponse) XXX_Size

func (m *WitnessResponse) XXX_Size() int

func (*WitnessResponse) XXX_Unmarshal

func (m *WitnessResponse) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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