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

Since: cosmos-sdk 0.43

from message cosmos.bank.v1beta1.SendAuthorization

Hierarchy

Constructors

Properties

allowList: string[] = []

allow_list specifies an optional list of addresses to whom the grantee can send tokens on behalf of the granter. If omitted, any recipient is allowed.

Since: cosmos-sdk 0.47

from field: repeated string allow_list = 2;

spendLimit: Coin[] = []

from field: repeated cosmos.base.v1beta1.Coin spend_limit = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.bank.v1beta1.SendAuthorization" = "cosmos.bank.v1beta1.SendAuthorization"

Methods