Hierarchy

  • VertexLiquidateSubaccountTx

Properties

liquidate_subaccount: {
    sender: string;
    liquidatee: string;
    mode: number;
    product_id: undefined | number;
    health_group: undefined | number;
    amount: string;
    nonce: number;
}

Type declaration

  • sender: string
  • liquidatee: string
  • mode: number
  • product_id: undefined | number

    On V2 - should encode health group

  • health_group: undefined | number

    On V1

  • amount: string
  • nonce: number

Generated using TypeDoc