Struct VrfPubKey
  
  
  
  
  Assembly: cs.temp.dll.dll
  Syntax
  
    public struct VrfPubKey : IEquatable<VrfPubKey>, IByteArray
   
  Fields
  
  
  
  SizeBytes
  
  
  Declaration
  
    public const int SizeBytes = 32
   
  Field Value
  
  Properties
  
  
  
  
  Item[Int32]
  
  
  Declaration
  
    public byte this[int index] { get; set; }
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Int32 | 
        index | 
         | 
      
    
  
  Property Value
  
  
  
  
  Length
  
  
  Declaration
  
    public int Length { get; }
   
  Property Value
  
  Methods
  
  
  
  
  Equals(VrfPubKey)
  
  
  Declaration
  
    public bool Equals(VrfPubKey other)
   
  Parameters
  
  Returns
  
  
  
  
  GetUnsafePtr()
  
  
  Declaration
  
    public void *GetUnsafePtr()
   
  Returns