| Package | Description |
|---|---|
| im.mak.paddle | |
| im.mak.paddle.api |
| Modifier and Type | Method and Description |
|---|---|
List<IssueTx> |
Account.nft() |
List<IssueTx> |
Account.nft(int limit) |
List<IssueTx> |
Account.nft(int limit,
String after) |
List<IssueTx> |
Account.nft(String after) |
| Modifier and Type | Method and Description |
|---|---|
List<IssueTx> |
Api.nft(String address) |
List<IssueTx> |
Api.nft(String address,
int limit) |
retrofit2.Call<List<IssueTx>> |
NodeApi.nft(String address,
int limit,
String after) |
List<IssueTx> |
Api.nft(String address,
int limit,
String after) |
List<IssueTx> |
Api.nft(String address,
String after) |
Copyright © 2019. All rights reserved.