2.0 KiB

Interface: CallParams<ArgName>

Additional information about a service call

Type parameters

Name Type
ArgName extends string | null

Table of contents

Properties

Properties

initPeerId

initPeerId: string

The peer id which created the particle

Defined in

internal/commonTypes.ts:36


particleId

particleId: string

The identifier of particle which triggered the call

Defined in

internal/commonTypes.ts:31


signature

signature: string

Particle's signature

Defined in

internal/commonTypes.ts:51


tetraplets

tetraplets: { [key in string]: SecurityTetraplet[]}

Security tetraplets

Defined in

internal/commonTypes.ts:56


timeStamp

timeStamp: number

Particle's timestamp when it was created

Defined in

internal/commonTypes.ts:41


ttl

ttl: number

Time to live in milliseconds. The time after the particle should be expired

Defined in

internal/commonTypes.ts:46