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