interface ReceiptAmino {
    block_number?: string;
    contract_address?: string;
    cumulative_gas_used?: string;
    effective_gas_price?: string;
    from?: string;
    gas_used?: string;
    logs?: LogAmino[];
    logsBloom?: string;
    status?: number;
    to?: string;
    transaction_index?: number;
    tx_hash_hex?: string;
    tx_type?: number;
    vm_error?: string;
}

Properties

block_number?: string
contract_address?: string
cumulative_gas_used?: string
effective_gas_price?: string
from?: string
gas_used?: string
logs?: LogAmino[]
logsBloom?: string
status?: number
to?: string
transaction_index?: number
tx_hash_hex?: string
tx_type?: number
vm_error?: string