pingko

Results 2 comments of pingko

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...