Type alias BladeExtensionInterface

BladeExtensionInterface: {
    pairWC?(url) => Promise<Struct>;
    wake?() => Promise<boolean>;
}

The interface exposed by the Extension for wallet interactions.

Type declaration

  • pairWC?:function
    • Parameters

      • url: string

      Returns Promise<Struct>

  • wake?:function

Generated using TypeDoc