Table of Contents

Class Messages.RegisterIntentMessage

Namespace
NArk.Core.Models
Assembly
NArk.Core.dll
public class Messages.RegisterIntentMessage
Inheritance
Messages.RegisterIntentMessage
Inherited Members

Properties

CosignersPublicKeys

[JsonPropertyName("cosigners_public_keys")]
[JsonPropertyOrder(4)]
public required string[] CosignersPublicKeys { get; init; }

Property Value

string[]

ExpireAt

[JsonPropertyName("expire_at")]
[JsonPropertyOrder(3)]
public long ExpireAt { get; init; }

Property Value

long

OnchainOutputsIndexes

[JsonPropertyName("onchain_output_indexes")]
[JsonPropertyOrder(1)]
public required int[] OnchainOutputsIndexes { get; init; }

Property Value

int[]

Type

[JsonPropertyName("type")]
[JsonPropertyOrder(0)]
public required string Type { get; init; }

Property Value

string

ValidAt

[JsonPropertyName("valid_at")]
[JsonPropertyOrder(2)]
public long ValidAt { get; init; }

Property Value

long