Function settleExpiredPositionImpl

  • Settles an expired position for a specific series ID.

    Parameters

    • this: SdxClient
    • asset: AssetType

      The type of the asset for the position.

    • seriesId: number

      The series ID of the position to settle.

    • Optional tradingAccount: PublicKey

      The public key of the optional trading account to use for the settle operation. If not provided, the provider's associated account will be used.

    Returns Promise<TransactionSignature>

    A promise that resolves to the transaction signature of the settle operation.

Generated using TypeDoc