MCPcopy Create free account
hub / github.com/33cn/chain33 / QueryTx

Method QueryTx

client/api/api.go:39–39  ·  view source on GitHub ↗
(param *types.ReqHash)

Source from the content-addressed store, hash-verified

37 GetBlockByHashes(param *types.ReqHashes) (*types.BlockDetails, error)
38 GetRandNum(param *types.ReqRandHash) ([]byte, error)
39 QueryTx(param *types.ReqHash) (*types.TransactionDetail, error)
40 IsErr() bool
41}
42

Callers 12

testQueryTxFunction · 0.65
QueryTxMethod · 0.65
TestAPIFunction · 0.65
WaitTxMethod · 0.65
GetHexTxByHashMethod · 0.65
QueryTransactionMethod · 0.65
SendTransactionSyncMethod · 0.65
QueryTransactionMethod · 0.65
GetHexTxByHashMethod · 0.65
GetTransactionByHashMethod · 0.65
GetTransactionReceiptMethod · 0.65
WaitTxMethod · 0.65

Implementers 2

mainChainAPIclient/api/api.go
paraChainAPIclient/api/api.go

Calls

no outgoing calls

Tested by 3

testQueryTxFunction · 0.52
TestAPIFunction · 0.52
WaitTxMethod · 0.52