Client

add

Usage

bridge.keys.add(plate, hash)
  • plate: string

  • hash: number

Example

bridge.keys.add(plate, hash)

remove

Usage

bridge.keys.remove(plate, hash)
  • plate: string

  • hash: number

Example

bridge.keys.remove(plate, hash)

Last updated