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

com.jd.blockchain.transaction.SettingsOperationBuilder Maven / Gradle / Ivy

There is a newer version: 1.6.5.RELEASE
Show newest version
package com.jd.blockchain.transaction;

import com.jd.blockchain.ledger.HashAlgorithmUpdateOperation;

/**
 * @Author: zhangshuang
 * @Date: 2021/12/7 5:55 PM
 * Version 1.0
 */
public interface SettingsOperationBuilder {

    /**
     * 哈希算法切换
     *
     * @param algorithm
     * @return
     */
    HashAlgorithmUpdateOperation hashAlgorithm(String algorithm);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy