java.lang.Object
com.kryptokrauts.aeternity.sdk.domain.GenericInputObject<DryRunAccount>
com.kryptokrauts.aeternity.sdk.service.transaction.domain.DryRunAccountModel

public class DryRunAccountModel
extends GenericInputObject<DryRunAccount>
  • Constructor Summary

    Constructors
    Constructor Description
    DryRunAccountModel()  
  • Method Summary

    Modifier and Type Method Description
    DryRunAccount 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