class BitcoinTransactionCredentials { const BitcoinTransactionCredentials(this.address, this.amount); final String address; final double amount; }