Class DryRunCallRequestModel

java.lang.Object
com.kryptokrauts.aeternity.sdk.domain.GenericInputObject<DryRunCallReq>
com.kryptokrauts.aeternity.sdk.service.transaction.domain.DryRunCallRequestModel

public class DryRunCallRequestModel
extends GenericInputObject<DryRunCallReq>
  • Constructor Summary

    Constructors
    Constructor Description
    DryRunCallRequestModel()  
  • Method Summary

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