dart_psr 0.1.2 copy "dart_psr: ^0.1.2" to clipboard
dart_psr: ^0.1.2 copied to clipboard

outdated

dart-psr is used to generate a Proton signing request (PSR) for a transaction/action/actions[]/identity request to be send, sign and broadcast to a node by a wallet (Anchor)

example/example.dart

import 'decode_signed_requests.dart';
import 'encode_action.dart';
import 'encode_actions.dart';
import 'encode_identity.dart';
import 'encode_transaction.dart';

Future<void> main(List<String> arguments) async {
  await identityExample();
  await actionExample();
  await actionsExample();
  await transactionExample();
  await decodeESRExample();
}
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

dart-psr is used to generate a Proton signing request (PSR) for a transaction/action/actions[]/identity request to be send, sign and broadcast to a node by a wallet (Anchor)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, json_annotation, pointycastle, proton_archive, protondart

More

Packages that depend on dart_psr