Transaction examples
Send a native transfer with a library that supports custom chain IDs. Sign with chainId: 733100001.
Submit with eth_sendRawTransaction. Look up inclusion with eth_getTransactionReceipt or the explorer.
eth_estimateGas is supported but does not perform Ethereum-style binary search; it executes at the supplied/default gas limit.