solana_dart 0.0.2
solana_dart: ^0.0.2 copied to clipboard
Simple library to interact with the Solana blockchain
Changelog #
Initial version with very basic functionality
0.0.1 #
Simple features #
- Call some rpc methods:
getBalance,getAccountInfo,requestAirdrop - Simulate sending transfer transactions from pubkey A to pubkey B
- Sending transfer transactions from pubkey A to pubkey B
0.0.2 #
- Added a method to wait for a specific signature status or a time out
- Fixed return value of a couple of methods