@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-09-25T14:18:23.319Z[UTC]")
public class RestrictionAccountRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
RestrictionAccountRoutesApi(RestrictionAccountRoutesApi delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
getAccountRestrictions(java.lang.String address,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountRestrictionsInfoDTO>> resultHandler)
Get the account restrictions
Returns the account restrictions for a given address.
|
RestrictionAccountRoutesApi |
getDelegate() |
static RestrictionAccountRoutesApi |
newInstance(RestrictionAccountRoutesApi arg) |
rx.Single<AccountRestrictionsInfoDTO> |
rxGetAccountRestrictions(java.lang.String address)
Get the account restrictions
Returns the account restrictions for a given address.
|
public RestrictionAccountRoutesApi(RestrictionAccountRoutesApi delegate)
public RestrictionAccountRoutesApi getDelegate()
public void getAccountRestrictions(java.lang.String address,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AccountRestrictionsInfoDTO>> resultHandler)
address - Account address. (required)resultHandler - Asynchronous result handlerpublic rx.Single<AccountRestrictionsInfoDTO> rxGetAccountRestrictions(java.lang.String address)
address - Account address. (required)public static RestrictionAccountRoutesApi newInstance(RestrictionAccountRoutesApi arg)