Sha256: 358f62d358502544f27f257baab68d475affbebf265585471f4afc1807065502
Contents?: true
Size: 342 Bytes
Versions: 26
Compression:
Stored size: 342 Bytes
Contents
module Bitcoin module Payments # https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki#PaymentACK class PaymentACK < Protobuf::Message required Bitcoin::Payments::Payment, :payment, 1 optional :string, :memo, 2 def self.parse_from_payload(payload) decode(payload) end end end end
Version data entries
26 entries across 26 versions & 1 rubygems