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

    Interface EVMTransactionRequestLegacy

    interface EVMTransactionRequestLegacy {
        from: `0x${string}`;
        to: `0x${string}`;
        value?: bigint;
        gas?: bigint;
    }
    Index

    Properties

    Properties

    from: `0x${string}`
    to: `0x${string}`
    value?: bigint
    gas?: bigint