SortAttribute

sealed class SortAttribute

Inheritors

Types

Link copied to clipboard
data class Custom(val entityStateClass: Class<out StatePersistable>, val entityStateColumnName: String) : SortAttribute

entityStateClass should reference a persistent state entity entityStateColumnName should reference an entity attribute name as defined by the associated mapped schema (for example, CashSchemaV1.PersistentCashState::currency.name)

Link copied to clipboard
data class Standard(val attribute: Sort.Attribute) : SortAttribute

sortAttribute refers to common table attributes defined in the node schemas: VaultState, VaultLinearStates, VaultFungibleStates