Skip to main content

PValue

It represents a ledger Value.

Definition:

export const PAssetsEntry = palias(
pair(
PTokenName.type,
int
)
)

export const PValueEntry = palias(
pair(
PCurrencySymbol.type,
list( PAssetsEntry.type )
)
)

export const PValue = palias(
list( PValueEntry.type )
)

The value implements all the properties defined on the TermList utility term.

See also: