All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jd.blockchain.sdk.PeerBlockchainService Maven / Gradle / Ivy

package com.jd.blockchain.sdk;

import com.jd.blockchain.crypto.HashDigest;

public interface PeerBlockchainService extends BlockchainService {

    /**
     * 直接获取账本列表
     *         不使用缓存的方式
     *
     * @return
     */
    HashDigest[] getLedgerHashsDirect();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy