BasicAllowance implements Allowance with a one-time grant of tokens that optionally expires. The grantee can use up to SpendLimit to cover fees.

interface BasicAllowanceSDKType {
    $typeUrl?: "/cosmos.feegrant.v1beta1.BasicAllowance";
    expiration?: Date;
    spend_limit: CoinSDKType[];
}

Properties

$typeUrl?: "/cosmos.feegrant.v1beta1.BasicAllowance"
expiration?: Date
spend_limit: CoinSDKType[]