ChainSig.js Documentation - v1.1.6
    Preparing search index...

    Interface EVMUnsignedLegacyTransaction

    interface EVMUnsignedLegacyTransaction {
        to: `0x${string}`;
        value?: bigint;
        gasPrice: bigint;
        nonce: number;
        gas: bigint;
        chainId: number;
        type: "legacy";
    }
    Index

    Properties

    to: `0x${string}`
    value?: bigint
    gasPrice: bigint
    nonce: number
    gas: bigint
    chainId: number
    type: "legacy"