GetLedgerPlainArgs

data class GetLedgerPlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetLedgerPlainArgs>

A collection of arguments for invoking getLedger.

Constructors

Link copied to clipboard
constructor(name: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Friendly name of the ledger to match.

Link copied to clipboard
val tags: Map<String, String>? = null

Functions

Link copied to clipboard
open override fun toJava(): GetLedgerPlainArgs