Skip to content

Latest commit

 

History

History
186 lines (90 loc) · 6.25 KB

definitions-definitions-relayergroup.md

File metadata and controls

186 lines (90 loc) · 6.25 KB

0 Type

object (RelayerGroup)

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
relayers integer Optional cannot be null Definitions
policy object Optional cannot be null Definitions
user-weight-caps object Optional cannot be null Definitions
notification-channels object Optional cannot be null Definitions
api-keys array 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

relayers

relayers

  • is optional

  • Type: integer

  • cannot be null

  • defined in: Definitions

relayers Type

integer

policy

policy

policy Type

object (Policy)

policy Constraints

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

user-weight-caps

user-weight-caps

user-weight-caps Type

object (UserWeightCaps)

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

api-keys

api-keys

  • is optional

  • Type: string[]

  • cannot be null

  • defined in: Definitions

api-keys Type

string[]