# Solidity API

# UniqeOracle

This contract allow our chainlink node to check for validation request and deliver NFT Proofs

# constructor

constructor(address _link) public

Initialize the oracle contract

Name Type Description
_link address The address of the LinkToken contract