Type alias SpendingLimitsParams

SpendingLimitsParams: {
    limit: bigint;
    token: Address;
}[]

Represents the parameters for spending limits.

Type declaration

  • limit: bigint
  • token: Address