bip329_labels 1.0.1 copy "bip329_labels: ^1.0.1" to clipboard
bip329_labels: ^1.0.1 copied to clipboard

A Dart implementation for Flutter of BIP-329: Wallet Labels Export Format for Bitcoin wallets.

1.0.1 #

  • remove linter infos from example

1.0.0 #

  • Core Features:
    • All 6 label types: tx, addr, pubkey, input, output, xpub
    • Required fields: type, ref, label
    • Optional fields: origin, spendable
    • JSON serialization/deserialization with dart_mappable
  • Additional Fields Support:
    • Transaction fields: height, time, fee, value, rate
    • Address fields: keypath, heights
    • Input/Output fields: keypath, value, fmv, height, time
  • JSON Lines Format:
    • Bip329Label.toJsonLines() - Export to newline-delimited JSON
    • Bip329Label.fromJsonLines() - Import from newline-delimited JSON
    • Full BIP-329 specification compliance
2
likes
160
points
224
downloads

Publisher

verified publisherethicnology.com

Weekly Downloads

A Dart implementation for Flutter of BIP-329: Wallet Labels Export Format for Bitcoin wallets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dart_mappable, flutter

More

Packages that depend on bip329_labels