java.lang.Object
dev.getelements.elements.sdk.model.blockchain.contract.near.NearGasProfile

public class NearGasProfile extends Object
  • Constructor Details

    • NearGasProfile

      public NearGasProfile()
  • Method Details

    • getCostCategory

      public String getCostCategory()
    • setCostCategory

      public void setCostCategory(String costCategory)
    • getCost

      public NearCostType getCost()
    • setCost

      public void setCost(NearCostType cost)
    • getGasUsed

      public String getGasUsed()
    • setGasUsed

      public void setGasUsed(String gasUsed)