Interface StarkSigner

An abstraction of a Stark account, which can be used to sign messages and transactions on StarkEx to execute state changing operations

Hierarchy

  • StarkSigner

Methods

  • Signs the prefixed-message

    Parameters

    • message: string

    Returns Promise<string>

    the signed prefixed-message

    Params

    message - this must be a UTF8-message

    Example

    "0x1234"
    

Generated using TypeDoc