Method: Mobius::Client.stellar_asset

Defined in:
lib/mobius/client.rb

.stellar_assetObject

Stellar::Asset instance of asset used for payments



90
91
92
# File 'lib/mobius/client.rb', line 90

def stellar_asset
  @stellar_asset ||= Stellar::Asset.alphanum4(asset_code, Stellar::KeyPair.from_address(asset_issuer))
end