Table of Contents

Class SettlementNetworks

Namespace
NArk.Abstractions.Settlement
Assembly
NArk.Abstractions.dll

Network identifiers the SDK itself settles to. Any other value is a rail an application registers — an EVM chain, a stablecoin network, an exchange deposit — and needs no entry here.

public static class SettlementNetworks
Inheritance
SettlementNetworks
Inherited Members

Fields

Ark

The Arkade network — an off-chain VTXO transfer.

public const string Ark = "ark"

Field Value

string

Bitcoin

The Bitcoin main chain — settled by a collaborative exit.

public const string Bitcoin = "bitcoin"

Field Value

string