viewv1

package
v9.0.0-...-e599657 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2024 License: Apache-2.0 Imports: 26 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")
)
View Source
var DelegationsByAddressIndexRequest_Filter_name = map[int32]string{
	0: "FILTER_UNSPECIFIED",
	1: "FILTER_ALL_ACTIVE_WITH_NONZERO_BALANCES",
	2: "FILTER_ALL",
}
View Source
var DelegationsByAddressIndexRequest_Filter_value = map[string]int32{
	"FILTER_UNSPECIFIED":                      0,
	"FILTER_ALL_ACTIVE_WITH_NONZERO_BALANCES": 1,
	"FILTER_ALL":                              2,
}
View Source
var UnbondingTokensByAddressIndexRequest_Filter_name = map[int32]string{
	0: "FILTER_UNSPECIFIED",
	1: "FILTER_CLAIMABLE",
	2: "FILTER_NOT_YET_CLAIMABLE",
}
View Source
var UnbondingTokensByAddressIndexRequest_Filter_value = map[string]int32{
	"FILTER_UNSPECIFIED":       0,
	"FILTER_CLAIMABLE":         1,
	"FILTER_NOT_YET_CLAIMABLE": 2,
}

Functions

func RegisterViewServiceServer

func RegisterViewServiceServer(s grpc1.Server, srv ViewServiceServer)

Types

type AddressByIndexRequest

type AddressByIndexRequest struct {
	AddressIndex *v1.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() *v1.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 *v1.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() *v1.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

type AppParametersRequest struct {
}

Requests the current app parameters from the view service.

func (*AppParametersRequest) Descriptor

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

func (*AppParametersRequest) Marshal

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

func (*AppParametersRequest) MarshalTo

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

func (*AppParametersRequest) MarshalToSizedBuffer

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

func (*AppParametersRequest) ProtoMessage

func (*AppParametersRequest) ProtoMessage()

func (*AppParametersRequest) Reset

func (m *AppParametersRequest) Reset()

func (*AppParametersRequest) Size

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

func (*AppParametersRequest) String

func (m *AppParametersRequest) String() string

func (*AppParametersRequest) Unmarshal

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

func (*AppParametersRequest) XXX_DiscardUnknown

func (m *AppParametersRequest) XXX_DiscardUnknown()

func (*AppParametersRequest) XXX_Marshal

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

func (*AppParametersRequest) XXX_Merge

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

func (*AppParametersRequest) XXX_Size

func (m *AppParametersRequest) XXX_Size() int

func (*AppParametersRequest) XXX_Unmarshal

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

type AppParametersResponse

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

func (*AppParametersResponse) Descriptor

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

func (*AppParametersResponse) GetParameters

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

func (*AppParametersResponse) Marshal

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

func (*AppParametersResponse) MarshalTo

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

func (*AppParametersResponse) MarshalToSizedBuffer

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

func (*AppParametersResponse) ProtoMessage

func (*AppParametersResponse) ProtoMessage()

func (*AppParametersResponse) Reset

func (m *AppParametersResponse) Reset()

func (*AppParametersResponse) Size

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

func (*AppParametersResponse) String

func (m *AppParametersResponse) String() string

func (*AppParametersResponse) Unmarshal

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

func (*AppParametersResponse) XXX_DiscardUnknown

func (m *AppParametersResponse) XXX_DiscardUnknown()

func (*AppParametersResponse) XXX_Marshal

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

func (*AppParametersResponse) XXX_Merge

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

func (*AppParametersResponse) XXX_Size

func (m *AppParametersResponse) XXX_Size() int

func (*AppParametersResponse) XXX_Unmarshal

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

type AssetMetadataByIdRequest

type AssetMetadataByIdRequest struct {
	// The asset id to request information on.
	AssetId *v18.AssetId `protobuf:"bytes,2,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"`
}

Requests information on an asset by asset id

func (*AssetMetadataByIdRequest) Descriptor

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

func (*AssetMetadataByIdRequest) GetAssetId

func (m *AssetMetadataByIdRequest) GetAssetId() *v18.AssetId

func (*AssetMetadataByIdRequest) Marshal

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

func (*AssetMetadataByIdRequest) MarshalTo

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

func (*AssetMetadataByIdRequest) MarshalToSizedBuffer

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

func (*AssetMetadataByIdRequest) ProtoMessage

func (*AssetMetadataByIdRequest) ProtoMessage()

func (*AssetMetadataByIdRequest) Reset

func (m *AssetMetadataByIdRequest) Reset()

func (*AssetMetadataByIdRequest) Size

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

func (*AssetMetadataByIdRequest) String

func (m *AssetMetadataByIdRequest) String() string

func (*AssetMetadataByIdRequest) Unmarshal

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

func (*AssetMetadataByIdRequest) XXX_DiscardUnknown

func (m *AssetMetadataByIdRequest) XXX_DiscardUnknown()

func (*AssetMetadataByIdRequest) XXX_Marshal

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

func (*AssetMetadataByIdRequest) XXX_Merge

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

func (*AssetMetadataByIdRequest) XXX_Size

func (m *AssetMetadataByIdRequest) XXX_Size() int

func (*AssetMetadataByIdRequest) XXX_Unmarshal

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

type AssetMetadataByIdResponse

type AssetMetadataByIdResponse struct {
	// If present, information on the requested asset.
	//
	// If the requested asset was unknown, this field will not be present.
	DenomMetadata *v18.Metadata `protobuf:"bytes,1,opt,name=denom_metadata,json=denomMetadata,proto3" json:"denom_metadata,omitempty"`
}

func (*AssetMetadataByIdResponse) Descriptor

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

func (*AssetMetadataByIdResponse) GetDenomMetadata

func (m *AssetMetadataByIdResponse) GetDenomMetadata() *v18.Metadata

func (*AssetMetadataByIdResponse) Marshal

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

func (*AssetMetadataByIdResponse) MarshalTo

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

func (*AssetMetadataByIdResponse) MarshalToSizedBuffer

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

func (*AssetMetadataByIdResponse) ProtoMessage

func (*AssetMetadataByIdResponse) ProtoMessage()

func (*AssetMetadataByIdResponse) Reset

func (m *AssetMetadataByIdResponse) Reset()

func (*AssetMetadataByIdResponse) Size

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

func (*AssetMetadataByIdResponse) String

func (m *AssetMetadataByIdResponse) String() string

func (*AssetMetadataByIdResponse) Unmarshal

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

func (*AssetMetadataByIdResponse) XXX_DiscardUnknown

func (m *AssetMetadataByIdResponse) XXX_DiscardUnknown()

func (*AssetMetadataByIdResponse) XXX_Marshal

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

func (*AssetMetadataByIdResponse) XXX_Merge

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

func (*AssetMetadataByIdResponse) XXX_Size

func (m *AssetMetadataByIdResponse) XXX_Size() int

func (*AssetMetadataByIdResponse) XXX_Unmarshal

func (m *AssetMetadataByIdResponse) 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 []*v18.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() []*v18.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 *v18.Metadata `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() *v18.Metadata

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 AuctionsRequest

type AuctionsRequest struct {
	// If present, filter balances to only include the account specified by the `AddressIndex`.
	AccountFilter *v1.AddressIndex `protobuf:"bytes,1,opt,name=account_filter,json=accountFilter,proto3" json:"account_filter,omitempty"`
	// If present, include inactive auctions as well as active ones.
	IncludeInactive bool `protobuf:"varint,2,opt,name=include_inactive,json=includeInactive,proto3" json:"include_inactive,omitempty"`
	// If set, query a fullnode for the current state of the auctions.
	QueryLatestState bool `protobuf:"varint,3,opt,name=query_latest_state,json=queryLatestState,proto3" json:"query_latest_state,omitempty"`
	// If present, filter to only include auctions whose IDs are in this array.
	AuctionIdsFilter []*v11.AuctionId `protobuf:"bytes,4,rep,name=auction_ids_filter,json=auctionIdsFilter,proto3" json:"auction_ids_filter,omitempty"`
}

Filters in an `AuctionsRequest` will be combined using `AND` logic -- that is, the more filters you add, the fewer responses you're likely to get.

func (*AuctionsRequest) Descriptor

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

func (*AuctionsRequest) GetAccountFilter

func (m *AuctionsRequest) GetAccountFilter() *v1.AddressIndex

func (*AuctionsRequest) GetAuctionIdsFilter

func (m *AuctionsRequest) GetAuctionIdsFilter() []*v11.AuctionId

func (*AuctionsRequest) GetIncludeInactive

func (m *AuctionsRequest) GetIncludeInactive() bool

func (*AuctionsRequest) GetQueryLatestState

func (m *AuctionsRequest) GetQueryLatestState() bool

func (*AuctionsRequest) Marshal

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

func (*AuctionsRequest) MarshalTo

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

func (*AuctionsRequest) MarshalToSizedBuffer

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

func (*AuctionsRequest) ProtoMessage

func (*AuctionsRequest) ProtoMessage()

func (*AuctionsRequest) Reset

func (m *AuctionsRequest) Reset()

func (*AuctionsRequest) Size

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

func (*AuctionsRequest) String

func (m *AuctionsRequest) String() string

func (*AuctionsRequest) Unmarshal

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

func (*AuctionsRequest) XXX_DiscardUnknown

func (m *AuctionsRequest) XXX_DiscardUnknown()

func (*AuctionsRequest) XXX_Marshal

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

func (*AuctionsRequest) XXX_Merge

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

func (*AuctionsRequest) XXX_Size

func (m *AuctionsRequest) XXX_Size() int

func (*AuctionsRequest) XXX_Unmarshal

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

type AuctionsResponse

type AuctionsResponse struct {
	Id *v11.AuctionId `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The state of the returned auction.
	//
	// Only present when `query_latest_state` was provided.
	Auction *types.Any `protobuf:"bytes,2,opt,name=auction,proto3" json:"auction,omitempty"`
	// The state of any DEX positions relevant to the returned auction.
	//
	// Only present when `query_latest_state` was provided.
	// Could be empty, depending on the auction state.
	Positions []*v12.Position `protobuf:"bytes,3,rep,name=positions,proto3" json:"positions,omitempty"`
	// The note recording the auction NFT.
	NoteRecord *SpendableNoteRecord `protobuf:"bytes,4,opt,name=note_record,json=noteRecord,proto3" json:"note_record,omitempty"`
	// The sequence number of the auction state _as known to the local view
	// service_. Note that the local view service may lag behind the fullnode. For
	// example, if the chain hits an auction's `end_height`, but the user hasn't
	// yet exchanged their sequence-0 (opened) auction NFT for a sequence-1
	// (closed) auction NFT, the local view service will have a sequnce number of
	// 0.
	//
	// Dutch auctions move from:
	// 0 (opened) => 1 (closed) => n (withdrawn)
	LocalSeq uint64 `protobuf:"varint,5,opt,name=local_seq,json=localSeq,proto3" json:"local_seq,omitempty"`
}

func (*AuctionsResponse) Descriptor

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

func (*AuctionsResponse) GetAuction

func (m *AuctionsResponse) GetAuction() *types.Any

func (*AuctionsResponse) GetId

func (m *AuctionsResponse) GetId() *v11.AuctionId

func (*AuctionsResponse) GetLocalSeq

func (m *AuctionsResponse) GetLocalSeq() uint64

func (*AuctionsResponse) GetNoteRecord

func (m *AuctionsResponse) GetNoteRecord() *SpendableNoteRecord

func (*AuctionsResponse) GetPositions

func (m *AuctionsResponse) GetPositions() []*v12.Position

func (*AuctionsResponse) Marshal

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

func (*AuctionsResponse) MarshalTo

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

func (*AuctionsResponse) MarshalToSizedBuffer

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

func (*AuctionsResponse) ProtoMessage

func (*AuctionsResponse) ProtoMessage()

func (*AuctionsResponse) Reset

func (m *AuctionsResponse) Reset()

func (*AuctionsResponse) Size

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

func (*AuctionsResponse) String

func (m *AuctionsResponse) String() string

func (*AuctionsResponse) Unmarshal

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

func (*AuctionsResponse) XXX_DiscardUnknown

func (m *AuctionsResponse) XXX_DiscardUnknown()

func (*AuctionsResponse) XXX_Marshal

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

func (*AuctionsResponse) XXX_Merge

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

func (*AuctionsResponse) XXX_Size

func (m *AuctionsResponse) XXX_Size() int

func (*AuctionsResponse) XXX_Unmarshal

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

type AuthorizeAndBuildRequest

type AuthorizeAndBuildRequest struct {
	// The transaction plan to authorize and build.
	TransactionPlan *v13.TransactionPlan `protobuf:"bytes,1,opt,name=transaction_plan,json=transactionPlan,proto3" json:"transaction_plan,omitempty"`
}

func (*AuthorizeAndBuildRequest) Descriptor

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

func (*AuthorizeAndBuildRequest) GetTransactionPlan

func (m *AuthorizeAndBuildRequest) GetTransactionPlan() *v13.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 {
	// Types that are valid to be assigned to Status:
	//	*AuthorizeAndBuildResponse_BuildProgress_
	//	*AuthorizeAndBuildResponse_Complete_
	Status isAuthorizeAndBuildResponse_Status `protobuf_oneof:"status"`
}

func (*AuthorizeAndBuildResponse) Descriptor

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

func (*AuthorizeAndBuildResponse) GetBuildProgress

func (*AuthorizeAndBuildResponse) GetComplete

func (*AuthorizeAndBuildResponse) GetStatus

func (m *AuthorizeAndBuildResponse) GetStatus() isAuthorizeAndBuildResponse_Status

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_OneofWrappers

func (*AuthorizeAndBuildResponse) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*AuthorizeAndBuildResponse) XXX_Size

func (m *AuthorizeAndBuildResponse) XXX_Size() int

func (*AuthorizeAndBuildResponse) XXX_Unmarshal

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

type AuthorizeAndBuildResponse_BuildProgress

type AuthorizeAndBuildResponse_BuildProgress struct {
	// An approximate progress of the build, from 0 to 1.
	Progress float32 `protobuf:"fixed32,1,opt,name=progress,proto3" json:"progress,omitempty"`
}

Signals that building is in progress.

func (*AuthorizeAndBuildResponse_BuildProgress) Descriptor

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

func (*AuthorizeAndBuildResponse_BuildProgress) GetProgress

func (*AuthorizeAndBuildResponse_BuildProgress) Marshal

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

func (*AuthorizeAndBuildResponse_BuildProgress) MarshalTo

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

func (*AuthorizeAndBuildResponse_BuildProgress) MarshalToSizedBuffer

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

func (*AuthorizeAndBuildResponse_BuildProgress) ProtoMessage

func (*AuthorizeAndBuildResponse_BuildProgress) Reset

func (*AuthorizeAndBuildResponse_BuildProgress) Size

func (*AuthorizeAndBuildResponse_BuildProgress) String

func (*AuthorizeAndBuildResponse_BuildProgress) Unmarshal

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

func (*AuthorizeAndBuildResponse_BuildProgress) XXX_DiscardUnknown

func (m *AuthorizeAndBuildResponse_BuildProgress) XXX_DiscardUnknown()

func (*AuthorizeAndBuildResponse_BuildProgress) XXX_Marshal

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

func (*AuthorizeAndBuildResponse_BuildProgress) XXX_Merge

func (*AuthorizeAndBuildResponse_BuildProgress) XXX_Size

func (*AuthorizeAndBuildResponse_BuildProgress) XXX_Unmarshal

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

type AuthorizeAndBuildResponse_BuildProgress_

type AuthorizeAndBuildResponse_BuildProgress_ struct {
	BuildProgress *AuthorizeAndBuildResponse_BuildProgress `protobuf:"bytes,1,opt,name=build_progress,json=buildProgress,proto3,oneof" json:"build_progress,omitempty"`
}

func (*AuthorizeAndBuildResponse_BuildProgress_) MarshalTo

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

func (*AuthorizeAndBuildResponse_BuildProgress_) MarshalToSizedBuffer

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

func (*AuthorizeAndBuildResponse_BuildProgress_) Size

type AuthorizeAndBuildResponse_Complete

type AuthorizeAndBuildResponse_Complete struct {
	// The finished transaction.
	Transaction *v13.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
}

Signals that the transaction is complete.

func (*AuthorizeAndBuildResponse_Complete) Descriptor

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

func (*AuthorizeAndBuildResponse_Complete) GetTransaction

func (m *AuthorizeAndBuildResponse_Complete) GetTransaction() *v13.Transaction

func (*AuthorizeAndBuildResponse_Complete) Marshal

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

func (*AuthorizeAndBuildResponse_Complete) MarshalTo

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

func (*AuthorizeAndBuildResponse_Complete) MarshalToSizedBuffer

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

func (*AuthorizeAndBuildResponse_Complete) ProtoMessage

func (*AuthorizeAndBuildResponse_Complete) ProtoMessage()

func (*AuthorizeAndBuildResponse_Complete) Reset

func (*AuthorizeAndBuildResponse_Complete) Size

func (*AuthorizeAndBuildResponse_Complete) String

func (*AuthorizeAndBuildResponse_Complete) Unmarshal

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

func (*AuthorizeAndBuildResponse_Complete) XXX_DiscardUnknown

func (m *AuthorizeAndBuildResponse_Complete) XXX_DiscardUnknown()

func (*AuthorizeAndBuildResponse_Complete) XXX_Marshal

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

func (*AuthorizeAndBuildResponse_Complete) XXX_Merge

func (*AuthorizeAndBuildResponse_Complete) XXX_Size

func (*AuthorizeAndBuildResponse_Complete) XXX_Unmarshal

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

type AuthorizeAndBuildResponse_Complete_

type AuthorizeAndBuildResponse_Complete_ struct {
	Complete *AuthorizeAndBuildResponse_Complete `protobuf:"bytes,2,opt,name=complete,proto3,oneof" json:"complete,omitempty"`
}

func (*AuthorizeAndBuildResponse_Complete_) MarshalTo

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

func (*AuthorizeAndBuildResponse_Complete_) MarshalToSizedBuffer

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

func (*AuthorizeAndBuildResponse_Complete_) Size

type BalancesRequest

type BalancesRequest struct {
	// If present, filter balances to only include the account specified by the `AddressIndex`.
	AccountFilter *v1.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 *v18.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() *v1.AddressIndex

func (*BalancesRequest) GetAssetIdFilter

func (m *BalancesRequest) GetAssetIdFilter() *v18.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 {
	// Deprecated: use `account_address` instead.
	Account *v1.AddressIndex `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` // Deprecated: Do not use.
	// Deprecated: use `balance_view` instead.
	Balance *v18.Value `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance,omitempty"` // Deprecated: Do not use.
	// The default address for the account.
	//
	// Note that the returned balance is for all funds sent to the account,
	// not just funds sent to its default address.
	AccountAddress *v1.AddressView `protobuf:"bytes,3,opt,name=account_address,json=accountAddress,proto3" json:"account_address,omitempty"`
	// The account's balance, with metadata.
	BalanceView *v18.ValueView `protobuf:"bytes,4,opt,name=balance_view,json=balanceView,proto3" json:"balance_view,omitempty"`
}

func (*BalancesResponse) Descriptor

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

func (*BalancesResponse) GetAccount deprecated

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

Deprecated: Do not use.

func (*BalancesResponse) GetAccountAddress

func (m *BalancesResponse) GetAccountAddress() *v1.AddressView

func (*BalancesResponse) GetBalance deprecated

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

Deprecated: Do not use.

func (*BalancesResponse) GetBalanceView

func (m *BalancesResponse) GetBalanceView() *v18.ValueView

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 *v13.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() *v13.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 {
	// Types that are valid to be assigned to Status:
	//	*BroadcastTransactionResponse_BroadcastSuccess_
	//	*BroadcastTransactionResponse_Confirmed_
	Status isBroadcastTransactionResponse_Status `protobuf_oneof:"status"`
}

func (*BroadcastTransactionResponse) Descriptor

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

func (*BroadcastTransactionResponse) GetBroadcastSuccess

func (*BroadcastTransactionResponse) GetConfirmed

func (*BroadcastTransactionResponse) GetStatus

func (m *BroadcastTransactionResponse) GetStatus() isBroadcastTransactionResponse_Status

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_OneofWrappers

func (*BroadcastTransactionResponse) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*BroadcastTransactionResponse) XXX_Size

func (m *BroadcastTransactionResponse) XXX_Size() int

func (*BroadcastTransactionResponse) XXX_Unmarshal

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

type BroadcastTransactionResponse_BroadcastSuccess

type BroadcastTransactionResponse_BroadcastSuccess struct {
	// The hash of the transaction that was broadcast.
	Id *v14.TransactionId `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
}

Signals that the transaction was broadcast successfully (but has not been confirmed).

func (*BroadcastTransactionResponse_BroadcastSuccess) Descriptor

func (*BroadcastTransactionResponse_BroadcastSuccess) GetId

func (*BroadcastTransactionResponse_BroadcastSuccess) Marshal

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

func (*BroadcastTransactionResponse_BroadcastSuccess) MarshalTo

func (*BroadcastTransactionResponse_BroadcastSuccess) MarshalToSizedBuffer

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

func (*BroadcastTransactionResponse_BroadcastSuccess) ProtoMessage

func (*BroadcastTransactionResponse_BroadcastSuccess) Reset

func (*BroadcastTransactionResponse_BroadcastSuccess) Size

func (*BroadcastTransactionResponse_BroadcastSuccess) String

func (*BroadcastTransactionResponse_BroadcastSuccess) Unmarshal

func (*BroadcastTransactionResponse_BroadcastSuccess) XXX_DiscardUnknown

func (m *BroadcastTransactionResponse_BroadcastSuccess) XXX_DiscardUnknown()

func (*BroadcastTransactionResponse_BroadcastSuccess) XXX_Marshal

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

func (*BroadcastTransactionResponse_BroadcastSuccess) XXX_Merge

func (*BroadcastTransactionResponse_BroadcastSuccess) XXX_Size

func (*BroadcastTransactionResponse_BroadcastSuccess) XXX_Unmarshal

type BroadcastTransactionResponse_BroadcastSuccess_

type BroadcastTransactionResponse_BroadcastSuccess_ struct {
	BroadcastSuccess *BroadcastTransactionResponse_BroadcastSuccess `protobuf:"bytes,1,opt,name=broadcast_success,json=broadcastSuccess,proto3,oneof" json:"broadcast_success,omitempty"`
}

func (*BroadcastTransactionResponse_BroadcastSuccess_) MarshalTo

func (*BroadcastTransactionResponse_BroadcastSuccess_) MarshalToSizedBuffer

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

func (*BroadcastTransactionResponse_BroadcastSuccess_) Size

type BroadcastTransactionResponse_Confirmed

type BroadcastTransactionResponse_Confirmed struct {
	// The hash of the transaction that was broadcast.
	Id *v14.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.
	DetectionHeight uint64 `protobuf:"varint,2,opt,name=detection_height,json=detectionHeight,proto3" json:"detection_height,omitempty"`
}

Signals that the transaction has been confirmed on-chain and detected by the view server.

Will not be sent unless await_detection was true.

func (*BroadcastTransactionResponse_Confirmed) Descriptor

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

func (*BroadcastTransactionResponse_Confirmed) GetDetectionHeight

func (m *BroadcastTransactionResponse_Confirmed) GetDetectionHeight() uint64

func (*BroadcastTransactionResponse_Confirmed) GetId

func (*BroadcastTransactionResponse_Confirmed) Marshal

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

func (*BroadcastTransactionResponse_Confirmed) MarshalTo

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

func (*BroadcastTransactionResponse_Confirmed) MarshalToSizedBuffer

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

func (*BroadcastTransactionResponse_Confirmed) ProtoMessage

func (*BroadcastTransactionResponse_Confirmed) Reset

func (*BroadcastTransactionResponse_Confirmed) Size

func (*BroadcastTransactionResponse_Confirmed) String

func (*BroadcastTransactionResponse_Confirmed) Unmarshal

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

func (*BroadcastTransactionResponse_Confirmed) XXX_DiscardUnknown

func (m *BroadcastTransactionResponse_Confirmed) XXX_DiscardUnknown()

func (*BroadcastTransactionResponse_Confirmed) XXX_Marshal

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

func (*BroadcastTransactionResponse_Confirmed) XXX_Merge

func (*BroadcastTransactionResponse_Confirmed) XXX_Size

func (*BroadcastTransactionResponse_Confirmed) XXX_Unmarshal

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

type BroadcastTransactionResponse_Confirmed_

type BroadcastTransactionResponse_Confirmed_ struct {
	Confirmed *BroadcastTransactionResponse_Confirmed `protobuf:"bytes,2,opt,name=confirmed,proto3,oneof" json:"confirmed,omitempty"`
}

func (*BroadcastTransactionResponse_Confirmed_) MarshalTo

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

func (*BroadcastTransactionResponse_Confirmed_) MarshalToSizedBuffer

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

func (*BroadcastTransactionResponse_Confirmed_) Size

type DelegationsByAddressIndexRequest

type DelegationsByAddressIndexRequest struct {
	// The address index to fetch delegation balances for.
	AddressIndex *v1.AddressIndex                        `protobuf:"bytes,1,opt,name=address_index,json=addressIndex,proto3" json:"address_index,omitempty"`
	Filter       DelegationsByAddressIndexRequest_Filter `` /* 128-byte string literal not displayed */
}

Requests `ValueView`s of delegation tokens for the given address index. The returned `ValueView`s will include the `ValidatorInfo` for the delegated validator in their `extended_metadata` fields.

func (*DelegationsByAddressIndexRequest) Descriptor

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

func (*DelegationsByAddressIndexRequest) GetAddressIndex

func (m *DelegationsByAddressIndexRequest) GetAddressIndex() *v1.AddressIndex

func (*DelegationsByAddressIndexRequest) GetFilter

func (*DelegationsByAddressIndexRequest) Marshal

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

func (*DelegationsByAddressIndexRequest) MarshalTo

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

func (*DelegationsByAddressIndexRequest) MarshalToSizedBuffer

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

func (*DelegationsByAddressIndexRequest) ProtoMessage

func (*DelegationsByAddressIndexRequest) ProtoMessage()

func (*DelegationsByAddressIndexRequest) Reset

func (*DelegationsByAddressIndexRequest) Size

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

func (*DelegationsByAddressIndexRequest) String

func (*DelegationsByAddressIndexRequest) Unmarshal

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

func (*DelegationsByAddressIndexRequest) XXX_DiscardUnknown

func (m *DelegationsByAddressIndexRequest) XXX_DiscardUnknown()

func (*DelegationsByAddressIndexRequest) XXX_Marshal

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

func (*DelegationsByAddressIndexRequest) XXX_Merge

func (*DelegationsByAddressIndexRequest) XXX_Size

func (m *DelegationsByAddressIndexRequest) XXX_Size() int

func (*DelegationsByAddressIndexRequest) XXX_Unmarshal

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

type DelegationsByAddressIndexRequest_Filter

type DelegationsByAddressIndexRequest_Filter int32
const (
	// By default, returns delegations for all active validators. For validators
	// that the given address index has no delegation tokens for, a `ValueView`
	// with a balance of `0` will be returned.
	DelegationsByAddressIndexRequest_FILTER_UNSPECIFIED DelegationsByAddressIndexRequest_Filter = 0
	// Returns only delegations to active validators that the given address
	// index holds delegation tokens for.
	DelegationsByAddressIndexRequest_FILTER_ALL_ACTIVE_WITH_NONZERO_BALANCES DelegationsByAddressIndexRequest_Filter = 1
	// Return delegations for all validators, whether active or not. For
	// validators that the given address index has no delegation tokens for, a
	// `ValueView` with a balance of `0` will be returned.
	DelegationsByAddressIndexRequest_FILTER_ALL DelegationsByAddressIndexRequest_Filter = 2
)

func (DelegationsByAddressIndexRequest_Filter) EnumDescriptor

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

func (DelegationsByAddressIndexRequest_Filter) String

type DelegationsByAddressIndexResponse

type DelegationsByAddressIndexResponse struct {
	ValueView *v18.ValueView `protobuf:"bytes,1,opt,name=value_view,json=valueView,proto3" json:"value_view,omitempty"`
}

Contains a `ValueView` of delegation tokens for the requested address index. The `ValueView` includes the `ValidatorInfo` for the delegated validator in cits `extended_metadata` field.

func (*DelegationsByAddressIndexResponse) Descriptor

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

func (*DelegationsByAddressIndexResponse) GetValueView

func (m *DelegationsByAddressIndexResponse) GetValueView() *v18.ValueView

func (*DelegationsByAddressIndexResponse) Marshal

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

func (*DelegationsByAddressIndexResponse) MarshalTo

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

func (*DelegationsByAddressIndexResponse) MarshalToSizedBuffer

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

func (*DelegationsByAddressIndexResponse) ProtoMessage

func (*DelegationsByAddressIndexResponse) ProtoMessage()

func (*DelegationsByAddressIndexResponse) Reset

func (*DelegationsByAddressIndexResponse) Size

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

func (*DelegationsByAddressIndexResponse) String

func (*DelegationsByAddressIndexResponse) Unmarshal

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

func (*DelegationsByAddressIndexResponse) XXX_DiscardUnknown

func (m *DelegationsByAddressIndexResponse) XXX_DiscardUnknown()

func (*DelegationsByAddressIndexResponse) XXX_Marshal

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

func (*DelegationsByAddressIndexResponse) XXX_Merge

func (*DelegationsByAddressIndexResponse) XXX_Size

func (m *DelegationsByAddressIndexResponse) XXX_Size() int

func (*DelegationsByAddressIndexResponse) XXX_Unmarshal

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

type EphemeralAddressRequest

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

func (*EphemeralAddressRequest) Descriptor

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

func (*EphemeralAddressRequest) GetAddressIndex

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

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 *v1.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() *v1.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 *v113.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() *v113.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

type GasPricesRequest struct {
}

Requests the current gas prices from the view service.

func (*GasPricesRequest) Descriptor

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

func (*GasPricesRequest) Marshal

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

func (*GasPricesRequest) MarshalTo

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

func (*GasPricesRequest) MarshalToSizedBuffer

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

func (*GasPricesRequest) ProtoMessage

func (*GasPricesRequest) ProtoMessage()

func (*GasPricesRequest) Reset

func (m *GasPricesRequest) Reset()

func (*GasPricesRequest) Size

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

func (*GasPricesRequest) String

func (m *GasPricesRequest) String() string

func (*GasPricesRequest) Unmarshal

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

func (*GasPricesRequest) XXX_DiscardUnknown

func (m *GasPricesRequest) XXX_DiscardUnknown()

func (*GasPricesRequest) XXX_Marshal

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

func (*GasPricesRequest) XXX_Merge

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

func (*GasPricesRequest) XXX_Size

func (m *GasPricesRequest) XXX_Size() int

func (*GasPricesRequest) XXX_Unmarshal

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

type GasPricesResponse

type GasPricesResponse struct {
	// The current gas prices, in the preferred (native) token.
	GasPrices *v16.GasPrices `protobuf:"bytes,1,opt,name=gas_prices,json=gasPrices,proto3" json:"gas_prices,omitempty"`
	// Other gas prices for other accepted tokens.
	AltGasPrices []*v16.GasPrices `protobuf:"bytes,2,rep,name=alt_gas_prices,json=altGasPrices,proto3" json:"alt_gas_prices,omitempty"`
}

func (*GasPricesResponse) Descriptor

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

func (*GasPricesResponse) GetAltGasPrices

func (m *GasPricesResponse) GetAltGasPrices() []*v16.GasPrices

func (*GasPricesResponse) GetGasPrices

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

func (*GasPricesResponse) Marshal

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

func (*GasPricesResponse) MarshalTo

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

func (*GasPricesResponse) MarshalToSizedBuffer

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

func (*GasPricesResponse) ProtoMessage

func (*GasPricesResponse) ProtoMessage()

func (*GasPricesResponse) Reset

func (m *GasPricesResponse) Reset()

func (*GasPricesResponse) Size

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

func (*GasPricesResponse) String

func (m *GasPricesResponse) String() string

func (*GasPricesResponse) Unmarshal

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

func (*GasPricesResponse) XXX_DiscardUnknown

func (m *GasPricesResponse) XXX_DiscardUnknown()

func (*GasPricesResponse) XXX_Marshal

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

func (*GasPricesResponse) XXX_Merge

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

func (*GasPricesResponse) XXX_Size

func (m *GasPricesResponse) XXX_Size() int

func (*GasPricesResponse) XXX_Unmarshal

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

type IndexByAddressRequest

type IndexByAddressRequest struct {
	Address *v1.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() *v1.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 *v1.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() *v1.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 *v19.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() *v19.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 *v1.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() *v1.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 *v1.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() *v1.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 *v18.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.v1.
	AddressIndex *v1.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 *v110.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() *v1.AddressIndex

func (*NotesRequest) GetAmountToSpend

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

func (*NotesRequest) GetAssetId

func (m *NotesRequest) GetAssetId() *v18.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      *v17.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() *v17.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 *v12.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 *v12.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() *v12.PositionState

func (*OwnedPositionIdsRequest) GetTradingPair

func (m *OwnedPositionIdsRequest) GetTradingPair() *v12.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 *v12.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() *v12.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 *v19.StateCommitment `protobuf:"bytes,1,opt,name=note_commitment,json=noteCommitment,proto3" json:"note_commitment,omitempty"`
	// The note plaintext itself.
	Note *v113.Note `protobuf:"bytes,2,opt,name=note,proto3" json:"note,omitempty"`
	// A precomputed decryption of the note's address incore.component.dex.v1.
	AddressIndex *v1.AddressIndex `protobuf:"bytes,3,opt,name=address_index,json=addressIndex,proto3" json:"address_index,omitempty"`
	// The note's nullifier.
	Nullifier *v17.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 *v17.CommitmentSource `protobuf:"bytes,8,opt,name=source,proto3" json:"source,omitempty"`
	// The sender's return address, if known.
	ReturnAddress *v1.AddressView `protobuf:"bytes,9,opt,name=return_address,json=returnAddress,proto3" json:"return_address,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() *v1.AddressIndex

func (*SpendableNoteRecord) GetHeightCreated

func (m *SpendableNoteRecord) GetHeightCreated() uint64

func (*SpendableNoteRecord) GetHeightSpent

func (m *SpendableNoteRecord) GetHeightSpent() uint64

func (*SpendableNoteRecord) GetNote

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

func (*SpendableNoteRecord) GetNoteCommitment

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

func (*SpendableNoteRecord) GetNullifier

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

func (*SpendableNoteRecord) GetPosition

func (m *SpendableNoteRecord) GetPosition() uint64

func (*SpendableNoteRecord) GetReturnAddress

func (m *SpendableNoteRecord) GetReturnAddress() *v1.AddressView

func (*SpendableNoteRecord) GetSource

func (m *SpendableNoteRecord) GetSource() *v17.CommitmentSource

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

func (m *StatusResponse) GetFullSyncHeight() uint64

func (*StatusResponse) GetPartialSyncHeight

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

func (m *StatusStreamResponse) GetFullSyncHeight() uint64

func (*StatusStreamResponse) GetLatestKnownBlockHeight

func (m *StatusStreamResponse) GetLatestKnownBlockHeight() uint64

func (*StatusStreamResponse) GetPartialSyncHeight

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 *v19.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() *v19.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 *v19.StateCommitment     `protobuf:"bytes,1,opt,name=swap_commitment,json=swapCommitment,proto3" json:"swap_commitment,omitempty"`
	Swap           *v12.SwapPlaintext       `protobuf:"bytes,2,opt,name=swap,proto3" json:"swap,omitempty"`
	Position       uint64                   `protobuf:"varint,3,opt,name=position,proto3" json:"position,omitempty"`
	Nullifier      *v17.Nullifier           `protobuf:"bytes,4,opt,name=nullifier,proto3" json:"nullifier,omitempty"`
	OutputData     *v12.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         *v17.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() *v17.Nullifier

func (*SwapRecord) GetOutputData

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

func (*SwapRecord) GetPosition

func (m *SwapRecord) GetPosition() uint64

func (*SwapRecord) GetSource

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

func (*SwapRecord) GetSwap

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

func (*SwapRecord) GetSwapCommitment

func (m *SwapRecord) GetSwapCommitment() *v19.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 *v14.TransactionId `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// The transaction data itself.
	Transaction *v13.Transaction `protobuf:"bytes,3,opt,name=transaction,proto3" json:"transaction,omitempty"`
	// The transaction perspective, as seen by this view server.
	Perspective *v13.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 *v13.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 (m *TransactionInfo) GetId() *v14.TransactionId

func (*TransactionInfo) GetPerspective

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

func (*TransactionInfo) GetTransaction

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

func (*TransactionInfo) GetView

func (m *TransactionInfo) GetView() *v13.TransactionView

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 *v14.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 memo for the requested TransactionPlan.
	// The memo must be unspecified unless `outputs` is nonempty.
	Memo *v13.MemoPlaintext `protobuf:"bytes,3,opt,name=memo,proto3" json:"memo,omitempty"`
	// If present, only spends funds from the given account.
	Source *v1.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"`
	Spends                      []*TransactionPlannerRequest_Spend                      `protobuf:"bytes,21,rep,name=spends,proto3" json:"spends,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"`
	UndelegationClaims          []*TransactionPlannerRequest_UndelegateClaim            `protobuf:"bytes,51,rep,name=undelegation_claims,json=undelegationClaims,proto3" json:"undelegation_claims,omitempty"`
	IbcRelayActions             []*v15.IbcRelay                                         `protobuf:"bytes,60,rep,name=ibc_relay_actions,json=ibcRelayActions,proto3" json:"ibc_relay_actions,omitempty"`
	Ics20Withdrawals            []*v15.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"`
	DutchAuctionScheduleActions []*TransactionPlannerRequest_ActionDutchAuctionSchedule `` /* 147-byte string literal not displayed */
	DutchAuctionEndActions      []*TransactionPlannerRequest_ActionDutchAuctionEnd      `` /* 132-byte string literal not displayed */
	DutchAuctionWithdrawActions []*TransactionPlannerRequest_ActionDutchAuctionWithdraw `` /* 147-byte string literal not displayed */
	// Specifies either that the planner should compute fees automatically or that it should use a fixed fee amount.
	//
	// Types that are valid to be assigned to FeeMode:
	//	*TransactionPlannerRequest_AutoFee
	//	*TransactionPlannerRequest_ManualFee
	FeeMode isTransactionPlannerRequest_FeeMode `protobuf_oneof:"fee_mode"`
	// The epoch index of the transaction being planned.
	EpochIndex uint64 `protobuf:"varint,200,opt,name=epoch_index,json=epochIndex,proto3" json:"epoch_index,omitempty"` // Deprecated: Do not use.
	// The epoch of the transaction being planned.
	Epoch *v17.Epoch `protobuf:"bytes,201,opt,name=epoch,proto3" json:"epoch,omitempty"`
}

func (*TransactionPlannerRequest) Descriptor

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

func (*TransactionPlannerRequest) GetAutoFee

func (m *TransactionPlannerRequest) GetAutoFee() *v16.FeeTier

func (*TransactionPlannerRequest) GetDelegations

func (*TransactionPlannerRequest) GetDutchAuctionEndActions

func (*TransactionPlannerRequest) GetDutchAuctionScheduleActions

func (*TransactionPlannerRequest) GetDutchAuctionWithdrawActions

func (*TransactionPlannerRequest) GetEpoch

func (m *TransactionPlannerRequest) GetEpoch() *v17.Epoch

func (*TransactionPlannerRequest) GetEpochIndex deprecated

func (m *TransactionPlannerRequest) GetEpochIndex() uint64

Deprecated: Do not use.

func (*TransactionPlannerRequest) GetExpiryHeight

func (m *TransactionPlannerRequest) GetExpiryHeight() uint64

func (*TransactionPlannerRequest) GetFeeMode

func (m *TransactionPlannerRequest) GetFeeMode() isTransactionPlannerRequest_FeeMode

func (*TransactionPlannerRequest) GetIbcRelayActions

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

func (*TransactionPlannerRequest) GetIcs20Withdrawals

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

func (*TransactionPlannerRequest) GetManualFee

func (m *TransactionPlannerRequest) GetManualFee() *v16.Fee

func (*TransactionPlannerRequest) GetMemo

func (*TransactionPlannerRequest) GetOutputs

func (*TransactionPlannerRequest) GetPositionCloses

func (*TransactionPlannerRequest) GetPositionOpens

func (*TransactionPlannerRequest) GetPositionWithdraws

func (*TransactionPlannerRequest) GetSource

func (m *TransactionPlannerRequest) GetSource() *v1.AddressIndex

func (*TransactionPlannerRequest) GetSpends

func (*TransactionPlannerRequest) GetSwapClaims

func (*TransactionPlannerRequest) GetSwaps

func (*TransactionPlannerRequest) GetUndelegationClaims

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_OneofWrappers

func (*TransactionPlannerRequest) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*TransactionPlannerRequest) XXX_Size

func (m *TransactionPlannerRequest) XXX_Size() int

func (*TransactionPlannerRequest) XXX_Unmarshal

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

type TransactionPlannerRequest_ActionDutchAuctionEnd

type TransactionPlannerRequest_ActionDutchAuctionEnd struct {
	// The unique id of the auction to close.
	AuctionId *v11.AuctionId `protobuf:"bytes,1,opt,name=auction_id,json=auctionId,proto3" json:"auction_id,omitempty"`
}

func (*TransactionPlannerRequest_ActionDutchAuctionEnd) Descriptor

func (*TransactionPlannerRequest_ActionDutchAuctionEnd) GetAuctionId

func (*TransactionPlannerRequest_ActionDutchAuctionEnd) Marshal

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

func (*TransactionPlannerRequest_ActionDutchAuctionEnd) MarshalTo

func (*TransactionPlannerRequest_ActionDutchAuctionEnd) MarshalToSizedBuffer

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

func (*TransactionPlannerRequest_ActionDutchAuctionEnd) ProtoMessage

func (*TransactionPlannerRequest_ActionDutchAuctionEnd) Reset

func (*TransactionPlannerRequest_ActionDutchAuctionEnd) Size

func (*TransactionPlannerRequest_ActionDutchAuctionEnd) String

func (*TransactionPlannerRequest_ActionDutchAuctionEnd) Unmarshal

func (*TransactionPlannerRequest_ActionDutchAuctionEnd) XXX_DiscardUnknown

func (m *TransactionPlannerRequest_ActionDutchAuctionEnd) XXX_DiscardUnknown()

func (*TransactionPlannerRequest_ActionDutchAuctionEnd) XXX_Marshal

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

func (*TransactionPlannerRequest_ActionDutchAuctionEnd) XXX_Merge

func (*TransactionPlannerRequest_ActionDutchAuctionEnd) XXX_Size

func (*TransactionPlannerRequest_ActionDutchAuctionEnd) XXX_Unmarshal

type TransactionPlannerRequest_ActionDutchAuctionSchedule

type TransactionPlannerRequest_ActionDutchAuctionSchedule struct {
	// The description of the auction to schedule.
	Description *v11.DutchAuctionDescription `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
}

func (*TransactionPlannerRequest_ActionDutchAuctionSchedule) Descriptor

func (*TransactionPlannerRequest_ActionDutchAuctionSchedule) GetDescription

func (*TransactionPlannerRequest_ActionDutchAuctionSchedule) Marshal

func (*TransactionPlannerRequest_ActionDutchAuctionSchedule) MarshalTo

func (*TransactionPlannerRequest_ActionDutchAuctionSchedule) MarshalToSizedBuffer

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

func (*TransactionPlannerRequest_ActionDutchAuctionSchedule) ProtoMessage

func (*TransactionPlannerRequest_ActionDutchAuctionSchedule) Reset

func (*TransactionPlannerRequest_ActionDutchAuctionSchedule) Size

func (*TransactionPlannerRequest_ActionDutchAuctionSchedule) String

func (*TransactionPlannerRequest_ActionDutchAuctionSchedule) Unmarshal

func (*TransactionPlannerRequest_ActionDutchAuctionSchedule) XXX_DiscardUnknown

func (*TransactionPlannerRequest_ActionDutchAuctionSchedule) XXX_Marshal

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

func (*TransactionPlannerRequest_ActionDutchAuctionSchedule) XXX_Merge

func (*TransactionPlannerRequest_ActionDutchAuctionSchedule) XXX_Size

func (*TransactionPlannerRequest_ActionDutchAuctionSchedule) XXX_Unmarshal

type TransactionPlannerRequest_ActionDutchAuctionWithdraw

type TransactionPlannerRequest_ActionDutchAuctionWithdraw struct {
	// The auction to withdraw funds from.
	AuctionId *v11.AuctionId `protobuf:"bytes,1,opt,name=auction_id,json=auctionId,proto3" json:"auction_id,omitempty"`
	// The sequence number of the withdrawal.
	Seq uint64 `protobuf:"varint,2,opt,name=seq,proto3" json:"seq,omitempty"`
}

func (*TransactionPlannerRequest_ActionDutchAuctionWithdraw) Descriptor

func (*TransactionPlannerRequest_ActionDutchAuctionWithdraw) GetAuctionId

func (*TransactionPlannerRequest_ActionDutchAuctionWithdraw) GetSeq

func (*TransactionPlannerRequest_ActionDutchAuctionWithdraw) Marshal

func (*TransactionPlannerRequest_ActionDutchAuctionWithdraw) MarshalTo

func (*TransactionPlannerRequest_ActionDutchAuctionWithdraw) MarshalToSizedBuffer

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

func (*TransactionPlannerRequest_ActionDutchAuctionWithdraw) ProtoMessage

func (*TransactionPlannerRequest_ActionDutchAuctionWithdraw) Reset

func (*TransactionPlannerRequest_ActionDutchAuctionWithdraw) Size

func (*TransactionPlannerRequest_ActionDutchAuctionWithdraw) String

func (*TransactionPlannerRequest_ActionDutchAuctionWithdraw) Unmarshal

func (*TransactionPlannerRequest_ActionDutchAuctionWithdraw) XXX_DiscardUnknown

func (*TransactionPlannerRequest_ActionDutchAuctionWithdraw) XXX_Marshal

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

func (*TransactionPlannerRequest_ActionDutchAuctionWithdraw) XXX_Merge

func (*TransactionPlannerRequest_ActionDutchAuctionWithdraw) XXX_Size

func (*TransactionPlannerRequest_ActionDutchAuctionWithdraw) XXX_Unmarshal

type TransactionPlannerRequest_AutoFee

type TransactionPlannerRequest_AutoFee struct {
	AutoFee *v16.FeeTier `protobuf:"bytes,100,opt,name=auto_fee,json=autoFee,proto3,oneof" json:"auto_fee,omitempty"`
}

func (*TransactionPlannerRequest_AutoFee) MarshalTo

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

func (*TransactionPlannerRequest_AutoFee) MarshalToSizedBuffer

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

func (*TransactionPlannerRequest_AutoFee) Size

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

type TransactionPlannerRequest_Delegate

type TransactionPlannerRequest_Delegate struct {
	Amount   *v110.Amount   `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"`
	RateData *v111.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_ManualFee

type TransactionPlannerRequest_ManualFee struct {
	ManualFee *v16.Fee `protobuf:"bytes,101,opt,name=manual_fee,json=manualFee,proto3,oneof" json:"manual_fee,omitempty"`
}

func (*TransactionPlannerRequest_ManualFee) MarshalTo

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

func (*TransactionPlannerRequest_ManualFee) MarshalToSizedBuffer

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

func (*TransactionPlannerRequest_ManualFee) Size

type TransactionPlannerRequest_Output

type TransactionPlannerRequest_Output struct {
	// The amount and denomination in which the Output is issued.
	Value *v18.Value `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// The address to which Output will be sent.
	Address *v1.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 (m *TransactionPlannerRequest_Output) GetAddress() *v1.Address

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

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

func (*TransactionPlannerRequest_PositionClose) Descriptor

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

func (*TransactionPlannerRequest_PositionClose) GetPositionId

func (*TransactionPlannerRequest_PositionClose) Marshal

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

func (*TransactionPlannerRequest_PositionClose) MarshalTo

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

func (*TransactionPlannerRequest_PositionClose) MarshalToSizedBuffer

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

func (*TransactionPlannerRequest_PositionClose) ProtoMessage

func (*TransactionPlannerRequest_PositionClose) Reset

func (*TransactionPlannerRequest_PositionClose) Size

func (*TransactionPlannerRequest_PositionClose) String

func (*TransactionPlannerRequest_PositionClose) Unmarshal

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

func (*TransactionPlannerRequest_PositionClose) XXX_DiscardUnknown

func (m *TransactionPlannerRequest_PositionClose) XXX_DiscardUnknown()

func (*TransactionPlannerRequest_PositionClose) XXX_Marshal

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

func (*TransactionPlannerRequest_PositionClose) XXX_Merge

func (*TransactionPlannerRequest_PositionClose) XXX_Size

func (*TransactionPlannerRequest_PositionClose) XXX_Unmarshal

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

type TransactionPlannerRequest_PositionOpen

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 *v12.Position `protobuf:"bytes,1,opt,name=position,proto3" json:"position,omitempty"`
}

func (*TransactionPlannerRequest_PositionOpen) Descriptor

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

func (*TransactionPlannerRequest_PositionOpen) GetPosition

func (*TransactionPlannerRequest_PositionOpen) Marshal

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

func (*TransactionPlannerRequest_PositionOpen) MarshalTo

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

func (*TransactionPlannerRequest_PositionOpen) MarshalToSizedBuffer

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

func (*TransactionPlannerRequest_PositionOpen) ProtoMessage

func (*TransactionPlannerRequest_PositionOpen) Reset

func (*TransactionPlannerRequest_PositionOpen) Size

func (*TransactionPlannerRequest_PositionOpen) String

func (*TransactionPlannerRequest_PositionOpen) Unmarshal

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

func (*TransactionPlannerRequest_PositionOpen) XXX_DiscardUnknown

func (m *TransactionPlannerRequest_PositionOpen) XXX_DiscardUnknown()

func (*TransactionPlannerRequest_PositionOpen) XXX_Marshal

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

func (*TransactionPlannerRequest_PositionOpen) XXX_Merge

func (*TransactionPlannerRequest_PositionOpen) XXX_Size

func (*TransactionPlannerRequest_PositionOpen) XXX_Unmarshal

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

type TransactionPlannerRequest_PositionWithdraw

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

func (*TransactionPlannerRequest_PositionWithdraw) Descriptor

func (*TransactionPlannerRequest_PositionWithdraw) GetPositionId

func (*TransactionPlannerRequest_PositionWithdraw) GetReserves

func (*TransactionPlannerRequest_PositionWithdraw) GetTradingPair

func (*TransactionPlannerRequest_PositionWithdraw) Marshal

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

func (*TransactionPlannerRequest_PositionWithdraw) MarshalTo

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

func (*TransactionPlannerRequest_PositionWithdraw) MarshalToSizedBuffer

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

func (*TransactionPlannerRequest_PositionWithdraw) ProtoMessage

func (*TransactionPlannerRequest_PositionWithdraw) Reset

func (*TransactionPlannerRequest_PositionWithdraw) Size

func (*TransactionPlannerRequest_PositionWithdraw) String

func (*TransactionPlannerRequest_PositionWithdraw) Unmarshal

func (*TransactionPlannerRequest_PositionWithdraw) XXX_DiscardUnknown

func (m *TransactionPlannerRequest_PositionWithdraw) XXX_DiscardUnknown()

func (*TransactionPlannerRequest_PositionWithdraw) XXX_Marshal

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

func (*TransactionPlannerRequest_PositionWithdraw) XXX_Merge

func (*TransactionPlannerRequest_PositionWithdraw) XXX_Size

func (*TransactionPlannerRequest_PositionWithdraw) XXX_Unmarshal

type TransactionPlannerRequest_Spend

type TransactionPlannerRequest_Spend struct {
	// The input amount and denomination in which the Spend is issued.
	Value *v18.Value `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// The source address from which the Spend will be sent.
	Address *v1.Address `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
}

func (*TransactionPlannerRequest_Spend) Descriptor

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

func (*TransactionPlannerRequest_Spend) GetAddress

func (m *TransactionPlannerRequest_Spend) GetAddress() *v1.Address

func (*TransactionPlannerRequest_Spend) GetValue

func (m *TransactionPlannerRequest_Spend) GetValue() *v18.Value

func (*TransactionPlannerRequest_Spend) Marshal

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

func (*TransactionPlannerRequest_Spend) MarshalTo

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

func (*TransactionPlannerRequest_Spend) MarshalToSizedBuffer

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

func (*TransactionPlannerRequest_Spend) ProtoMessage

func (*TransactionPlannerRequest_Spend) ProtoMessage()

func (*TransactionPlannerRequest_Spend) Reset

func (*TransactionPlannerRequest_Spend) Size

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

func (*TransactionPlannerRequest_Spend) String

func (*TransactionPlannerRequest_Spend) Unmarshal

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

func (*TransactionPlannerRequest_Spend) XXX_DiscardUnknown

func (m *TransactionPlannerRequest_Spend) XXX_DiscardUnknown()

func (*TransactionPlannerRequest_Spend) XXX_Marshal

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

func (*TransactionPlannerRequest_Spend) XXX_Merge

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

func (*TransactionPlannerRequest_Spend) XXX_Size

func (m *TransactionPlannerRequest_Spend) XXX_Size() int

func (*TransactionPlannerRequest_Spend) XXX_Unmarshal

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

type TransactionPlannerRequest_Swap

type TransactionPlannerRequest_Swap struct {
	// The input amount and denomination to be traded in the Swap.
	Value *v18.Value `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// The denomination to be received as a Output of the Swap.
	TargetAsset *v18.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 *v16.Fee `protobuf:"bytes,3,opt,name=fee,proto3" json:"fee,omitempty"`
	// The address to which swap claim output will be sent.
	ClaimAddress *v1.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

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

func (*TransactionPlannerRequest_Swap) GetFee

func (m *TransactionPlannerRequest_Swap) GetFee() *v16.Fee

func (*TransactionPlannerRequest_Swap) GetTargetAsset

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

func (*TransactionPlannerRequest_Swap) GetValue

func (m *TransactionPlannerRequest_Swap) GetValue() *v18.Value

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

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

func (*TransactionPlannerRequest_SwapClaim) Descriptor

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

func (*TransactionPlannerRequest_SwapClaim) GetSwapCommitment

func (*TransactionPlannerRequest_SwapClaim) Marshal

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

func (*TransactionPlannerRequest_SwapClaim) MarshalTo

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

func (*TransactionPlannerRequest_SwapClaim) MarshalToSizedBuffer

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

func (*TransactionPlannerRequest_SwapClaim) ProtoMessage

func (*TransactionPlannerRequest_SwapClaim) ProtoMessage()

func (*TransactionPlannerRequest_SwapClaim) Reset

func (*TransactionPlannerRequest_SwapClaim) Size

func (*TransactionPlannerRequest_SwapClaim) String

func (*TransactionPlannerRequest_SwapClaim) Unmarshal

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

func (*TransactionPlannerRequest_SwapClaim) XXX_DiscardUnknown

func (m *TransactionPlannerRequest_SwapClaim) XXX_DiscardUnknown()

func (*TransactionPlannerRequest_SwapClaim) XXX_Marshal

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

func (*TransactionPlannerRequest_SwapClaim) XXX_Merge

func (*TransactionPlannerRequest_SwapClaim) XXX_Size

func (*TransactionPlannerRequest_SwapClaim) XXX_Unmarshal

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

type TransactionPlannerRequest_Undelegate

type TransactionPlannerRequest_Undelegate struct {
	Value    *v18.Value     `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	RateData *v111.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 TransactionPlannerRequest_UndelegateClaim

type TransactionPlannerRequest_UndelegateClaim struct {
	// The identity key of the validator to finish undelegating from.
	ValidatorIdentity *v1.IdentityKey `protobuf:"bytes,1,opt,name=validator_identity,json=validatorIdentity,proto3" json:"validator_identity,omitempty"`
	// The epoch in which unbonding began, used to verify the penalty.
	StartEpochIndex uint64 `protobuf:"varint,2,opt,name=start_epoch_index,json=startEpochIndex,proto3" json:"start_epoch_index,omitempty"` // Deprecated: Do not use.
	// The penalty applied to undelegation, in bps^2 (10e-8).
	// In the happy path (no slashing), this is 0.
	Penalty *v111.Penalty `protobuf:"bytes,3,opt,name=penalty,proto3" json:"penalty,omitempty"`
	// The amount of unbonding tokens to claim.
	// This is a bare number because its denom is determined by the preceding data.
	UnbondingAmount *v110.Amount `protobuf:"bytes,4,opt,name=unbonding_amount,json=unbondingAmount,proto3" json:"unbonding_amount,omitempty"`
	// The height at which unbonding began.
	UnbondingStartHeight uint64 `protobuf:"varint,5,opt,name=unbonding_start_height,json=unbondingStartHeight,proto3" json:"unbonding_start_height,omitempty"`
}

func (*TransactionPlannerRequest_UndelegateClaim) Descriptor

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

func (*TransactionPlannerRequest_UndelegateClaim) GetPenalty

func (*TransactionPlannerRequest_UndelegateClaim) GetStartEpochIndex deprecated

func (m *TransactionPlannerRequest_UndelegateClaim) GetStartEpochIndex() uint64

Deprecated: Do not use.

func (*TransactionPlannerRequest_UndelegateClaim) GetUnbondingAmount

func (m *TransactionPlannerRequest_UndelegateClaim) GetUnbondingAmount() *v110.Amount

func (*TransactionPlannerRequest_UndelegateClaim) GetUnbondingStartHeight

func (m *TransactionPlannerRequest_UndelegateClaim) GetUnbondingStartHeight() uint64

func (*TransactionPlannerRequest_UndelegateClaim) GetValidatorIdentity

func (m *TransactionPlannerRequest_UndelegateClaim) GetValidatorIdentity() *v1.IdentityKey

func (*TransactionPlannerRequest_UndelegateClaim) Marshal

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

func (*TransactionPlannerRequest_UndelegateClaim) MarshalTo

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

func (*TransactionPlannerRequest_UndelegateClaim) MarshalToSizedBuffer

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

func (*TransactionPlannerRequest_UndelegateClaim) ProtoMessage

func (*TransactionPlannerRequest_UndelegateClaim) Reset

func (*TransactionPlannerRequest_UndelegateClaim) Size

func (*TransactionPlannerRequest_UndelegateClaim) String

func (*TransactionPlannerRequest_UndelegateClaim) Unmarshal

func (*TransactionPlannerRequest_UndelegateClaim) XXX_DiscardUnknown

func (m *TransactionPlannerRequest_UndelegateClaim) XXX_DiscardUnknown()

func (*TransactionPlannerRequest_UndelegateClaim) XXX_Marshal

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

func (*TransactionPlannerRequest_UndelegateClaim) XXX_Merge

func (*TransactionPlannerRequest_UndelegateClaim) XXX_Size

func (*TransactionPlannerRequest_UndelegateClaim) XXX_Unmarshal

type TransactionPlannerResponse

type TransactionPlannerResponse struct {
	Plan *v13.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 UnbondingTokensByAddressIndexRequest

type UnbondingTokensByAddressIndexRequest struct {
	Filter UnbondingTokensByAddressIndexRequest_Filter `` /* 132-byte string literal not displayed */
	// The address index to fetch unbonding tokens for.
	AddressIndex *v1.AddressIndex `protobuf:"bytes,2,opt,name=address_index,json=addressIndex,proto3" json:"address_index,omitempty"`
}

Requests unbonding tokens for a given address index, with optional filtering for whether the tokens are currently claimable.

func (*UnbondingTokensByAddressIndexRequest) Descriptor

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

func (*UnbondingTokensByAddressIndexRequest) GetAddressIndex

func (*UnbondingTokensByAddressIndexRequest) GetFilter

func (*UnbondingTokensByAddressIndexRequest) Marshal

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

func (*UnbondingTokensByAddressIndexRequest) MarshalTo

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

func (*UnbondingTokensByAddressIndexRequest) MarshalToSizedBuffer

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

func (*UnbondingTokensByAddressIndexRequest) ProtoMessage

func (*UnbondingTokensByAddressIndexRequest) ProtoMessage()

func (*UnbondingTokensByAddressIndexRequest) Reset

func (*UnbondingTokensByAddressIndexRequest) Size

func (*UnbondingTokensByAddressIndexRequest) String

func (*UnbondingTokensByAddressIndexRequest) Unmarshal

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

func (*UnbondingTokensByAddressIndexRequest) XXX_DiscardUnknown

func (m *UnbondingTokensByAddressIndexRequest) XXX_DiscardUnknown()

func (*UnbondingTokensByAddressIndexRequest) XXX_Marshal

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

func (*UnbondingTokensByAddressIndexRequest) XXX_Merge

func (*UnbondingTokensByAddressIndexRequest) XXX_Size

func (*UnbondingTokensByAddressIndexRequest) XXX_Unmarshal

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

type UnbondingTokensByAddressIndexRequest_Filter

type UnbondingTokensByAddressIndexRequest_Filter int32
const (
	// Return all unbonding tokens, regardless of whether they're claimable
	// right now.
	UnbondingTokensByAddressIndexRequest_FILTER_UNSPECIFIED UnbondingTokensByAddressIndexRequest_Filter = 0
	// Return all unbonding tokens that are currently claimable. This includes:
	// - tokens that have passed the `unbonding_delay` (from `StakeParameters`)
	// - tokens for unbonded validators
	UnbondingTokensByAddressIndexRequest_FILTER_CLAIMABLE UnbondingTokensByAddressIndexRequest_Filter = 1
	// Return all unbonding tokens that are not yet claimable, because they are
	// still in the `unbonding_delay` (from `StakeParameters`) period.
	UnbondingTokensByAddressIndexRequest_FILTER_NOT_YET_CLAIMABLE UnbondingTokensByAddressIndexRequest_Filter = 2
)

func (UnbondingTokensByAddressIndexRequest_Filter) EnumDescriptor

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

func (UnbondingTokensByAddressIndexRequest_Filter) String

type UnbondingTokensByAddressIndexResponse

type UnbondingTokensByAddressIndexResponse struct {
	// A `ValueView` representing the amount of the given unbonding token.
	ValueView *v18.ValueView `protobuf:"bytes,1,opt,name=value_view,json=valueView,proto3" json:"value_view,omitempty"`
	// Whether the unbonding token is currently claimable. This will only be
	// `true` if the `unbonding_delay` (from `StakeParameters`) has passed or the
	// validator has unbonded.
	Claimable bool `protobuf:"varint,2,opt,name=claimable,proto3" json:"claimable,omitempty"`
}

Returns unbonding tokens for the given address index, optionally filtered by whether the tokens are currently claimable.

func (*UnbondingTokensByAddressIndexResponse) Descriptor

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

func (*UnbondingTokensByAddressIndexResponse) GetClaimable

func (m *UnbondingTokensByAddressIndexResponse) GetClaimable() bool

func (*UnbondingTokensByAddressIndexResponse) GetValueView

func (*UnbondingTokensByAddressIndexResponse) Marshal

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

func (*UnbondingTokensByAddressIndexResponse) MarshalTo

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

func (*UnbondingTokensByAddressIndexResponse) MarshalToSizedBuffer

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

func (*UnbondingTokensByAddressIndexResponse) ProtoMessage

func (*UnbondingTokensByAddressIndexResponse) ProtoMessage()

func (*UnbondingTokensByAddressIndexResponse) Reset

func (*UnbondingTokensByAddressIndexResponse) Size

func (*UnbondingTokensByAddressIndexResponse) String

func (*UnbondingTokensByAddressIndexResponse) Unmarshal

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

func (*UnbondingTokensByAddressIndexResponse) XXX_DiscardUnknown

func (m *UnbondingTokensByAddressIndexResponse) XXX_DiscardUnknown()

func (*UnbondingTokensByAddressIndexResponse) XXX_Marshal

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

func (*UnbondingTokensByAddressIndexResponse) XXX_Merge

func (*UnbondingTokensByAddressIndexResponse) XXX_Size

func (*UnbondingTokensByAddressIndexResponse) XXX_Unmarshal

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

type UnclaimedSwapsRequest

type UnclaimedSwapsRequest struct {
}

func (*UnclaimedSwapsRequest) Descriptor

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

func (*UnclaimedSwapsRequest) Marshal

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

func (*UnclaimedSwapsRequest) MarshalTo

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

func (*UnclaimedSwapsRequest) MarshalToSizedBuffer

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

func (*UnclaimedSwapsRequest) ProtoMessage

func (*UnclaimedSwapsRequest) ProtoMessage()

func (*UnclaimedSwapsRequest) Reset

func (m *UnclaimedSwapsRequest) Reset()

func (*UnclaimedSwapsRequest) Size

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

func (*UnclaimedSwapsRequest) String

func (m *UnclaimedSwapsRequest) String() string

func (*UnclaimedSwapsRequest) Unmarshal

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

func (*UnclaimedSwapsRequest) XXX_DiscardUnknown

func (m *UnclaimedSwapsRequest) XXX_DiscardUnknown()

func (*UnclaimedSwapsRequest) XXX_Marshal

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

func (*UnclaimedSwapsRequest) XXX_Merge

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

func (*UnclaimedSwapsRequest) XXX_Size

func (m *UnclaimedSwapsRequest) XXX_Size() int

func (*UnclaimedSwapsRequest) XXX_Unmarshal

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

type UnclaimedSwapsResponse

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

func (*UnclaimedSwapsResponse) Descriptor

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

func (*UnclaimedSwapsResponse) GetSwap

func (m *UnclaimedSwapsResponse) GetSwap() *SwapRecord

func (*UnclaimedSwapsResponse) Marshal

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

func (*UnclaimedSwapsResponse) MarshalTo

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

func (*UnclaimedSwapsResponse) MarshalToSizedBuffer

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

func (*UnclaimedSwapsResponse) ProtoMessage

func (*UnclaimedSwapsResponse) ProtoMessage()

func (*UnclaimedSwapsResponse) Reset

func (m *UnclaimedSwapsResponse) Reset()

func (*UnclaimedSwapsResponse) Size

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

func (*UnclaimedSwapsResponse) String

func (m *UnclaimedSwapsResponse) String() string

func (*UnclaimedSwapsResponse) Unmarshal

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

func (*UnclaimedSwapsResponse) XXX_DiscardUnknown

func (m *UnclaimedSwapsResponse) XXX_DiscardUnknown()

func (*UnclaimedSwapsResponse) XXX_Marshal

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

func (*UnclaimedSwapsResponse) XXX_Merge

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

func (*UnclaimedSwapsResponse) XXX_Size

func (m *UnclaimedSwapsResponse) XXX_Size() int

func (*UnclaimedSwapsResponse) XXX_Unmarshal

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

type UnimplementedViewServiceServer

type UnimplementedViewServiceServer struct {
}

UnimplementedViewServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedViewServiceServer) AddressByIndex

func (*UnimplementedViewServiceServer) AppParameters

func (*UnimplementedViewServiceServer) AssetMetadataById

func (*UnimplementedViewServiceServer) Assets

func (*UnimplementedViewServiceServer) Auctions

func (*UnimplementedViewServiceServer) AuthorizeAndBuild

func (*UnimplementedViewServiceServer) Balances

func (*UnimplementedViewServiceServer) BroadcastTransaction

func (*UnimplementedViewServiceServer) EphemeralAddress

func (*UnimplementedViewServiceServer) FMDParameters

func (*UnimplementedViewServiceServer) GasPrices

func (*UnimplementedViewServiceServer) IndexByAddress

func (*UnimplementedViewServiceServer) NoteByCommitment

func (*UnimplementedViewServiceServer) Notes

func (*UnimplementedViewServiceServer) NotesForVoting

func (*UnimplementedViewServiceServer) NullifierStatus

func (*UnimplementedViewServiceServer) OwnedPositionIds

func (*UnimplementedViewServiceServer) Status

func (*UnimplementedViewServiceServer) StatusStream

func (*UnimplementedViewServiceServer) SwapByCommitment

func (*UnimplementedViewServiceServer) TransactionInfo

func (*UnimplementedViewServiceServer) TransactionInfoByHash

func (*UnimplementedViewServiceServer) TransactionPlanner

func (*UnimplementedViewServiceServer) UnclaimedSwaps

func (*UnimplementedViewServiceServer) WalletId

func (*UnimplementedViewServiceServer) Witness

func (*UnimplementedViewServiceServer) WitnessAndBuild

type ViewServiceClient

type ViewServiceClient 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) (ViewService_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) (ViewService_NotesClient, error)
	// Returns a stream of `NotesForVotingResponse`s.
	NotesForVoting(ctx context.Context, in *NotesForVotingRequest, opts ...grpc.CallOption) (ViewService_NotesForVotingClient, error)
	// Queries for metadata about known assets.
	// Returns a stream of `AssetsResponse`s.
	Assets(ctx context.Context, in *AssetsRequest, opts ...grpc.CallOption) (ViewService_AssetsClient, error)
	// Query for metadata about a specific asset, by asset ID.
	//
	// This is the same as the method on the shielded pool's `QueryService`, but exposing it
	// here allows a view server to provide more specific or opinionated asset metadata -- like
	// using an asset registry to provide tickers, symbols, etc.
	AssetMetadataById(ctx context.Context, in *AssetMetadataByIdRequest, opts ...grpc.CallOption) (*AssetMetadataByIdResponse, 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) (ViewService_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) (ViewService_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) (ViewService_TransactionInfoClient, 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) (ViewService_OwnedPositionIdsClient, error)
	// Translates a high-level intent ("send X funds to Y address") into a complete transaction plan.
	TransactionPlanner(ctx context.Context, in *TransactionPlannerRequest, opts ...grpc.CallOption) (*TransactionPlannerResponse, error)
	// Returns authentication data for the given transaction plan.
	//
	// This method takes a complete transaction plan, so that the client can get a
	// consistent set of authentication paths to a common root for the entire
	// transaction.  (Otherwise, if a client made multiple requests, the wallet
	// service could have advanced the state commitment tree  between queries).
	Witness(ctx context.Context, in *WitnessRequest, opts ...grpc.CallOption) (*WitnessResponse, error)
	// Like `Witness`, but immediately uses the witness data to build (prove) the transaction.
	//
	// This method is useful for clients that can't easily do proving themselves, either because
	// they're not written in Rust and can't easily import the proving code, or because they don't
	// have access to proving keys, or some other reason.
	//
	// This method streams status updates to the caller before finally returning the transaction.
	WitnessAndBuild(ctx context.Context, in *WitnessAndBuildRequest, opts ...grpc.CallOption) (ViewService_WitnessAndBuildClient, error)
	// Authorize a transaction plan and build the transaction.
	//
	// This method is only supported on view servers that have access to a custody
	// service.  Otherwise, it will fail.
	//
	// Penumbra's transaction authorization mechanism is designed so transactions
	// can be signed and built (proved) concurrently. This allows implementations
	// to, e.g., start proving optimistically while presenting the user with an
	// approval dialog.
	//
	// This method streams status updates to the caller before finally returning the transaction.
	AuthorizeAndBuild(ctx context.Context, in *AuthorizeAndBuildRequest, opts ...grpc.CallOption) (ViewService_AuthorizeAndBuildClient, error)
	// Broadcast a transaction to the network, optionally waiting for full confirmation.
	//
	// This method streams status updates to the caller before finally returning confirmation.
	BroadcastTransaction(ctx context.Context, in *BroadcastTransactionRequest, opts ...grpc.CallOption) (ViewService_BroadcastTransactionClient, error)
	// Get delegation tokens for a given address index. Each delegation token will
	// be represented by a `ValueView` with the given address index's balance of
	// that token. Each `ValueView`'s `extended_metadata` field will contain the
	// `ValidatorInfo` of the delegated validator.
	DelegationsByAddressIndex(ctx context.Context, in *DelegationsByAddressIndexRequest, opts ...grpc.CallOption) (ViewService_DelegationsByAddressIndexClient, error)
	// Get unbonding tokens for the given address index, optionally filtered by
	// whether the tokens are currently claimable.
	UnbondingTokensByAddressIndex(ctx context.Context, in *UnbondingTokensByAddressIndexRequest, opts ...grpc.CallOption) (ViewService_UnbondingTokensByAddressIndexClient, error)
	// Gets the auctions controlled by the user's wallet.
	Auctions(ctx context.Context, in *AuctionsRequest, opts ...grpc.CallOption) (ViewService_AuctionsClient, error)
}

ViewServiceClient is the client API for ViewService service.

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

func NewViewServiceClient

func NewViewServiceClient(cc grpc1.ClientConn) ViewServiceClient

type ViewServiceServer

type ViewServiceServer 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, ViewService_StatusStreamServer) error
	// Queries for notes that have been accepted by the chain.
	// Returns a stream of `NotesResponse`s.
	Notes(*NotesRequest, ViewService_NotesServer) error
	// Returns a stream of `NotesForVotingResponse`s.
	NotesForVoting(*NotesForVotingRequest, ViewService_NotesForVotingServer) error
	// Queries for metadata about known assets.
	// Returns a stream of `AssetsResponse`s.
	Assets(*AssetsRequest, ViewService_AssetsServer) error
	// Query for metadata about a specific asset, by asset ID.
	//
	// This is the same as the method on the shielded pool's `QueryService`, but exposing it
	// here allows a view server to provide more specific or opinionated asset metadata -- like
	// using an asset registry to provide tickers, symbols, etc.
	AssetMetadataById(context.Context, *AssetMetadataByIdRequest) (*AssetMetadataByIdResponse, 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, ViewService_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, ViewService_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, ViewService_TransactionInfoServer) error
	// Query for owned position IDs for the given trading pair and in the given position state.
	OwnedPositionIds(*OwnedPositionIdsRequest, ViewService_OwnedPositionIdsServer) error
	// Translates a high-level intent ("send X funds to Y address") into a complete transaction plan.
	TransactionPlanner(context.Context, *TransactionPlannerRequest) (*TransactionPlannerResponse, error)
	// Returns authentication data for the given transaction plan.
	//
	// This method takes a complete transaction plan, so that the client can get a
	// consistent set of authentication paths to a common root for the entire
	// transaction.  (Otherwise, if a client made multiple requests, the wallet
	// service could have advanced the state commitment tree  between queries).
	Witness(context.Context, *WitnessRequest) (*WitnessResponse, error)
	// Like `Witness`, but immediately uses the witness data to build (prove) the transaction.
	//
	// This method is useful for clients that can't easily do proving themselves, either because
	// they're not written in Rust and can't easily import the proving code, or because they don't
	// have access to proving keys, or some other reason.
	//
	// This method streams status updates to the caller before finally returning the transaction.
	WitnessAndBuild(*WitnessAndBuildRequest, ViewService_WitnessAndBuildServer) error
	// Authorize a transaction plan and build the transaction.
	//
	// This method is only supported on view servers that have access to a custody
	// service.  Otherwise, it will fail.
	//
	// Penumbra's transaction authorization mechanism is designed so transactions
	// can be signed and built (proved) concurrently. This allows implementations
	// to, e.g., start proving optimistically while presenting the user with an
	// approval dialog.
	//
	// This method streams status updates to the caller before finally returning the transaction.
	AuthorizeAndBuild(*AuthorizeAndBuildRequest, ViewService_AuthorizeAndBuildServer) error
	// Broadcast a transaction to the network, optionally waiting for full confirmation.
	//
	// This method streams status updates to the caller before finally returning confirmation.
	BroadcastTransaction(*BroadcastTransactionRequest, ViewService_BroadcastTransactionServer) error
	// Get delegation tokens for a given address index. Each delegation token will
	// be represented by a `ValueView` with the given address index's balance of
	// that token. Each `ValueView`'s `extended_metadata` field will contain the
	// `ValidatorInfo` of the delegated validator.
	DelegationsByAddressIndex(*DelegationsByAddressIndexRequest, ViewService_DelegationsByAddressIndexServer) error
	// Get unbonding tokens for the given address index, optionally filtered by
	// whether the tokens are currently claimable.
	UnbondingTokensByAddressIndex(*UnbondingTokensByAddressIndexRequest, ViewService_UnbondingTokensByAddressIndexServer) error
	// Gets the auctions controlled by the user's wallet.
	Auctions(*AuctionsRequest, ViewService_AuctionsServer) error
}

ViewServiceServer is the server API for ViewService service.

type ViewService_AssetsClient

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

type ViewService_AssetsServer

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

type ViewService_AuctionsClient

type ViewService_AuctionsClient interface {
	Recv() (*AuctionsResponse, error)
	grpc.ClientStream
}

type ViewService_AuctionsServer

type ViewService_AuctionsServer interface {
	Send(*AuctionsResponse) error
	grpc.ServerStream
}

type ViewService_AuthorizeAndBuildClient

type ViewService_AuthorizeAndBuildClient interface {
	Recv() (*AuthorizeAndBuildResponse, error)
	grpc.ClientStream
}

type ViewService_AuthorizeAndBuildServer

type ViewService_AuthorizeAndBuildServer interface {
	Send(*AuthorizeAndBuildResponse) error
	grpc.ServerStream
}

type ViewService_BalancesClient

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

type ViewService_BalancesServer

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

type ViewService_BroadcastTransactionClient

type ViewService_BroadcastTransactionClient interface {
	Recv() (*BroadcastTransactionResponse, error)
	grpc.ClientStream
}

type ViewService_BroadcastTransactionServer

type ViewService_BroadcastTransactionServer interface {
	Send(*BroadcastTransactionResponse) error
	grpc.ServerStream
}

type ViewService_DelegationsByAddressIndexClient

type ViewService_DelegationsByAddressIndexClient interface {
	Recv() (*DelegationsByAddressIndexResponse, error)
	grpc.ClientStream
}

type ViewService_DelegationsByAddressIndexServer

type ViewService_DelegationsByAddressIndexServer interface {
	Send(*DelegationsByAddressIndexResponse) error
	grpc.ServerStream
}

type ViewService_NotesClient

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

type ViewService_NotesForVotingClient

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

type ViewService_NotesForVotingServer

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

type ViewService_NotesServer

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

type ViewService_OwnedPositionIdsClient

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

type ViewService_OwnedPositionIdsServer

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

type ViewService_StatusStreamClient

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

type ViewService_StatusStreamServer

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

type ViewService_TransactionInfoClient

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

type ViewService_TransactionInfoServer

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

type ViewService_UnbondingTokensByAddressIndexClient

type ViewService_UnbondingTokensByAddressIndexClient interface {
	Recv() (*UnbondingTokensByAddressIndexResponse, error)
	grpc.ClientStream
}

type ViewService_UnbondingTokensByAddressIndexServer

type ViewService_UnbondingTokensByAddressIndexServer interface {
	Send(*UnbondingTokensByAddressIndexResponse) error
	grpc.ServerStream
}

type ViewService_UnclaimedSwapsClient

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

type ViewService_UnclaimedSwapsServer

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

type ViewService_WitnessAndBuildClient

type ViewService_WitnessAndBuildClient interface {
	Recv() (*WitnessAndBuildResponse, error)
	grpc.ClientStream
}

type ViewService_WitnessAndBuildServer

type ViewService_WitnessAndBuildServer interface {
	Send(*WitnessAndBuildResponse) error
	grpc.ServerStream
}

type WalletIdRequest

type WalletIdRequest struct {
}

func (*WalletIdRequest) Descriptor

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

func (*WalletIdRequest) Marshal

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

func (*WalletIdRequest) MarshalTo

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

func (*WalletIdRequest) MarshalToSizedBuffer

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

func (*WalletIdRequest) ProtoMessage

func (*WalletIdRequest) ProtoMessage()

func (*WalletIdRequest) Reset

func (m *WalletIdRequest) Reset()

func (*WalletIdRequest) Size

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

func (*WalletIdRequest) String

func (m *WalletIdRequest) String() string

func (*WalletIdRequest) Unmarshal

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

func (*WalletIdRequest) XXX_DiscardUnknown

func (m *WalletIdRequest) XXX_DiscardUnknown()

func (*WalletIdRequest) XXX_Marshal

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

func (*WalletIdRequest) XXX_Merge

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

func (*WalletIdRequest) XXX_Size

func (m *WalletIdRequest) XXX_Size() int

func (*WalletIdRequest) XXX_Unmarshal

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

type WalletIdResponse

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

func (*WalletIdResponse) Descriptor

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

func (*WalletIdResponse) GetWalletId

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

func (*WalletIdResponse) Marshal

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

func (*WalletIdResponse) MarshalTo

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

func (*WalletIdResponse) MarshalToSizedBuffer

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

func (*WalletIdResponse) ProtoMessage

func (*WalletIdResponse) ProtoMessage()

func (*WalletIdResponse) Reset

func (m *WalletIdResponse) Reset()

func (*WalletIdResponse) Size

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

func (*WalletIdResponse) String

func (m *WalletIdResponse) String() string

func (*WalletIdResponse) Unmarshal

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

func (*WalletIdResponse) XXX_DiscardUnknown

func (m *WalletIdResponse) XXX_DiscardUnknown()

func (*WalletIdResponse) XXX_Marshal

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

func (*WalletIdResponse) XXX_Merge

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

func (*WalletIdResponse) XXX_Size

func (m *WalletIdResponse) XXX_Size() int

func (*WalletIdResponse) XXX_Unmarshal

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

type WitnessAndBuildRequest

type WitnessAndBuildRequest struct {
	TransactionPlan   *v13.TransactionPlan   `protobuf:"bytes,1,opt,name=transaction_plan,json=transactionPlan,proto3" json:"transaction_plan,omitempty"`
	AuthorizationData *v13.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() *v13.AuthorizationData

func (*WitnessAndBuildRequest) GetTransactionPlan

func (m *WitnessAndBuildRequest) GetTransactionPlan() *v13.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 {
	// Types that are valid to be assigned to Status:
	//	*WitnessAndBuildResponse_BuildProgress_
	//	*WitnessAndBuildResponse_Complete_
	Status isWitnessAndBuildResponse_Status `protobuf_oneof:"status"`
}

func (*WitnessAndBuildResponse) Descriptor

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

func (*WitnessAndBuildResponse) GetBuildProgress

func (*WitnessAndBuildResponse) GetComplete

func (*WitnessAndBuildResponse) GetStatus

func (m *WitnessAndBuildResponse) GetStatus() isWitnessAndBuildResponse_Status

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_OneofWrappers

func (*WitnessAndBuildResponse) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*WitnessAndBuildResponse) XXX_Size

func (m *WitnessAndBuildResponse) XXX_Size() int

func (*WitnessAndBuildResponse) XXX_Unmarshal

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

type WitnessAndBuildResponse_BuildProgress

type WitnessAndBuildResponse_BuildProgress struct {
	// An approximate progress of the build, from 0 to 1.
	Progress float32 `protobuf:"fixed32,1,opt,name=progress,proto3" json:"progress,omitempty"`
}

Signals that building is in progress.

func (*WitnessAndBuildResponse_BuildProgress) Descriptor

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

func (*WitnessAndBuildResponse_BuildProgress) GetProgress

func (*WitnessAndBuildResponse_BuildProgress) Marshal

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

func (*WitnessAndBuildResponse_BuildProgress) MarshalTo

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

func (*WitnessAndBuildResponse_BuildProgress) MarshalToSizedBuffer

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

func (*WitnessAndBuildResponse_BuildProgress) ProtoMessage

func (*WitnessAndBuildResponse_BuildProgress) ProtoMessage()

func (*WitnessAndBuildResponse_BuildProgress) Reset

func (*WitnessAndBuildResponse_BuildProgress) Size

func (*WitnessAndBuildResponse_BuildProgress) String

func (*WitnessAndBuildResponse_BuildProgress) Unmarshal

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

func (*WitnessAndBuildResponse_BuildProgress) XXX_DiscardUnknown

func (m *WitnessAndBuildResponse_BuildProgress) XXX_DiscardUnknown()

func (*WitnessAndBuildResponse_BuildProgress) XXX_Marshal

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

func (*WitnessAndBuildResponse_BuildProgress) XXX_Merge

func (*WitnessAndBuildResponse_BuildProgress) XXX_Size

func (*WitnessAndBuildResponse_BuildProgress) XXX_Unmarshal

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

type WitnessAndBuildResponse_BuildProgress_

type WitnessAndBuildResponse_BuildProgress_ struct {
	BuildProgress *WitnessAndBuildResponse_BuildProgress `protobuf:"bytes,1,opt,name=build_progress,json=buildProgress,proto3,oneof" json:"build_progress,omitempty"`
}

func (*WitnessAndBuildResponse_BuildProgress_) MarshalTo

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

func (*WitnessAndBuildResponse_BuildProgress_) MarshalToSizedBuffer

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

func (*WitnessAndBuildResponse_BuildProgress_) Size

type WitnessAndBuildResponse_Complete

type WitnessAndBuildResponse_Complete struct {
	// The finished transaction.
	Transaction *v13.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
}

Signals that the transaction is complete.

func (*WitnessAndBuildResponse_Complete) Descriptor

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

func (*WitnessAndBuildResponse_Complete) GetTransaction

func (m *WitnessAndBuildResponse_Complete) GetTransaction() *v13.Transaction

func (*WitnessAndBuildResponse_Complete) Marshal

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

func (*WitnessAndBuildResponse_Complete) MarshalTo

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

func (*WitnessAndBuildResponse_Complete) MarshalToSizedBuffer

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

func (*WitnessAndBuildResponse_Complete) ProtoMessage

func (*WitnessAndBuildResponse_Complete) ProtoMessage()

func (*WitnessAndBuildResponse_Complete) Reset

func (*WitnessAndBuildResponse_Complete) Size

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

func (*WitnessAndBuildResponse_Complete) String

func (*WitnessAndBuildResponse_Complete) Unmarshal

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

func (*WitnessAndBuildResponse_Complete) XXX_DiscardUnknown

func (m *WitnessAndBuildResponse_Complete) XXX_DiscardUnknown()

func (*WitnessAndBuildResponse_Complete) XXX_Marshal

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

func (*WitnessAndBuildResponse_Complete) XXX_Merge

func (*WitnessAndBuildResponse_Complete) XXX_Size

func (m *WitnessAndBuildResponse_Complete) XXX_Size() int

func (*WitnessAndBuildResponse_Complete) XXX_Unmarshal

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

type WitnessAndBuildResponse_Complete_

type WitnessAndBuildResponse_Complete_ struct {
	Complete *WitnessAndBuildResponse_Complete `protobuf:"bytes,2,opt,name=complete,proto3,oneof" json:"complete,omitempty"`
}

func (*WitnessAndBuildResponse_Complete_) MarshalTo

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

func (*WitnessAndBuildResponse_Complete_) MarshalToSizedBuffer

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

func (*WitnessAndBuildResponse_Complete_) Size

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

type WitnessRequest

type WitnessRequest struct {
	// The transaction plan to witness
	TransactionPlan *v13.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) GetTransactionPlan

func (m *WitnessRequest) GetTransactionPlan() *v13.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 *v13.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() *v13.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