An event representing a seed creation.

Export

SeedCreationEvent

interface SeedCreationEvent {
    wallet_id: string;
    wallet_user_id: string;
}

Properties

wallet_id: string

The ID of the wallet that the server-signer should create the seed for

Memberof

SeedCreationEvent

wallet_user_id: string

The ID of the user that the wallet belongs to

Memberof

SeedCreationEvent