Interface EthTransactionResponse

interface EthTransactionResponse {
    message: string;
    result: EthTransaction[];
    status: string;
}

Properties

Properties

message: string
result: EthTransaction[]
status: string