Versions in this module Expand all Collapse all v1 v1.4.4 Nov 14, 2019 Changes in this version + func RegisterProverServer(s *grpc.Server, srv ProverServer) + type AllowanceRecipientShare struct + Quantity uint64 + Recipient []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AllowanceRecipientShare) Descriptor() ([]byte, []int) + func (*AllowanceRecipientShare) ProtoMessage() + func (dst *AllowanceRecipientShare) XXX_Merge(src proto.Message) + func (m *AllowanceRecipientShare) GetQuantity() uint64 + func (m *AllowanceRecipientShare) GetRecipient() []byte + func (m *AllowanceRecipientShare) Reset() + func (m *AllowanceRecipientShare) String() string + func (m *AllowanceRecipientShare) XXX_DiscardUnknown() + func (m *AllowanceRecipientShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AllowanceRecipientShare) XXX_Size() int + func (m *AllowanceRecipientShare) XXX_Unmarshal(b []byte) error + type ApproveRequest struct + AllowanceShares []*AllowanceRecipientShare + Credential []byte + TokenIds [][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ApproveRequest) Descriptor() ([]byte, []int) + func (*ApproveRequest) ProtoMessage() + func (dst *ApproveRequest) XXX_Merge(src proto.Message) + func (m *ApproveRequest) GetAllowanceShares() []*AllowanceRecipientShare + func (m *ApproveRequest) GetCredential() []byte + func (m *ApproveRequest) GetTokenIds() [][]byte + func (m *ApproveRequest) Reset() + func (m *ApproveRequest) String() string + func (m *ApproveRequest) XXX_DiscardUnknown() + func (m *ApproveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ApproveRequest) XXX_Size() int + func (m *ApproveRequest) XXX_Unmarshal(b []byte) error + type Command struct + Header *Header + Payload isCommand_Payload + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Command) Descriptor() ([]byte, []int) + func (*Command) ProtoMessage() + func (*Command) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *Command) XXX_Merge(src proto.Message) + func (m *Command) GetApproveRequest() *ApproveRequest + func (m *Command) GetExpectationRequest() *ExpectationRequest + func (m *Command) GetHeader() *Header + func (m *Command) GetImportRequest() *ImportRequest + func (m *Command) GetListRequest() *ListRequest + func (m *Command) GetPayload() isCommand_Payload + func (m *Command) GetRedeemRequest() *RedeemRequest + func (m *Command) GetTransferFromRequest() *TransferRequest + func (m *Command) GetTransferRequest() *TransferRequest + func (m *Command) Reset() + func (m *Command) String() string + func (m *Command) XXX_DiscardUnknown() + func (m *Command) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Command) XXX_Size() int + func (m *Command) XXX_Unmarshal(b []byte) error + type CommandResponse struct + Header *CommandResponseHeader + Payload isCommandResponse_Payload + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CommandResponse) Descriptor() ([]byte, []int) + func (*CommandResponse) ProtoMessage() + func (*CommandResponse) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *CommandResponse) XXX_Merge(src proto.Message) + func (m *CommandResponse) GetErr() *Error + func (m *CommandResponse) GetHeader() *CommandResponseHeader + func (m *CommandResponse) GetPayload() isCommandResponse_Payload + func (m *CommandResponse) GetTokenTransaction() *TokenTransaction + func (m *CommandResponse) GetUnspentTokens() *UnspentTokens + func (m *CommandResponse) Reset() + func (m *CommandResponse) String() string + func (m *CommandResponse) XXX_DiscardUnknown() + func (m *CommandResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CommandResponse) XXX_Size() int + func (m *CommandResponse) XXX_Unmarshal(b []byte) error + type CommandResponseHeader struct + CommandHash []byte + Creator []byte + Timestamp *timestamp.Timestamp + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CommandResponseHeader) Descriptor() ([]byte, []int) + func (*CommandResponseHeader) ProtoMessage() + func (dst *CommandResponseHeader) XXX_Merge(src proto.Message) + func (m *CommandResponseHeader) GetCommandHash() []byte + func (m *CommandResponseHeader) GetCreator() []byte + func (m *CommandResponseHeader) GetTimestamp() *timestamp.Timestamp + func (m *CommandResponseHeader) Reset() + func (m *CommandResponseHeader) String() string + func (m *CommandResponseHeader) XXX_DiscardUnknown() + func (m *CommandResponseHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CommandResponseHeader) XXX_Size() int + func (m *CommandResponseHeader) XXX_Unmarshal(b []byte) error + type CommandResponse_Err struct + Err *Error + type CommandResponse_TokenTransaction struct + TokenTransaction *TokenTransaction + type CommandResponse_UnspentTokens struct + UnspentTokens *UnspentTokens + type Command_ApproveRequest struct + ApproveRequest *ApproveRequest + type Command_ExpectationRequest struct + ExpectationRequest *ExpectationRequest + type Command_ImportRequest struct + ImportRequest *ImportRequest + type Command_ListRequest struct + ListRequest *ListRequest + type Command_RedeemRequest struct + RedeemRequest *RedeemRequest + type Command_TransferFromRequest struct + TransferFromRequest *TransferRequest + type Command_TransferRequest struct + TransferRequest *TransferRequest + type Error struct + Message string + Payload []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Error) Descriptor() ([]byte, []int) + func (*Error) ProtoMessage() + func (dst *Error) XXX_Merge(src proto.Message) + func (m *Error) GetMessage() string + func (m *Error) GetPayload() []byte + func (m *Error) Reset() + func (m *Error) String() string + func (m *Error) XXX_DiscardUnknown() + func (m *Error) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Error) XXX_Size() int + func (m *Error) XXX_Unmarshal(b []byte) error + type ExpectationRequest struct + Credential []byte + Expectation *TokenExpectation + TokenIds [][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ExpectationRequest) Descriptor() ([]byte, []int) + func (*ExpectationRequest) ProtoMessage() + func (dst *ExpectationRequest) XXX_Merge(src proto.Message) + func (m *ExpectationRequest) GetCredential() []byte + func (m *ExpectationRequest) GetExpectation() *TokenExpectation + func (m *ExpectationRequest) GetTokenIds() [][]byte + func (m *ExpectationRequest) Reset() + func (m *ExpectationRequest) String() string + func (m *ExpectationRequest) XXX_DiscardUnknown() + func (m *ExpectationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExpectationRequest) XXX_Size() int + func (m *ExpectationRequest) XXX_Unmarshal(b []byte) error + type Header struct + ChannelId string + Creator []byte + Nonce []byte + Timestamp *timestamp.Timestamp + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Header) Descriptor() ([]byte, []int) + func (*Header) ProtoMessage() + func (dst *Header) XXX_Merge(src proto.Message) + func (m *Header) GetChannelId() string + func (m *Header) GetCreator() []byte + func (m *Header) GetNonce() []byte + func (m *Header) GetTimestamp() *timestamp.Timestamp + func (m *Header) Reset() + func (m *Header) String() string + func (m *Header) XXX_DiscardUnknown() + func (m *Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Header) XXX_Size() int + func (m *Header) XXX_Unmarshal(b []byte) error + type ImportRequest struct + Credential []byte + TokensToIssue []*TokenToIssue + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ImportRequest) Descriptor() ([]byte, []int) + func (*ImportRequest) ProtoMessage() + func (dst *ImportRequest) XXX_Merge(src proto.Message) + func (m *ImportRequest) GetCredential() []byte + func (m *ImportRequest) GetTokensToIssue() []*TokenToIssue + func (m *ImportRequest) Reset() + func (m *ImportRequest) String() string + func (m *ImportRequest) XXX_DiscardUnknown() + func (m *ImportRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImportRequest) XXX_Size() int + func (m *ImportRequest) XXX_Unmarshal(b []byte) error + type InputId struct + Index uint32 + TxId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*InputId) Descriptor() ([]byte, []int) + func (*InputId) ProtoMessage() + func (dst *InputId) XXX_Merge(src proto.Message) + func (m *InputId) GetIndex() uint32 + func (m *InputId) GetTxId() string + func (m *InputId) Reset() + func (m *InputId) String() string + func (m *InputId) XXX_DiscardUnknown() + func (m *InputId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *InputId) XXX_Size() int + func (m *InputId) XXX_Unmarshal(b []byte) error + type ListRequest struct + Credential []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListRequest) Descriptor() ([]byte, []int) + func (*ListRequest) ProtoMessage() + func (dst *ListRequest) XXX_Merge(src proto.Message) + func (m *ListRequest) GetCredential() []byte + func (m *ListRequest) Reset() + func (m *ListRequest) String() string + func (m *ListRequest) XXX_DiscardUnknown() + func (m *ListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListRequest) XXX_Size() int + func (m *ListRequest) XXX_Unmarshal(b []byte) error + type PlainApprove struct + DelegatedOutputs []*PlainDelegatedOutput + Inputs []*InputId + Output *PlainOutput + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PlainApprove) Descriptor() ([]byte, []int) + func (*PlainApprove) ProtoMessage() + func (dst *PlainApprove) XXX_Merge(src proto.Message) + func (m *PlainApprove) GetDelegatedOutputs() []*PlainDelegatedOutput + func (m *PlainApprove) GetInputs() []*InputId + func (m *PlainApprove) GetOutput() *PlainOutput + func (m *PlainApprove) Reset() + func (m *PlainApprove) String() string + func (m *PlainApprove) XXX_DiscardUnknown() + func (m *PlainApprove) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PlainApprove) XXX_Size() int + func (m *PlainApprove) XXX_Unmarshal(b []byte) error + type PlainDelegatedOutput struct + Delegatees [][]byte + Owner []byte + Quantity uint64 + Type string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PlainDelegatedOutput) Descriptor() ([]byte, []int) + func (*PlainDelegatedOutput) ProtoMessage() + func (dst *PlainDelegatedOutput) XXX_Merge(src proto.Message) + func (m *PlainDelegatedOutput) GetDelegatees() [][]byte + func (m *PlainDelegatedOutput) GetOwner() []byte + func (m *PlainDelegatedOutput) GetQuantity() uint64 + func (m *PlainDelegatedOutput) GetType() string + func (m *PlainDelegatedOutput) Reset() + func (m *PlainDelegatedOutput) String() string + func (m *PlainDelegatedOutput) XXX_DiscardUnknown() + func (m *PlainDelegatedOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PlainDelegatedOutput) XXX_Size() int + func (m *PlainDelegatedOutput) XXX_Unmarshal(b []byte) error + type PlainExpectation struct + Payload isPlainExpectation_Payload + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PlainExpectation) Descriptor() ([]byte, []int) + func (*PlainExpectation) ProtoMessage() + func (*PlainExpectation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *PlainExpectation) XXX_Merge(src proto.Message) + func (m *PlainExpectation) GetImportExpectation() *PlainTokenExpectation + func (m *PlainExpectation) GetPayload() isPlainExpectation_Payload + func (m *PlainExpectation) GetTransferExpectation() *PlainTokenExpectation + func (m *PlainExpectation) Reset() + func (m *PlainExpectation) String() string + func (m *PlainExpectation) XXX_DiscardUnknown() + func (m *PlainExpectation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PlainExpectation) XXX_Size() int + func (m *PlainExpectation) XXX_Unmarshal(b []byte) error + type PlainExpectation_ImportExpectation struct + ImportExpectation *PlainTokenExpectation + type PlainExpectation_TransferExpectation struct + TransferExpectation *PlainTokenExpectation + type PlainImport struct + Outputs []*PlainOutput + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PlainImport) Descriptor() ([]byte, []int) + func (*PlainImport) ProtoMessage() + func (dst *PlainImport) XXX_Merge(src proto.Message) + func (m *PlainImport) GetOutputs() []*PlainOutput + func (m *PlainImport) Reset() + func (m *PlainImport) String() string + func (m *PlainImport) XXX_DiscardUnknown() + func (m *PlainImport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PlainImport) XXX_Size() int + func (m *PlainImport) XXX_Unmarshal(b []byte) error + type PlainOutput struct + Owner []byte + Quantity uint64 + Type string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PlainOutput) Descriptor() ([]byte, []int) + func (*PlainOutput) ProtoMessage() + func (dst *PlainOutput) XXX_Merge(src proto.Message) + func (m *PlainOutput) GetOwner() []byte + func (m *PlainOutput) GetQuantity() uint64 + func (m *PlainOutput) GetType() string + func (m *PlainOutput) Reset() + func (m *PlainOutput) String() string + func (m *PlainOutput) XXX_DiscardUnknown() + func (m *PlainOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PlainOutput) XXX_Size() int + func (m *PlainOutput) XXX_Unmarshal(b []byte) error + type PlainTokenAction struct + Data isPlainTokenAction_Data + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PlainTokenAction) Descriptor() ([]byte, []int) + func (*PlainTokenAction) ProtoMessage() + func (*PlainTokenAction) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *PlainTokenAction) XXX_Merge(src proto.Message) + func (m *PlainTokenAction) GetData() isPlainTokenAction_Data + func (m *PlainTokenAction) GetPlainApprove() *PlainApprove + func (m *PlainTokenAction) GetPlainImport() *PlainImport + func (m *PlainTokenAction) GetPlainRedeem() *PlainTransfer + func (m *PlainTokenAction) GetPlainTransfer() *PlainTransfer + func (m *PlainTokenAction) GetPlainTransfer_From() *PlainTransferFrom + func (m *PlainTokenAction) Reset() + func (m *PlainTokenAction) String() string + func (m *PlainTokenAction) XXX_DiscardUnknown() + func (m *PlainTokenAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PlainTokenAction) XXX_Size() int + func (m *PlainTokenAction) XXX_Unmarshal(b []byte) error + type PlainTokenAction_PlainApprove struct + PlainApprove *PlainApprove + type PlainTokenAction_PlainImport struct + PlainImport *PlainImport + type PlainTokenAction_PlainRedeem struct + PlainRedeem *PlainTransfer + type PlainTokenAction_PlainTransfer struct + PlainTransfer *PlainTransfer + type PlainTokenAction_PlainTransfer_From struct + PlainTransfer_From *PlainTransferFrom + type PlainTokenExpectation struct + Outputs []*PlainOutput + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PlainTokenExpectation) Descriptor() ([]byte, []int) + func (*PlainTokenExpectation) ProtoMessage() + func (dst *PlainTokenExpectation) XXX_Merge(src proto.Message) + func (m *PlainTokenExpectation) GetOutputs() []*PlainOutput + func (m *PlainTokenExpectation) Reset() + func (m *PlainTokenExpectation) String() string + func (m *PlainTokenExpectation) XXX_DiscardUnknown() + func (m *PlainTokenExpectation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PlainTokenExpectation) XXX_Size() int + func (m *PlainTokenExpectation) XXX_Unmarshal(b []byte) error + type PlainTransfer struct + Inputs []*InputId + Outputs []*PlainOutput + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PlainTransfer) Descriptor() ([]byte, []int) + func (*PlainTransfer) ProtoMessage() + func (dst *PlainTransfer) XXX_Merge(src proto.Message) + func (m *PlainTransfer) GetInputs() []*InputId + func (m *PlainTransfer) GetOutputs() []*PlainOutput + func (m *PlainTransfer) Reset() + func (m *PlainTransfer) String() string + func (m *PlainTransfer) XXX_DiscardUnknown() + func (m *PlainTransfer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PlainTransfer) XXX_Size() int + func (m *PlainTransfer) XXX_Unmarshal(b []byte) error + type PlainTransferFrom struct + DelegatedOutput *PlainDelegatedOutput + Inputs []*InputId + Outputs []*PlainOutput + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PlainTransferFrom) Descriptor() ([]byte, []int) + func (*PlainTransferFrom) ProtoMessage() + func (dst *PlainTransferFrom) XXX_Merge(src proto.Message) + func (m *PlainTransferFrom) GetDelegatedOutput() *PlainDelegatedOutput + func (m *PlainTransferFrom) GetInputs() []*InputId + func (m *PlainTransferFrom) GetOutputs() []*PlainOutput + func (m *PlainTransferFrom) Reset() + func (m *PlainTransferFrom) String() string + func (m *PlainTransferFrom) XXX_DiscardUnknown() + func (m *PlainTransferFrom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PlainTransferFrom) XXX_Size() int + func (m *PlainTransferFrom) XXX_Unmarshal(b []byte) error + type ProverClient interface + ProcessCommand func(ctx context.Context, in *SignedCommand, opts ...grpc.CallOption) (*SignedCommandResponse, error) + func NewProverClient(cc *grpc.ClientConn) ProverClient + type ProverServer interface + ProcessCommand func(context.Context, *SignedCommand) (*SignedCommandResponse, error) + type RecipientTransferShare struct + Quantity uint64 + Recipient []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RecipientTransferShare) Descriptor() ([]byte, []int) + func (*RecipientTransferShare) ProtoMessage() + func (dst *RecipientTransferShare) XXX_Merge(src proto.Message) + func (m *RecipientTransferShare) GetQuantity() uint64 + func (m *RecipientTransferShare) GetRecipient() []byte + func (m *RecipientTransferShare) Reset() + func (m *RecipientTransferShare) String() string + func (m *RecipientTransferShare) XXX_DiscardUnknown() + func (m *RecipientTransferShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RecipientTransferShare) XXX_Size() int + func (m *RecipientTransferShare) XXX_Unmarshal(b []byte) error + type RedeemRequest struct + Credential []byte + QuantityToRedeem uint64 + TokenIds [][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RedeemRequest) Descriptor() ([]byte, []int) + func (*RedeemRequest) ProtoMessage() + func (dst *RedeemRequest) XXX_Merge(src proto.Message) + func (m *RedeemRequest) GetCredential() []byte + func (m *RedeemRequest) GetQuantityToRedeem() uint64 + func (m *RedeemRequest) GetTokenIds() [][]byte + func (m *RedeemRequest) Reset() + func (m *RedeemRequest) String() string + func (m *RedeemRequest) XXX_DiscardUnknown() + func (m *RedeemRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RedeemRequest) XXX_Size() int + func (m *RedeemRequest) XXX_Unmarshal(b []byte) error + type SignedCommand struct + Command []byte + Signature []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SignedCommand) Descriptor() ([]byte, []int) + func (*SignedCommand) ProtoMessage() + func (dst *SignedCommand) XXX_Merge(src proto.Message) + func (m *SignedCommand) GetCommand() []byte + func (m *SignedCommand) GetSignature() []byte + func (m *SignedCommand) Reset() + func (m *SignedCommand) String() string + func (m *SignedCommand) XXX_DiscardUnknown() + func (m *SignedCommand) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignedCommand) XXX_Size() int + func (m *SignedCommand) XXX_Unmarshal(b []byte) error + type SignedCommandResponse struct + Response []byte + Signature []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SignedCommandResponse) Descriptor() ([]byte, []int) + func (*SignedCommandResponse) ProtoMessage() + func (dst *SignedCommandResponse) XXX_Merge(src proto.Message) + func (m *SignedCommandResponse) GetResponse() []byte + func (m *SignedCommandResponse) GetSignature() []byte + func (m *SignedCommandResponse) Reset() + func (m *SignedCommandResponse) String() string + func (m *SignedCommandResponse) XXX_DiscardUnknown() + func (m *SignedCommandResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SignedCommandResponse) XXX_Size() int + func (m *SignedCommandResponse) XXX_Unmarshal(b []byte) error + type TokenExpectation struct + Expectation isTokenExpectation_Expectation + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TokenExpectation) Descriptor() ([]byte, []int) + func (*TokenExpectation) ProtoMessage() + func (*TokenExpectation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *TokenExpectation) XXX_Merge(src proto.Message) + func (m *TokenExpectation) GetExpectation() isTokenExpectation_Expectation + func (m *TokenExpectation) GetPlainExpectation() *PlainExpectation + func (m *TokenExpectation) Reset() + func (m *TokenExpectation) String() string + func (m *TokenExpectation) XXX_DiscardUnknown() + func (m *TokenExpectation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TokenExpectation) XXX_Size() int + func (m *TokenExpectation) XXX_Unmarshal(b []byte) error + type TokenExpectation_PlainExpectation struct + PlainExpectation *PlainExpectation + type TokenOutput struct + Id []byte + Quantity uint64 + Type string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TokenOutput) Descriptor() ([]byte, []int) + func (*TokenOutput) ProtoMessage() + func (dst *TokenOutput) XXX_Merge(src proto.Message) + func (m *TokenOutput) GetId() []byte + func (m *TokenOutput) GetQuantity() uint64 + func (m *TokenOutput) GetType() string + func (m *TokenOutput) Reset() + func (m *TokenOutput) String() string + func (m *TokenOutput) XXX_DiscardUnknown() + func (m *TokenOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TokenOutput) XXX_Size() int + func (m *TokenOutput) XXX_Unmarshal(b []byte) error + type TokenToIssue struct + Quantity uint64 + Recipient []byte + Type string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TokenToIssue) Descriptor() ([]byte, []int) + func (*TokenToIssue) ProtoMessage() + func (dst *TokenToIssue) XXX_Merge(src proto.Message) + func (m *TokenToIssue) GetQuantity() uint64 + func (m *TokenToIssue) GetRecipient() []byte + func (m *TokenToIssue) GetType() string + func (m *TokenToIssue) Reset() + func (m *TokenToIssue) String() string + func (m *TokenToIssue) XXX_DiscardUnknown() + func (m *TokenToIssue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TokenToIssue) XXX_Size() int + func (m *TokenToIssue) XXX_Unmarshal(b []byte) error + type TokenTransaction struct + Action isTokenTransaction_Action + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TokenTransaction) Descriptor() ([]byte, []int) + func (*TokenTransaction) ProtoMessage() + func (*TokenTransaction) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *TokenTransaction) XXX_Merge(src proto.Message) + func (m *TokenTransaction) GetAction() isTokenTransaction_Action + func (m *TokenTransaction) GetPlainAction() *PlainTokenAction + func (m *TokenTransaction) Reset() + func (m *TokenTransaction) String() string + func (m *TokenTransaction) XXX_DiscardUnknown() + func (m *TokenTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TokenTransaction) XXX_Size() int + func (m *TokenTransaction) XXX_Unmarshal(b []byte) error + type TokenTransaction_PlainAction struct + PlainAction *PlainTokenAction + type TransferRequest struct + Credential []byte + Shares []*RecipientTransferShare + TokenIds [][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TransferRequest) Descriptor() ([]byte, []int) + func (*TransferRequest) ProtoMessage() + func (dst *TransferRequest) XXX_Merge(src proto.Message) + func (m *TransferRequest) GetCredential() []byte + func (m *TransferRequest) GetShares() []*RecipientTransferShare + func (m *TransferRequest) GetTokenIds() [][]byte + func (m *TransferRequest) Reset() + func (m *TransferRequest) String() string + func (m *TransferRequest) XXX_DiscardUnknown() + func (m *TransferRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TransferRequest) XXX_Size() int + func (m *TransferRequest) XXX_Unmarshal(b []byte) error + type UnspentTokens struct + Tokens []*TokenOutput + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UnspentTokens) Descriptor() ([]byte, []int) + func (*UnspentTokens) ProtoMessage() + func (dst *UnspentTokens) XXX_Merge(src proto.Message) + func (m *UnspentTokens) GetTokens() []*TokenOutput + func (m *UnspentTokens) Reset() + func (m *UnspentTokens) String() string + func (m *UnspentTokens) XXX_DiscardUnknown() + func (m *UnspentTokens) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UnspentTokens) XXX_Size() int + func (m *UnspentTokens) XXX_Unmarshal(b []byte) error