@opensubaccounts/sdk
    Preparing search index...

    Type Alias AllowanceRequest

    Single allowance request that can be bundled into a batch.

    type AllowanceRequest = {
        amount: bigint;
        nonce: bigint;
        subaccount: `0x${string}`;
        timeframe: bigint;
        token: `0x${string}`;
    }
    Index

    Properties

    amount: bigint
    nonce: bigint
    subaccount: `0x${string}`
    timeframe: bigint
    token: `0x${string}`