Expand description
Otterscan specific types for RPC responses.
https://www.quicknode.com/docs/ethereum/ots_getBlockTransactions https://github.com/otterscan/otterscan/blob/develop/docs/custom-jsonrpc.md
Structs§
- Custom struct for otterscan
getBlockDetails
RPC response - Custom struct for otterscan
getContractCreator
RPC responses - Internal issuance struct for
BlockDetails
struct - Custom struct for otterscan
getInternalOperations
RPC response - Custom
Block
struct that includes transaction count for Otterscan responses - Custom struct for otterscan
getBlockTransactions
RPC response - The receipt of a transaction.
- Custom
Block
struct that without transactions for Otterscan responses - Custom transaction receipt struct for otterscan
OtsBlockTransactions
struct - Custom struct for otterscan
traceTransaction
RPC response - Custom struct for otterscan
searchTransactionsAfter
andsearchTransactionsBefore
RPC responses
Enums§
- Operation type enum for
InternalOperation
struct