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
fun GetLedgerPlainArgs(name: String, tags: Map<String, String>? = null)

Functions

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

Properties

Link copied to clipboard

Friendly name of the ledger to match.

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