public class MultisigRepositoryVertxImpl extends AbstractRepositoryVertxImpl implements MultisigRepository
| Constructor and Description |
|---|
MultisigRepositoryVertxImpl(io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
io.nem.symbol.sdk.openapi.vertx.api.MultisigRoutesApi |
getClient() |
io.reactivex.Observable<MultisigAccountGraphInfo> |
getMultisigAccountGraphInfo(Address address)
Gets a MultisigAccountGraphInfo for an account.
|
io.reactivex.Observable<MultisigAccountInfo> |
getMultisigAccountInfo(Address address)
Gets a MultisigAccountInfo for an account.
|
io.reactivex.Observable<MerkleStateInfo> |
getMultisigAccountInfoMerkle(Address address)
Gets the merkle information of the multisig account
|
call, call, callList, exceptionHandling, exceptionHandling, getJsonHelper, onError, toDto, toDto, toDto, toDto, toDto, toMerkleStateInfo, toPagepublic MultisigRepositoryVertxImpl(io.nem.symbol.sdk.openapi.vertx.invoker.ApiClient apiClient)
public io.reactivex.Observable<MultisigAccountInfo> getMultisigAccountInfo(Address address)
MultisigRepositorygetMultisigAccountInfo in interface MultisigRepositoryaddress - AddressMultisigAccountInfopublic io.reactivex.Observable<MerkleStateInfo> getMultisigAccountInfoMerkle(Address address)
MultisigRepositorygetMultisigAccountInfoMerkle in interface MultisigRepositoryaddress - the addressMerkleStateInfopublic io.reactivex.Observable<MultisigAccountGraphInfo> getMultisigAccountGraphInfo(Address address)
MultisigRepositorygetMultisigAccountGraphInfo in interface MultisigRepositoryaddress - AddressMultisigAccountGraphInfopublic io.nem.symbol.sdk.openapi.vertx.api.MultisigRoutesApi getClient()