Documentation ¶
Index ¶
- type Bid
- type Model
- type OpenSessionRequest
- type OpenSessionWithDurationRequest
- type PathEthAddrID
- type PathHex32ID
- type Provider
- type QueryApprove
- type QueryOffsetLimit
- type QueryPageLimit
- type QuerySpender
- type QueryUserOrProvider
- type RawEthTransactionResponse
- type RawTransaction
- type SendRequest
- type Session
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenSessionRequest ¶
type PathEthAddrID ¶
type PathHex32ID ¶
type QueryApprove ¶
type QueryApprove struct { *QuerySpender Amount *lib.BigInt `form:"amount" binding:"required" validate:"number,gt=0"` }
type QueryOffsetLimit ¶
type QueryPageLimit ¶
type QuerySpender ¶
type QueryUserOrProvider ¶
type RawEthTransactionResponse ¶
type RawEthTransactionResponse struct { Status string `json:"status"` Message string `json:"message"` Result []RawTransaction `json:"result"` }
type RawTransaction ¶
type RawTransaction struct { BlockHash string `json:"blockHash"` BlockNumber string `json:"blockNumber"` Confirmations string `json:"confirmations"` ContractAddress string `json:"contractAddress"` CumulativeGasUsed string `json:"cumulativeGasUsed"` From string `json:"from"` FunctionName string `json:"functionName"` Gas string `json:"gas"` GasPrice string `json:"gasPrice"` GasPriceBid string `json:"gasPriceBid"` GasUsed string `json:"gasUsed"` Hash string `json:"hash"` Input string `json:"input"` IsError string `json:"isError"` MethodId string `json:"methodId"` Nonce string `json:"nonce"` TimeStamp string `json:"timeStamp"` To string `json:"to"` TransactionIndex string `json:"transactionIndex"` TxReceiptStatus string `json:"txreceipt_status"` Value string `json:"value"` }
type SendRequest ¶
Click to show internal directories.
Click to hide internal directories.