RUBYSCORE
  • 👋Welcome RubyScore
    • Overview Features
    • Benefits
  • Single ID and Single Identity Registry
    • Protocol schema
    • Connection guide
    • Interaction with protocol
    • Deployed contracts
      • Interfaces
        • SingleIdentifierID
        • SingleIdentifierRegistry
  • RubyScore Ranking API
  • Deployed Contract Addresses
  • Contracts
    • Rubyscore_Achievement
    • Rubyscore_Profile
    • Rubyscore_Vote
    • RubyScoreVeraxPortal
    • RubyscoreSignCheckModule
    • IRubyscore_Achievement
    • IRubyscore_Profile
  • Community & Support
Powered by GitBook
On this page
  • ISingleIdentifierRegistry
  • ABI
  1. Single ID and Single Identity Registry
  2. Deployed contracts
  3. Interfaces

SingleIdentifierRegistry

PreviousSingleIdentifierIDNextRubyScore Ranking API

Last updated 3 months ago

ISingleIdentifierRegistry

interface ISingleIdentifierRegistry {
    /// @notice Registers new schema
    /// @param _schema - Schema data
    /// @param _signature - Operators signature with SchemaRegistryParams
    function schemaRegistry(SIDSchemaParams calldata _schema, bytes calldata _signature) external;

    /// @notice Revoke SID by SID id
    /// @param _passportId - Id of SID that should be revoked
    function revoke(bytes32 _passportId) external;
}

ABI

3KB
SingleIdentifierRegistry.abi.json