public interface MultisigRoutesApi
| Modifier and Type | Method and Description |
|---|---|
void |
getAccountMultisig(java.lang.String address,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MultisigAccountInfoDTO>> handler) |
void |
getAccountMultisigGraph(java.lang.String address,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<MultisigAccountGraphInfoDTO>>> handler) |
void getAccountMultisig(java.lang.String address,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MultisigAccountInfoDTO>> handler)
void getAccountMultisigGraph(java.lang.String address,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<MultisigAccountGraphInfoDTO>>> handler)