Interface SDKParams

Hierarchy

  • SDKParams

Properties

jsonRpcOptions?: unknown

Options to pass into the XRPL JSON-RPC Client

jsonRpcUrl?: string

XRPL network JSON-RPC URL

network?: XrplNetwork

Name of XRPL network to connect to

walletPrivateKey?: string

Must provide both keys OR a secret phrase

walletPublicKey?: string
walletSecret?: string
websocketsOptions?: ClientOptions

Options to pass into the XRPL Websockets Client

websocketsUrl?: string

XRPL network Websockets URL

Generated using TypeDoc