Table of Contents

Class NewContractActionEvent

Namespace
NArk.Core.Events
Assembly
NArk.Core.dll
public record NewContractActionEvent : IEquatable<NewContractActionEvent>
Inheritance
NewContractActionEvent
Implements
Inherited Members

Constructors

NewContractActionEvent(ArkContract, string)

public NewContractActionEvent(ArkContract Contract, string WalletId)

Parameters

Contract ArkContract
WalletId string

Properties

Contract

public ArkContract Contract { get; init; }

Property Value

ArkContract

WalletId

public string WalletId { get; init; }

Property Value

string