1
This commit is contained in:
parent
19e15d568e
commit
3cb8e40d8b
@ -130,9 +130,10 @@ class OutAppNftController extends BaseController {
|
|||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function hasLockedNft()
|
public function hasAnyNft()
|
||||||
{
|
{
|
||||||
$accountAddress = strtolower(getReqVal('account_address', ''));
|
$accountAddress = strtolower(getReqVal('account_address', ''));
|
||||||
|
return services\NftService::hasAnyNft($accountAddress);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function nftMetaView()
|
public function nftMetaView()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user