payjoin 0.1.1
payjoin: ^0.1.1 copied to clipboard
Dart bindings for payjoin (EXPERIMENTAL)
Payjoin Dart Bindings #
Welcome to the Dart language bindings for the Payjoin Dev Kit!
Usage #
Install #
dart pub add payjoin
Import #
import 'package:payjoin/payjoin.dart' as payjoin;
For OHTTP relay helpers:
import 'package:payjoin/http.dart' as payjoin_http;
Made with uniffi-dart