Versions in this module Expand all Collapse all v0 v0.5.0 Jul 17, 2025 Changes in this version + var File_ftactions_proto protoreflect.FileDescriptor + type IssueAction struct + Inputs []*IssueActionInput + Issuer *pp.Identity + Metadata map[string][]byte + Outputs []*IssueActionOutput + Version uint64 + func (*IssueAction) Descriptor() ([]byte, []int) + func (*IssueAction) ProtoMessage() + func (x *IssueAction) GetInputs() []*IssueActionInput + func (x *IssueAction) GetIssuer() *pp.Identity + func (x *IssueAction) GetMetadata() map[string][]byte + func (x *IssueAction) GetOutputs() []*IssueActionOutput + func (x *IssueAction) GetVersion() uint64 + func (x *IssueAction) ProtoReflect() protoreflect.Message + func (x *IssueAction) Reset() + func (x *IssueAction) String() string + type IssueActionInput struct + Id *TokenID + Token []byte + func (*IssueActionInput) Descriptor() ([]byte, []int) + func (*IssueActionInput) ProtoMessage() + func (x *IssueActionInput) GetId() *TokenID + func (x *IssueActionInput) GetToken() []byte + func (x *IssueActionInput) ProtoReflect() protoreflect.Message + func (x *IssueActionInput) Reset() + func (x *IssueActionInput) String() string + type IssueActionOutput struct + Token *Token + func (*IssueActionOutput) Descriptor() ([]byte, []int) + func (*IssueActionOutput) ProtoMessage() + func (x *IssueActionOutput) GetToken() *Token + func (x *IssueActionOutput) ProtoReflect() protoreflect.Message + func (x *IssueActionOutput) Reset() + func (x *IssueActionOutput) String() string + type Token struct + Owner []byte + Quantity string + Type string + func (*Token) Descriptor() ([]byte, []int) + func (*Token) ProtoMessage() + func (x *Token) GetOwner() []byte + func (x *Token) GetQuantity() string + func (x *Token) GetType() string + func (x *Token) ProtoReflect() protoreflect.Message + func (x *Token) Reset() + func (x *Token) String() string + type TokenID struct + Id string + Index uint64 + func (*TokenID) Descriptor() ([]byte, []int) + func (*TokenID) ProtoMessage() + func (x *TokenID) GetId() string + func (x *TokenID) GetIndex() uint64 + func (x *TokenID) ProtoReflect() protoreflect.Message + func (x *TokenID) Reset() + func (x *TokenID) String() string + type TransferAction struct + Inputs []*TransferActionInput + Issuer *pp.Identity + Metadata map[string][]byte + Outputs []*TransferActionOutput + Version uint64 + func (*TransferAction) Descriptor() ([]byte, []int) + func (*TransferAction) ProtoMessage() + func (x *TransferAction) GetInputs() []*TransferActionInput + func (x *TransferAction) GetIssuer() *pp.Identity + func (x *TransferAction) GetMetadata() map[string][]byte + func (x *TransferAction) GetOutputs() []*TransferActionOutput + func (x *TransferAction) GetVersion() uint64 + func (x *TransferAction) ProtoReflect() protoreflect.Message + func (x *TransferAction) Reset() + func (x *TransferAction) String() string + type TransferActionInput struct + Input *Token + TokenId *TokenID + func (*TransferActionInput) Descriptor() ([]byte, []int) + func (*TransferActionInput) ProtoMessage() + func (x *TransferActionInput) GetInput() *Token + func (x *TransferActionInput) GetTokenId() *TokenID + func (x *TransferActionInput) ProtoReflect() protoreflect.Message + func (x *TransferActionInput) Reset() + func (x *TransferActionInput) String() string + type TransferActionOutput struct + Token *Token + func (*TransferActionOutput) Descriptor() ([]byte, []int) + func (*TransferActionOutput) ProtoMessage() + func (x *TransferActionOutput) GetToken() *Token + func (x *TransferActionOutput) ProtoReflect() protoreflect.Message + func (x *TransferActionOutput) Reset() + func (x *TransferActionOutput) String() string