AutoDeleveraging

type ContractPrice

ContractPrice(
    int pairId,
    String marketPrice,
)

input:

  • pairId: The contract pair id defined by zkLink.

  • marketPrice: The market price of the contract pair

type SpotPriceInfo

SpotPriceInfo(
    int tokenId,
    String price,
)

input:

  • tokenId: The token id defined by zkLink.

  • price: The spot price of the token.

type AutoDeleveraging

AutoDeleveraging transaction type.

func sign

Sign transaction with given ZkLinkSigner

func toJson

Get the json str of AutoDeleveraging

Last updated

Was this helpful?