Tip is the tip used for meta-transactions.

Since: cosmos-sdk 0.46

from message cosmos.tx.v1beta1.Tip

Hierarchy

  • Message<Tip>
    • Tip

Constructors

Properties

amount: Coin[] = []

amount is the amount of the tip

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

tipper: string = ""

tipper is the address of the account paying for the tip

from field: string tipper = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.tx.v1beta1.Tip" = "cosmos.tx.v1beta1.Tip"

Methods