Class SignatureBStamp
Inheritance
SignatureBStamp
Assembly: Lacuna.RestPki.Client.dll
Syntax
[Obsolete]
public class SignatureBStamp
Properties
Blockchain
Declaration
public Blockchains Blockchain { get; set; }
Property Value
Type |
Description |
Lacuna.RestPki.Api.Blockchains |
|
BlockDate
Declaration
public DateTimeOffset BlockDate { get; set; }
Property Value
BlockNumber
Declaration
public long BlockNumber { get; set; }
Property Value
DocumentDigests
Declaration
public List<DigestAlgorithmAndValue> DocumentDigests { get; set; }
Property Value
IndexDigests
Declaration
public List<DigestAlgorithmAndValue> IndexDigests { get; set; }
Property Value
IndexFile
Declaration
public FileResult IndexFile { get; set; }
Property Value
TransactionId
Declaration
public string TransactionId { get; set; }
Property Value