Sha256: 3ac61cae68d85e26d71cfbcd640ae2646b5cd13c59ac58c3a325c840b409beb9
Contents?: true
Size: 448 Bytes
Versions: 27
Compression:
Stored size: 448 Bytes
Contents
module BTC AssetTransactionBuilder class AssetTransactionBuilder class Error < BTCError; end # Change address is not specified class MissingChangeAddressError < Error; end # Unspent outputs are missing. Maybe because input_addresses are not specified. class MissingUnspentOutputsError < Error; end # Unspent outputs are not sufficient to build the transaction. class InsufficientFundsError < Error; end end end
Version data entries
27 entries across 27 versions & 1 rubygems