Interface Posting

interface Posting {
    account: Core.Account;
    amount?: Amount;
    assertion?: Assertion;
    lotPrice?: LotPrice;
    status: StatusIndicator;
}

Properties

account: Core.Account
amount?: Amount
assertion?: Assertion
lotPrice?: LotPrice

Generated using TypeDoc