interface SignSuccess {
    id: string;
    success: true;
    tx: string;
    type: "SIGN_SUCCESS";
}

Hierarchy (View Summary)

Properties

Properties

id: string
success: true
tx: string
type: "SIGN_SUCCESS"