Skip to main content

Parameters

chainId
string
default:"osmosis"
required
Unique identifier for a blockchain network.
id
number
default:1
required
Request identifier used to match responses.
jsonrpc
string
default:"2.0"
required
JSON-RPC version.
method
string
default:"tx"
required
JSON-RPC method name.
params
object
required
The parameters for method tx: [transactionHash, prove].Positional parameters for tx:
  • params[0]: 32 Bytes - Hash of the transaction.
  • params[1]: To include proofs into the response.

Returns

result
object
The transactions with or without proof information.