Type Alias SuccessEventData

SuccessEventData: {
    message: string;
    transactionHash: string;
}

The payload for a success event.