Skip to content

Latest commit

 

History

History
204 lines (100 loc) · 7.13 KB

definitions-definitions-relayer.md

File metadata and controls

204 lines (100 loc) · 7.13 KB

0 Type

object (Relayer)

0 Constraints

URI reference: the string must be a URI reference, according to RFC 3986

0 Properties

Property Type Required Nullable Defined by
name string Required cannot be null Definitions
network Merged Required cannot be null Definitions
min-balance integer Required cannot be null Definitions
address-from-relayer Merged Optional cannot be null Definitions
policy object Optional cannot be null Definitions
api-keys array Optional cannot be null Definitions
relayer-group-id string Optional cannot be null Definitions
notification-channels object Optional cannot be null Definitions

name

name

  • is required

  • Type: string

  • cannot be null

  • defined in: Definitions

name Type

string

network

network

network Type

merged type (Network)

any of

network Constraints

URI reference: the string must be a URI reference, according to RFC 3986

min-balance

min-balance

  • is required

  • Type: integer

  • cannot be null

  • defined in: Definitions

min-balance Type

integer

address-from-relayer

address-from-relayer

address-from-relayer Type

merged type (AddressFromRelayer)

any of

policy

policy

policy Type

object (Policy)

policy Constraints

URI reference: the string must be a URI reference, according to RFC 3986

api-keys

api-keys

  • is optional

  • Type: string[]

  • cannot be null

  • defined in: Definitions

api-keys Type

string[]

relayer-group-id

relayer-group-id

relayer-group-id Type

string (DefenderID)

relayer-group-id Constraints

pattern: the string must match the following regular expression:

^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-(8|9|a|b)[0-9a-fA-F]{3}-[0-9a-fA-F]{12}$

try pattern

URI reference: the string must be a URI reference, according to RFC 3986

notification-channels

notification-channels

notification-channels Type

object (NotificationChannels)

notification-channels Constraints

URI reference: the string must be a URI reference, according to RFC 3986