@kagamidigital/salt-sdk-mirror
    Preparing search index...

    Type Alias HostAccountCeremonyResult

    Result of a HostAccountCeremony. The host created and owns the account record, so it always resolves it — unlike the base AccountCeremonyResult, account is guaranteed present here.

    type HostAccountCeremonyResult = {
        account: SaltAccount;
    }
    Index

    Properties

    Properties

    account: SaltAccount

    The finalized account with publicKey set.