Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CallParams<ArgName>

Additional information about a service call

Type parameters

  • ArgName: string | null

Hierarchy

  • CallParams

Index

Properties

initPeerId: string

The peer id which created the particle

particleId: string

The identifier of particle which triggered the call

signature?: string

Particle's signature

tetraplets: ArgName extends string ? Record<ArgName, SecurityTetraplet[]> : Record<string, never>

Security tetraplets

timestamp: number

Particle's timestamp when it was created

ttl: number

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

Generated using TypeDoc