signChangePubkeyWithEthEcdsaAuth method
Implementation
String signChangePubkeyWithEthEcdsaAuth(
        {required ChangePubKey tx, dynamic hint}) =>
    RustLib.instance.api.signerSignChangePubkeyWithEthEcdsaAuth(
        that: this, tx: tx, hint: hint);