Interface TransactionObjectGenericToAllTypes

interface TransactionObjectGenericToAllTypes {
    accessList?: AccessList;
    blobVersionedHashes?: BlobVersionedHashes;
    blobs?: Blobs;
    chainId?: string;
    from?: string;
    gas?: string;
    gasPrice?: string;
    input?: string;
    maxFeePerBlobGas?: string;
    maxFeePerGas?: string;
    maxPriorityFeePerGas?: string;
    nonce?: string;
    to?: ToAddress;
    type?: string;
    value?: string;
}

Properties

accessList?: AccessList
blobVersionedHashes?: BlobVersionedHashes
blobs?: Blobs
chainId?: string
from?: string
gas?: string
gasPrice?: string
input?: string
maxFeePerBlobGas?: string
maxFeePerGas?: string
maxPriorityFeePerGas?: string
nonce?: string
type?: string
value?: string