corda / net.corda.core.node / StatesToRecord / ONLY_RELEVANT

ONLY_RELEVANT

ONLY_RELEVANT

Only states that involve one of our public keys will be stored in the vault. This is the default. A public key is involved (relevant) if it's in the OwnableState.owner field, or appears in the ContractState.participants collection. This is usually equivalent to "can I change the contents of this state by signing a transaction".