Helius
2022-08-29 06fc408460ac4e4b3be9dc3e7acd60caf949819a
src/main/java/cc/mrbird/febs/dapp/chain/ContractChainService.java
@@ -11,9 +11,23 @@
    BigInteger allowance(String address);
    boolean isAllowance(String address);
    String transfer(String address);
    String transfer(String address, BigDecimal amount);
    int allowanceCnt(String address);
    int decimals();
    BigInteger blockNumber();
    BigInteger totalSupply();
    BigInteger totalSupplyNFT();
    String safeMintNFT(String address);
    String ownerOfNft(Integer index);
}