Standard params for retrieving an entity by its contract ID.
Used by OpenCapTable.*.get() operations and by get*AsOcf readers that load a
single contract. Optional readAs is applied on code paths that delegate to
readSingleContract (the common case for entity OCF readers); verify the
specific function you call forwards read scope if you depend on it.
Standard params for retrieving an entity by its contract ID.
Used by
OpenCapTable.*.get()operations and byget*AsOcfreaders that load a single contract. OptionalreadAsis applied on code paths that delegate toreadSingleContract(the common case for entity OCF readers); verify the specific function you call forwards read scope if you depend on it.Example