changePubKeyGetEthSignMsg abstract method

String changePubKeyGetEthSignMsg({
  1. required ChangePubKey that,
  2. required int nonce,
  3. required int accountId,
  4. dynamic hint,
})

Implementation

String changePubKeyGetEthSignMsg(
    {required ChangePubKey that,
    required int nonce,
    required int accountId,
    dynamic hint});