Address of account
GetBlock returns block based upon the height or hash
GetBlocks returns blocks based upon the request params
GetContractTxs returns contract-related transactions
Address of contract
GetCw20Balance lists all cw20 balances of an injective account
address to list balance of
GetIBCTransferTxs returns the ibc transfer transactions based upon the request params
GetPeggyDepositTxs returns the peggy deposit transactions based upon the request params
Address of receiveer upon deposit
Sender address of deposit request
GetPeggyWithdrawalTxs returns the peggy withdrawal transactions based upon the request params
Address of receiveer upon withdrawal
Sender address of withdrawal request
GetTxByTxHash returns certain transaction information by its tx hash.
GetTxs returns transactions based upon the request params
GetValidator returns validator information on the active chain
GetValidatorUptime returns validator uptime information on the active chain
GetValidators returns validators on the active chain
GetWasmCodeById list cosmwasm code infor by ID
Code ID of the code
GetWasmCodes lists all stored code
GetWasmContractByAddress list cosmwasm contract info by its address
Contract address
GetWasmContracts lists all contracts
Request relayers infos by marketIDs. If no ids are provided, all market with associated relayers are returned
Specify multiple marketIDs to search.
StreamBlocks returns the latest blocks
StreamTxs returns transactions based upon the request params
Generated using TypeDoc
GetAccountTxs returns tranctions involving in an account based upon params.