Nado Typescript SDK Documentation
    Preparing search index...

    Interface OrderAppendixIsolatedFields

    Fields associated with an isolated order

    interface OrderAppendixIsolatedFields {
        margin: BigNumberish;
    }
    Index

    Properties

    Properties

    margin: BigNumberish

    Amount of margin to transfer into the isolated position.

    Implementation Note: Packed appendix uses precision of 6 decimals on backend. SDK automatically converts to/from x18 during packing/unpacking.