Uses of Class
net.osslabz.lnd.dto.LnrpcListAliasesResponse
Packages that use LnrpcListAliasesResponse
-
Uses of LnrpcListAliasesResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcListAliasesResponseModifier and TypeMethodDescriptionLightningApi.listAliases()lncli: `listaliases` ListAliases returns the set of all aliases that have ever existed with their confirmed SCID (if it exists) and/or the base SCID (in the case of zero conf).Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcListAliasesResponseModifier and TypeMethodDescriptionLightningApi.listAliasesWithHttpInfo()lncli: `listaliases` ListAliases returns the set of all aliases that have ever existed with their confirmed SCID (if it exists) and/or the base SCID (in the case of zero conf).Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcListAliasesResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.listAliasesAsync(ApiCallback<LnrpcListAliasesResponse> _callback) lncli: `listaliases` ListAliases returns the set of all aliases that have ever existed with their confirmed SCID (if it exists) and/or the base SCID (in the case of zero conf). -
Uses of LnrpcListAliasesResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcListAliasesResponseModifier and TypeMethodDescriptionLnrpcListAliasesResponse.addAliasMapsItem(LnrpcAliasMap aliasMapsItem) LnrpcListAliasesResponse.aliasMaps(List<LnrpcAliasMap> aliasMaps)