GetRoyaltyInfoRequest Constructor
Initializes a new instance of the GetRoyaltyInfoRequest class.
Namespace:
SecretNET.NFTAssembly: SecretNET.NFT (in SecretNET.NFT.dll)
Syntax
public GetRoyaltyInfoRequest( string tokenId, ViewerInfo viewerInfo )
Public Sub New ( _ tokenId As String, _ viewerInfo As ViewerInfo _ )
public: GetRoyaltyInfoRequest( String^ tokenId, ViewerInfo^ viewerInfo )
Parameters
- tokenId
- Type: String
The ID of the token being queried.
- viewerInfo
- Type: SecretNET.NFT..::..ViewerInfo
The viewer information.