menu
on_chain package
documentation
ada/src/provider/blockfrost/models/models/withdrawal.dart
ADATransactionWithdrawalResponse
ADATransactionWithdrawalResponse constructor
ADATransactionWithdrawalResponse constructor
dark_mode
light_mode
ADATransactionWithdrawalResponse
constructor
ADATransactionWithdrawalResponse
(
{
required
String
address
,
required
String
amount
,
})
Implementation
ADATransactionWithdrawalResponse({ required this.address, required this.amount, });
on_chain package
documentation
ada/src/provider/blockfrost/models/models/withdrawal
ADATransactionWithdrawalResponse
ADATransactionWithdrawalResponse constructor
ADATransactionWithdrawalResponse class