signLiquidation method
Implementation
String signLiquidation({required Liquidation tx, dynamic hint}) =>
RustLib.instance.api
.signerSignLiquidation(that: this, tx: tx, hint: hint);
String signLiquidation({required Liquidation tx, dynamic hint}) =>
RustLib.instance.api
.signerSignLiquidation(that: this, tx: tx, hint: hint);