Class DryRunInputItemModel

java.lang.Object
com.kryptokrauts.aeternity.sdk.domain.GenericInputObject<DryRunInputItem>
com.kryptokrauts.aeternity.sdk.service.transaction.domain.DryRunInputItemModel

public class DryRunInputItemModel
extends GenericInputObject<DryRunInputItem>
  • Constructor Summary

    Constructors
    Constructor Description
    DryRunInputItemModel()  
  • Method Summary

    Modifier and Type Method Description
    DryRunInputItem mapToModel()
    map to API model method implemented by the specific input model class
    protected void validate()
    validate input if necessary

    Methods inherited from class com.kryptokrauts.aeternity.sdk.domain.GenericInputObject

    toGeneratedModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait