interface SignTransactionResponse {
    response: SignTransactionResult;
    topic: string;
}

Hierarchy

  • RespondParams
    • SignTransactionResponse

Properties

Properties

topic: string

Generated using TypeDoc