OBJECT
type Core_Asset implements Asset {# Public key of the asset issuer (creator)asset_issuer: String # Alphanumeric class that identifies the asset typeasset_type: String! # Alphanumeric code that uniquely identifies the assetasset_code: String }