Table of Contents

Class CredentialPublishedOnChain

Namespace
InSite.Domain.Records
Assembly
Shift.Sdk.dll
public class CredentialPublishedOnChain : Change, IChange
Inheritance
CredentialPublishedOnChain
Implements
Inherited Members
Extension Methods

Constructors

CredentialPublishedOnChain(int, string, string)

public CredentialPublishedOnChain(int status, string transactionHash, string publisherAddress)

Parameters

status int
transactionHash string
publisherAddress string

Properties

PublisherAddress

public string PublisherAddress { get; set; }

Property Value

string

Status

public int Status { get; set; }

Property Value

int

TransactionHash

public string TransactionHash { get; set; }

Property Value

string