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

interface SendAuthorization {
    spend_limit: SecretJS.Tx.Coin[];
}

Properties

Properties

spend_limit: SecretJS.Tx.Coin[]

Generated using TypeDoc