Documentation ¶
Index ¶
Constants ¶
View Source
const ( DirectionOutgoing = "out" DirectionIncoming = "in" DirectionLoop = "loop" )
Variables ¶
This section is empty.
Functions ¶
func InitAPIHandlers ¶
Types ¶
type CSTXRecord ¶
type CSTXRecord struct { AgentFee int64 `json:"agentFee"` SourceShard *cstxShardRecord `json:"sourceShard"` DestinationShard *cstxShardRecord `json:"destinationShard"` // contains filtered or unexported fields }
type HistoryResponse ¶
type HistoryResponse struct {
Data historyData `json:"data"`
}
type Operation ¶
type Operation struct { Direction string `json:"direction"` // contains filtered or unexported fields }
DEPRECATED
type RawOperation ¶
type RawOperation struct { IsIncoming bool `json:"isIncoming"` IsCrossShard bool `json:"isCrossShard"` OriginTXHash string `json:"originTxHash"` // contains filtered or unexported fields }
func (RawOperation) AddressIsRegular ¶
func (o RawOperation) AddressIsRegular() bool
func (RawOperation) AddressIsValidMultiSig ¶
func (o RawOperation) AddressIsValidMultiSig() bool
func (RawOperation) IsInput ¶
func (o RawOperation) IsInput() bool
func (RawOperation) IsOutput ¶
func (o RawOperation) IsOutput() bool
Click to show internal directories.
Click to hide internal directories.