Interface AccountAdjustmentBalanceOperationInit

Plain-object form of AccountAdjustmentBalanceOperation.

interface AccountAdjustmentBalanceOperationInit {
    asset?: string;
    averageEntryPrice?:
        | string
        | number
        | bigint
        | Price;
    realizedPnl?:
        | string
        | number
        | bigint
        | Pnl;
}

Properties

asset?: string
averageEntryPrice?:
    | string
    | number
    | bigint
    | Price
realizedPnl?:
    | string
    | number
    | bigint
    | Pnl