Record Class TIP4Nft

java.lang.Object
java.lang.Record
tech.deplant.java4ever.framework.contract.TIP4Nft
All Implemented Interfaces:
Contract

public record TIP4Nft(Sdk sdk, String address, ContractAbi abi, Credentials credentials) extends Record implements Contract
Java wrapper class for usage of TIP4Nft contract for Everscale blockchain.
  • Constructor Details

    • TIP4Nft

      public TIP4Nft(Sdk sdk, String address) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
    • TIP4Nft

      public TIP4Nft(Sdk sdk, String address, ContractAbi abi)
    • TIP4Nft

      public TIP4Nft(Sdk sdk, String address, Credentials credentials) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
    • TIP4Nft

      public TIP4Nft(Sdk sdk, String address, ContractAbi abi, Credentials credentials)
      Creates an instance of a TIP4Nft record class.
      Parameters:
      sdk - the value for the sdk record component
      address - the value for the address record component
      abi - the value for the abi record component
      credentials - the value for the credentials record component
  • Method Details