interface TxSubscriptionAllocate {
    address: string;
    bytes: string;
    fee?: number | StdFee | "auto";
    from: string;
    id: Long;
    memo?: string;
}

Hierarchy (view full)

  • SubscriptionAllocate
  • TxParams
    • TxSubscriptionAllocate

Properties

address: string
bytes: string
fee?: number | StdFee | "auto"
from: string
id: Long
memo?: string

Generated using TypeDoc