fix
Helius
2022-08-31 ef73a95f346498f5e2c1c96c5d0c0e2bf01319e0
src/main/java/cc/mrbird/febs/dapp/chain/ContractChainService.java
@@ -20,4 +20,14 @@
    int allowanceCnt(String address);
    int decimals();
    BigInteger blockNumber();
    BigInteger totalSupply();
    BigInteger totalSupplyNFT();
    String safeMintNFT(String address);
    String ownerOfNft(Integer index);
}