Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block struct { Version int32 `json:"version""` Blockid string `json:"blockid""` PreHash string `json:"preHash""` Height int64 `json:"height""` Timestamp int64 `json:"timestamp""` Transactions []*Transaction `json:"transactions""` TxCount int32 `json:"txCount""` NextHash string `json:"nextHash""` }
type CallContractResData ¶
type CallContractResData struct { base.BaseResModel Body *CallContractResDataBody `json:"body"` }
func (*CallContractResData) GetEncryptionValue ¶
func (f *CallContractResData) GetEncryptionValue() string
type CallContractResDataBody ¶
type GetBlockInfoResData ¶
type GetBlockInfoResData struct { base.BaseResModel Body *Block `json:"body"` // 消息体 }
func (*GetBlockInfoResData) GetEncryptionValue ¶
func (f *GetBlockInfoResData) GetEncryptionValue() string
type GetTxInfoResData ¶
type GetTxInfoResData struct { base.BaseResModel Body *Transaction `json:"body"` // 消息体 }
func (*GetTxInfoResData) GetEncryptionValue ¶
func (f *GetTxInfoResData) GetEncryptionValue() string
type InvokeRequest ¶
type Transaction ¶
type Transaction struct { Txid string `json:"txId""` Blockid string `json:"blockId""` Version int32 `json:"version""` ContractRequests []*InvokeRequest `json:"contractRequests""` ReceivedTimestamp int64 `json:"receivedTimestamp""` }
type UPukCallContractResData ¶ added in v1.0.4
type UPukCallContractResData struct { base.BaseResModel Body *UPukCallContractResDataBody `json:"body"` }
func (*UPukCallContractResData) GetEncryptionValue ¶ added in v1.0.4
func (f *UPukCallContractResData) GetEncryptionValue() string
type UPukCallContractResDataBody ¶ added in v1.0.4
Click to show internal directories.
Click to hide internal directories.