The result to a SeedCreationEvent.

Export

SeedCreationEventResult

interface SeedCreationEventResult {
    extended_public_key: string;
    seed_id: string;
    wallet_id: string;
    wallet_user_id: string;
}

Properties

extended_public_key: string

The extended public key for the first master key derived from seed.

Memberof

SeedCreationEventResult

seed_id: string

The ID of the seed in Server-Signer used to generate the extended public key.

Memberof

SeedCreationEventResult

wallet_id: string

The ID of the wallet that the seed was created for

Memberof

SeedCreationEventResult

wallet_user_id: string

The ID of the user that the wallet belongs to

Memberof

SeedCreationEventResult