Last updated:
0 purchases
signer plugin
signer_plugin #
An ex signer plugin.
Getting Started #
import 'package:signer_plugin/signer_plugin.dart';
copied to clipboard
String signedResult;
try {
signedResult = await SignerPlugin.signTransaction(signContext, privateKey);
} catch (e) {
//TODO
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.