@opensubaccounts/sdk
    Preparing search index...

    Type Alias AllowanceSet

    type AllowanceSet = {
        amount: bigint;
        owner: Address;
        subaccount: Address;
        timeframe: bigint;
        token: Address;
    }
    Index

    Properties

    amount: bigint
    owner: Address
    subaccount: Address
    timeframe: bigint
    token: Address