Documentation ¶
Index ¶
- type Action
- func (*Action) Descriptor() ([]byte, []int)
- func (m *Action) GetActionName() string
- func (m *Action) GetContract() string
- func (m *Action) GetData() string
- func (*Action) ProtoMessage()
- func (m *Action) Reset()
- func (m *Action) String() string
- func (m *Action) XXX_DiscardUnknown()
- func (m *Action) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Action) XXX_Merge(src proto.Message)
- func (m *Action) XXX_Size() int
- func (m *Action) XXX_Unmarshal(b []byte) error
- type Receipt
- func (*Receipt) Descriptor() ([]byte, []int)
- func (m *Receipt) GetContent() string
- func (m *Receipt) GetFuncName() string
- func (*Receipt) ProtoMessage()
- func (m *Receipt) Reset()
- func (m *Receipt) String() string
- func (m *Receipt) XXX_DiscardUnknown()
- func (m *Receipt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Receipt) XXX_Merge(src proto.Message)
- func (m *Receipt) XXX_Size() int
- func (m *Receipt) XXX_Unmarshal(b []byte) error
- type Status
- func (*Status) Descriptor() ([]byte, []int)
- func (m *Status) GetCode() int32
- func (m *Status) GetMessage() string
- func (*Status) ProtoMessage()
- func (m *Status) Reset()
- func (m *Status) String() string
- func (m *Status) XXX_DiscardUnknown()
- func (m *Status) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Status) XXX_Merge(src proto.Message)
- func (m *Status) XXX_Size() int
- func (m *Status) XXX_Unmarshal(b []byte) error
- type Tx
- func (*Tx) Descriptor() ([]byte, []int)
- func (m *Tx) GetActions() []*Action
- func (m *Tx) GetAmountLimit() []*contract.Amount
- func (m *Tx) GetChainId() uint32
- func (m *Tx) GetDelay() int64
- func (m *Tx) GetExpiration() int64
- func (m *Tx) GetGasLimit() int64
- func (m *Tx) GetGasRatio() int64
- func (m *Tx) GetPublishSigns() []*pb.Signature
- func (m *Tx) GetPublisher() string
- func (m *Tx) GetReferredTx() []byte
- func (m *Tx) GetReserved() []byte
- func (m *Tx) GetSigners() []string
- func (m *Tx) GetSigns() []*pb.Signature
- func (m *Tx) GetTime() int64
- func (*Tx) ProtoMessage()
- func (m *Tx) Reset()
- func (m *Tx) String() string
- func (m *Tx) XXX_DiscardUnknown()
- func (m *Tx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Tx) XXX_Merge(src proto.Message)
- func (m *Tx) XXX_Size() int
- func (m *Tx) XXX_Unmarshal(b []byte) error
- type TxReceipt
- func (*TxReceipt) Descriptor() ([]byte, []int)
- func (m *TxReceipt) GetGasUsage() int64
- func (m *TxReceipt) GetRamUsage() map[string]int64
- func (m *TxReceipt) GetReceipts() []*Receipt
- func (m *TxReceipt) GetReturns() []string
- func (m *TxReceipt) GetStatus() *Status
- func (m *TxReceipt) GetTxHash() []byte
- func (*TxReceipt) ProtoMessage()
- func (m *TxReceipt) Reset()
- func (m *TxReceipt) String() string
- func (m *TxReceipt) XXX_DiscardUnknown()
- func (m *TxReceipt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TxReceipt) XXX_Merge(src proto.Message)
- func (m *TxReceipt) XXX_Size() int
- func (m *TxReceipt) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct { Contract string `protobuf:"bytes,1,opt,name=contract,proto3" json:"contract,omitempty"` ActionName string `protobuf:"bytes,2,opt,name=actionName,proto3" json:"actionName,omitempty"` Data string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Action) Descriptor ¶
func (*Action) GetActionName ¶
func (*Action) GetContract ¶
func (*Action) ProtoMessage ¶
func (*Action) ProtoMessage()
func (*Action) XXX_DiscardUnknown ¶
func (m *Action) XXX_DiscardUnknown()
func (*Action) XXX_Marshal ¶
func (*Action) XXX_Unmarshal ¶
type Receipt ¶
type Receipt struct { FuncName string `protobuf:"bytes,1,opt,name=funcName,proto3" json:"funcName,omitempty"` Content string `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Receipt) Descriptor ¶
func (*Receipt) GetContent ¶
func (*Receipt) GetFuncName ¶
func (*Receipt) ProtoMessage ¶
func (*Receipt) ProtoMessage()
func (*Receipt) XXX_DiscardUnknown ¶
func (m *Receipt) XXX_DiscardUnknown()
func (*Receipt) XXX_Marshal ¶
func (*Receipt) XXX_Unmarshal ¶
type Status ¶
type Status struct { Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Status) Descriptor ¶
func (*Status) GetMessage ¶
func (*Status) ProtoMessage ¶
func (*Status) ProtoMessage()
func (*Status) XXX_DiscardUnknown ¶
func (m *Status) XXX_DiscardUnknown()
func (*Status) XXX_Marshal ¶
func (*Status) XXX_Unmarshal ¶
type Tx ¶
type Tx struct { Time int64 `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"` Expiration int64 `protobuf:"varint,2,opt,name=expiration,proto3" json:"expiration,omitempty"` GasLimit int64 `protobuf:"varint,3,opt,name=gasLimit,proto3" json:"gasLimit,omitempty"` GasRatio int64 `protobuf:"varint,4,opt,name=gasRatio,proto3" json:"gasRatio,omitempty"` Actions []*Action `protobuf:"bytes,5,rep,name=actions,proto3" json:"actions,omitempty"` Signers []string `protobuf:"bytes,6,rep,name=signers,proto3" json:"signers,omitempty"` Signs []*pb.Signature `protobuf:"bytes,7,rep,name=signs,proto3" json:"signs,omitempty"` Publisher string `protobuf:"bytes,8,opt,name=publisher,proto3" json:"publisher,omitempty"` PublishSigns []*pb.Signature `protobuf:"bytes,9,rep,name=publishSigns,proto3" json:"publishSigns,omitempty"` Delay int64 `protobuf:"varint,10,opt,name=delay,proto3" json:"delay,omitempty"` ChainId uint32 `protobuf:"varint,11,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` ReferredTx []byte `protobuf:"bytes,12,opt,name=referredTx,proto3" json:"referredTx,omitempty"` AmountLimit []*contract.Amount `protobuf:"bytes,13,rep,name=amountLimit,proto3" json:"amountLimit,omitempty"` Reserved []byte `protobuf:"bytes,14,opt,name=reserved,proto3" json:"reserved,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Tx) Descriptor ¶
func (*Tx) GetActions ¶
func (*Tx) GetAmountLimit ¶
func (*Tx) GetChainId ¶
func (*Tx) GetExpiration ¶
func (*Tx) GetGasLimit ¶
func (*Tx) GetGasRatio ¶
func (*Tx) GetPublishSigns ¶
func (*Tx) GetPublisher ¶
func (*Tx) GetReferredTx ¶
func (*Tx) GetReserved ¶
func (*Tx) GetSigners ¶
func (*Tx) ProtoMessage ¶
func (*Tx) ProtoMessage()
func (*Tx) XXX_DiscardUnknown ¶
func (m *Tx) XXX_DiscardUnknown()
func (*Tx) XXX_Unmarshal ¶
type TxReceipt ¶
type TxReceipt struct { TxHash []byte `protobuf:"bytes,1,opt,name=txHash,proto3" json:"txHash,omitempty"` GasUsage int64 `protobuf:"varint,2,opt,name=gasUsage,proto3" json:"gasUsage,omitempty"` RamUsage map[string]int64 `` /* 158-byte string literal not displayed */ Status *Status `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` Returns []string `protobuf:"bytes,5,rep,name=returns,proto3" json:"returns,omitempty"` Receipts []*Receipt `protobuf:"bytes,6,rep,name=receipts,proto3" json:"receipts,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TxReceipt) Descriptor ¶
func (*TxReceipt) GetGasUsage ¶
func (*TxReceipt) GetRamUsage ¶
func (*TxReceipt) GetReceipts ¶
func (*TxReceipt) GetReturns ¶
func (*TxReceipt) ProtoMessage ¶
func (*TxReceipt) ProtoMessage()
func (*TxReceipt) XXX_DiscardUnknown ¶
func (m *TxReceipt) XXX_DiscardUnknown()
func (*TxReceipt) XXX_Marshal ¶
func (*TxReceipt) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.