Class SidechainInteroperabilityModule

Hierarchy

  • BaseInteroperabilityModule
    • SidechainInteroperabilityModule

Constructors

Properties

_crossChainUpdateCommand: SubmitSidechainCrossChainUpdateCommand = ...
_mainchainRegistrationCommand: RegisterMainchainCommand = ...
_stateRecoveryCommand: RecoverStateCommand = ...
_stateRecoveryInitCommand: InitializeStateRecoveryCommand = ...
_validatorsMethod: ValidatorsMethod
crossChainCommand: (SidechainCCChannelTerminatedCommand | SidechainCCRegistrationCommand)[] = ...
crossChainMethod: BaseCCMethod = ...
endpoint: SidechainInteroperabilityEndpoint = ...
events: NamedRegistry = ...
internalMethod: SidechainInteroperabilityInternalMethod = ...
interoperableCCCommands: Map<string, BaseCCCommand<unknown>[]> = ...
interoperableCCMethods: Map<string, BaseCCMethod> = ...
offchainStores: NamedRegistry = ...
stores: NamedRegistry = ...
tokenMethod: TokenMethod

Accessors

Methods

  • Parameters

    • terminatedStateAccounts: TerminatedStateAccountWithChainID[]
    • mainchainID: Buffer

    Returns void

  • Returns {
        assets: never[];
        commands: {
            name: string;
            params: Schema;
        }[];
        endpoints: never[];
        events: {
            data: Schema;
            name: string;
        }[];
        stores: {
            data: Schema;
            key: string;
        }[];
    }

    • assets: never[]
    • commands: {
          name: string;
          params: Schema;
      }[]
    • endpoints: never[]
    • events: {
          data: Schema;
          name: string;
      }[]
    • stores: {
          data: Schema;
          key: string;
      }[]

Generated using TypeDoc