Sha256: 57cadbef08d46e147a85046ea59faf5b780ec35eea7eb1c0274e5332233749a9
Contents?: true
Size: 560 Bytes
Versions: 11
Compression:
Stored size: 560 Bytes
Contents
# Automatically generated on 2015-05-13T15:00:04-07:00 # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct inflationPayout // or use PaymentResultAtom to limit types? # { # AccountID destination; # int64 amount; # }; # # =========================================================================== module Stellar class InflationPayout < XDR::Struct attribute :destination, AccountID attribute :amount, Int64 end end
Version data entries
11 entries across 11 versions & 1 rubygems