Table of Contents

Class EventGuid

Namespace
Aptos
Assembly
Aptos.dll
public class EventGuid
Inheritance
EventGuid
Inherited Members

Constructors

EventGuid(string, string)

public EventGuid(string creationNumber, string accountAddress)

Parameters

creationNumber string
accountAddress string

Fields

AccountAddress

[JsonProperty("account_address")]
public string AccountAddress

Field Value

string

CreationNumber

[JsonProperty("creation_number")]
public string CreationNumber

Field Value

string