SendAuthorization allows the grantee to spend up to spend_limit coins from the granter's account.

Since: cosmos-sdk 0.43

interface SendAuthorization {
    $typeUrl?: "/cosmos.bank.v1beta1.SendAuthorization";
    spendLimit: Coin[];
}

Properties

$typeUrl?: "/cosmos.bank.v1beta1.SendAuthorization"
spendLimit: Coin[]