Type alias SpendingLimitPolicyData

SpendingLimitPolicyData: {
    limit: bigint;
    token: Address;
}

Type declaration

  • limit: bigint

    The limit for the token

  • token: Address

    The address of the token to be included in the policy