Generated by DocFX

Class HardwarioNFTHelpers

Helper class for Hardwario IoT

Inheritance
System.Object
HardwarioNFTHelpers
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NFT.DevicesNFTs
Assembly: VEDriversLite.dll
Syntax
public static class HardwarioNFTHelpers

Properties

| Improve this Doc View Source

TokenId

Hardwario Token Id

Declaration
public static string TokenId { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

GetHARDWARIONFTs(List<INFT>)

Filter just Coruzant NFTs from NFT list

Declaration
public static async Task<List<INFT>> GetHARDWARIONFTs(List<INFT> allNFTs)
Parameters
Type Name Description
System.Collections.Generic.List<INFT> allNFTs
Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.List<INFT>>