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

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

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

/**
 * 与安全配置相关的操作门面;
 * 
 * 
* * 只能通过客户端接口直接操作;不支持通过合约操作; * * @author huanghaiquan * */ public interface SecurityOperator { /** * 注册账户操作; * * @return */ SecurityOperationBuilder security(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy