Class Context

Package: io.keychain.core

public class Context
extends java.lang.Object

Description

Context, also known as settings or Settings in other wrappers, is an object representing a Keychain configuration.

This object is opaque and should only be used to pass around to other objects that need it, such as Gateway. Although there are public member functions, they are deprecated and should not be used by new projects.

This object is created indirectly via Gateway#initializeDb. A public constructor is necessary for communicating with the JNI, but you should not use it directly.

Consider this object to be an opaque POJO that is passed around only, never inspected.

Since: v2.0

Public Member Functions

Return type Method and Description

String

[getDbPath]()

Deprecated

String

[getFaucetServer]()

Deprecated

String

assetLedgerTransactionChannel()

Deprecated

String

assetLedgerControlChannel()

Deprecated

String

pairingLedgerPairingChannel()

Deprecated

String

pairingLedgerDirectoryDomainPrefix()

Deprecated

String

quorumLedgerQuorumChannel()

Deprecated