Table of Contents

Class InvoiceConstants

Namespace
NLightning.Bolts.BOLT11.Constants
Assembly
NLightning.Bolts.dll
public static class InvoiceConstants
Inheritance
InvoiceConstants
Inherited Members

Fields

BTC_IN_MILLISATOSHIS

public const decimal BTC_IN_MILLISATOSHIS = 100000000000

Field Value

decimal

BTC_IN_SATOSHIS

public const decimal BTC_IN_SATOSHIS = 100000000

Field Value

decimal

DEFAULT_EXPIRATION_SECONDS

public const int DEFAULT_EXPIRATION_SECONDS = 3600

Field Value

int

MULTIPLIER_MICRO

public const char MULTIPLIER_MICRO = 'u'

Field Value

char

MULTIPLIER_MILLI

public const char MULTIPLIER_MILLI = 'm'

Field Value

char

MULTIPLIER_NANO

public const char MULTIPLIER_NANO = 'n'

Field Value

char

MULTIPLIER_PICO

public const char MULTIPLIER_PICO = 'p'

Field Value

char

PREFIX

public const string PREFIX = "ln"

Field Value

string

PREFIX_MAINET

public const string PREFIX_MAINET = "bc"

Field Value

string

PREFIX_REGTEST

public const string PREFIX_REGTEST = "bcrt"

Field Value

string

PREFIX_SIGNET

public const string PREFIX_SIGNET = "tbs"

Field Value

string

PREFIX_TESTNET

public const string PREFIX_TESTNET = "tb"

Field Value

string

SEPARATOR

public const char SEPARATOR = '1'

Field Value

char