sign method

void sign({
  1. required ZkLinkSigner zkLinkSigner,
  2. dynamic hint,
})

Implementation

void sign({required ZkLinkSigner zkLinkSigner, dynamic hint}) => RustLib
    .instance.api
    .contractMatchingSign(that: this, zkLinkSigner: zkLinkSigner, hint: hint);