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

Since: cosmos-sdk 0.43

interface SendAuthorizationAmino {
    spend_limit?: CoinAmino[];
}

Properties

Properties

spend_limit?: CoinAmino[]