Skip to content

Braga has been retired. The next public testnet is coming in September 2026. Read the announcement →

RpcEntity = object

Defined in: src/types/rpcSchema.ts:37

An entity as arkiv_query returns it. Every field is present only if it was selected, so all of them are optional here — RpcSelect is what decides which arrive.

optional attributes: RpcAttribute[]

Defined in: src/types/rpcSchema.ts:48


optional attributeSchema: RpcAttributeSchemaEntry[]

Defined in: src/types/rpcSchema.ts:47


optional contentType: string

Defined in: src/types/rpcSchema.ts:45


optional createdAt: Hex

Defined in: src/types/rpcSchema.ts:41


optional creationFlags: RpcCreationFlags | number

Defined in: src/types/rpcSchema.ts:44


optional creator: Hex

Defined in: src/types/rpcSchema.ts:40


optional expiresAt: Hex

Defined in: src/types/rpcSchema.ts:43


optional key: Hex

Defined in: src/types/rpcSchema.ts:38


optional owner: Hex

Defined in: src/types/rpcSchema.ts:39


optional payload: Hex

Defined in: src/types/rpcSchema.ts:46


optional updatedAt: Hex

Defined in: src/types/rpcSchema.ts:42