interface TxSubscriptionUpdateParams {
    fee?: number | StdFee | "auto";
    from: string;
    memo?: string;
    params?: Params;
}

Hierarchy (view full)

Properties

Properties

fee?: number | StdFee | "auto"
from: string
memo?: string
params?: Params

Generated using TypeDoc