Class RestrictionMosaicRepositoryOkHttpImpl

  • All Implemented Interfaces:
    io.nem.sdk.api.RestrictionMosaicRepository

    public class RestrictionMosaicRepositoryOkHttpImpl
    extends AbstractRepositoryOkHttpImpl
    implements io.nem.sdk.api.RestrictionMosaicRepository
    • Constructor Detail

      • RestrictionMosaicRepositoryOkHttpImpl

        public RestrictionMosaicRepositoryOkHttpImpl​(io.nem.sdk.openapi.okhttp_gson.invoker.ApiClient apiClient)
    • Method Detail

      • getMosaicAddressRestrictions

        public io.reactivex.Observable<java.util.List<io.nem.sdk.model.restriction.MosaicAddressRestriction>> getMosaicAddressRestrictions​(io.nem.sdk.model.mosaic.MosaicId mosaicId,
                                                                                                                                           java.util.List<io.nem.sdk.model.account.Address> addresses)
        Specified by:
        getMosaicAddressRestrictions in interface io.nem.sdk.api.RestrictionMosaicRepository
      • getMosaicAddressRestriction

        public io.reactivex.Observable<io.nem.sdk.model.restriction.MosaicAddressRestriction> getMosaicAddressRestriction​(io.nem.sdk.model.mosaic.MosaicId mosaicId,
                                                                                                                          io.nem.sdk.model.account.Address address)
        Specified by:
        getMosaicAddressRestriction in interface io.nem.sdk.api.RestrictionMosaicRepository
      • getMosaicGlobalRestriction

        public io.reactivex.Observable<io.nem.sdk.model.restriction.MosaicGlobalRestriction> getMosaicGlobalRestriction​(io.nem.sdk.model.mosaic.MosaicId mosaicId)
        Specified by:
        getMosaicGlobalRestriction in interface io.nem.sdk.api.RestrictionMosaicRepository
      • getMosaicGlobalRestrictions

        public io.reactivex.Observable<java.util.List<io.nem.sdk.model.restriction.MosaicGlobalRestriction>> getMosaicGlobalRestrictions​(java.util.List<io.nem.sdk.model.mosaic.MosaicId> mosaicIds)
        Specified by:
        getMosaicGlobalRestrictions in interface io.nem.sdk.api.RestrictionMosaicRepository
      • getClient

        public io.nem.sdk.openapi.okhttp_gson.api.RestrictionMosaicRoutesApi getClient()