Skip to content

Commit

Permalink
feat: update endpoints not used by myWitWallet to use new explorer api
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Mar 25, 2024
1 parent 9e8a0ff commit ec2cfe3
Show file tree
Hide file tree
Showing 5 changed files with 1,334 additions and 96 deletions.
52 changes: 33 additions & 19 deletions lib/explorer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,46 @@ export 'src/crypto/address.dart' show Address;

export 'src/network/explorer/explorer_api.dart'
show
AddressBlocks,
AddressDataRequestsSolved,
AddressDetails,
AddressInfo,
AddressLabel,
AddressMintInfo,
AddressMints,
AddressValueTransferInfo,
AddressValueTransfers,
BlockDetails,
BlockInfo,
Blockchain,
BurnRate,
DrComposition,
DrHistory,
DrLieRate,
DrSolver,
ExplorerException,
HashInfo,
Home,
InputMerged,
InputUtxo,
Mempool,
MempoolTransactionType,
Miner,
MintInfo,
NetworkStats,
NodePool,
PrioritiesEstimate,
PriorityEstimate,
Rollback,
StatisticsParams,
Status,
SupplyInfo,
SupplyParams,
TallyTxn,
Tapi,
TapiInfo,
Blockchain,
AddressDetails,
AddressDataRequestsSolved,
InputUtxo,
AddressValueTransfers,
AddressBlocks,
BlockInfo,
BlockDetails,
MintInfo,
HashInfo,
TallyTxn,
ValueTransferInfo,
TransactionStatus,
TransactionType,
TransactionUtxo,
InputMerged,
AddressValueTransferInfo,
TxStatusLabel,
TransactionType,
TransactionStatus,
PrioritiesEstimate,
PriorityEstimate,
Mempool;
ValueTransferInfo;
Loading

0 comments on commit ec2cfe3

Please sign in to comment.