interface SignMessageResponse {
    response: SignMessageResult;
    topic: string;
}

Hierarchy

  • RespondParams
    • SignMessageResponse

Properties

Properties

topic: string

Generated using TypeDoc