Sha256: 2bf1a257ea40652963fe9c9bb648703f153c8b007078b6437c98dcbd52f51c1d

Contents?: true

Size: 367 Bytes

Versions: 5

Compression:

Stored size: 367 Bytes

Contents

module Tangany
  module Customers
    class WalletLink < Object
      ALLOWED_CHAIN_IDS = Tangany.chains.map { |chain| chain["asset_id"] }.freeze

      attribute :id, Types::String
      attribute :address, Types::String
      attribute :assetId, Types::String
      attribute? :assignment do
        attribute :customerId, Types::String
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tangany-0.0.5 lib/tangany/customers/objects/wallet_link.rb
tangany-0.0.4 lib/tangany/customers/objects/wallet_link.rb
tangany-0.0.3 lib/tangany/customers/objects/wallet_link.rb
tangany-0.0.2 lib/tangany/customers/objects/wallet_link.rb
tangany-0.0.1 lib/tangany/customers/objects/wallet_link.rb