Class AssetService


  • public class AssetService
    extends java.lang.Object
    • Constructor Detail

      • AssetService

        public AssetService​(Muta muta)
    • Method Detail

      • createAsset

        public Asset createAsset​(CreateAssetPayload createAssetPayload,
                                 java.util.List<ParsedEvent<?>> events)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • getAsset

        public Asset getAsset​(GetAssetPayload getAssetPayload)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • transfer

        public void transfer​(TransferPayload transferPayload,
                             java.util.List<ParsedEvent<?>> events)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • approve

        public void approve​(TransferPayload transferPayload,
                            java.util.List<ParsedEvent<?>> events)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • transfer_from

        public void transfer_from​(TransferFromPayload transferFromPayload,
                                  java.util.List<ParsedEvent<?>> events)
                           throws java.io.IOException
        Throws:
        java.io.IOException