Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateTxHash ¶
func UpdateTxHash(tx *api.TransactionExtention) error
Types ¶
type Transaction ¶
type Transaction struct { TransactionHash string Transaction *api.TransactionExtention Result *api.Return }
type TransactionReceipt ¶
type TransactionReceipt struct { TxId string Result core.TransactionInfoCode Fee int64 BlockNumber int64 BlockTimeStamp int64 ComtractAddress string Receipt *core.ResourceReceipt Logs []Log ResMessage []byte AssetIssueID string WithdrawAmount int64 UnfreezeAmount int64 InternalTransactions []*core.InternalTransaction ExchangeReceivedAmount int64 ExchangeInjectAnotherAmount int64 ExchangeWithdrawAnotherAmount int64 ExchangeId int64 ShieldedTransactionFee int64 }
func GetTransactionReceipt ¶
func GetTransactionReceipt(tx *core.TransactionInfo) (*TransactionReceipt, error)
Click to show internal directories.
Click to hide internal directories.