XcmInputs: {
    destinations: "*" | string[];
    events?: "*" | XcmNotificationType[];
    origins: "*" | string[];
    senders?: "*" | string[];
}

XCM Agent subscription inputs.

Type declaration

  • destinations: "*" | string[]

    An array of destination chain ids or '*' for all.

  • Optionalevents?: "*" | XcmNotificationType[]

    An optional array with the events to deliver. Use '*' for all.

  • origins: "*" | string[]

    An array of origin chain ids or '*' for all.

  • Optionalsenders?: "*" | string[]

    An array of sender addresses or '*' for all.