Interface TransactionInputBase

An interface for transaction input base.

interface TransactionInputBase {
    address?: string;
    billing?: string;
    gas_price?: number;
    nonce?: number;
    timestamp?: number;
}

Hierarchy (view full)

Properties

address?: string
billing?: string
gas_price?: number
nonce?: number
timestamp?: number