Interface get_details_of_multiple_transactions_Item

interface get_details_of_multiple_transactions_Item {
    blockHash: string;
    blockNumber: number;
    blockTime: number;
    chainId?: string;
    contractAddress: string;
    cumulativeGasUsed: number;
    effectiveGasPrice: string;
    from: string;
    gas: number;
    gasPrice: string;
    gasUsed: number;
    input: string;
    logsBloom: string;
    maxFeePerGas?: string;
    maxPriorityFeePerGas?: string;
    nonce: number;
    r: string;
    s: string;
    status: number;
    to: string;
    transactionHash: string;
    transactionIndex: number;
    type: number;
    v: string;
    value: string;
}

Properties

blockHash: string
blockNumber: number
blockTime: number
chainId?: string
contractAddress: string
cumulativeGasUsed: number
effectiveGasPrice: string
from: string
gas: number
gasPrice: string
gasUsed: number
input: string
logsBloom: string
maxFeePerGas?: string
maxPriorityFeePerGas?: string
nonce: number
r: string
s: string
status: number
to: string
transactionHash: string
transactionIndex: number
type: number
v: string
value: string