interface TxSessionEnd {
    fee?: number | StdFee | "auto";
    from: string;
    id: Long;
    memo?: string;
    rating: Long;
}

Hierarchy (view full)

Properties

Properties

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

Generated using TypeDoc