Sha256: 423c301a387577bf1082790de05d275d0b9fb749a6e9beae05f04c7458703c8d
Contents?: true
Size: 438 Bytes
Versions: 25
Compression:
Stored size: 438 Bytes
Contents
module BTC TransactionBuilder class TransactionBuilder 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
25 entries across 25 versions & 1 rubygems