pingko
Results
2
comments of
pingko
use walletconnect_flutter_v2: ^2.4.1
Hello @quetool ,The code is as follows: ```dart /// get base58encode seckey from android native code String secKeyEncode = await getSignPrivateKey(arguments); final secKeyBytes = Uint8List.fromList(base58decode(secKeyEncode).sublist(0, 32)); final keyPair = await...