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

    Type Alias AccountCeremonyResult

    type AccountCeremonyResult = {
        account?: SaltAccount;
    }
    Index

    Properties

    Properties

    account?: SaltAccount

    The finalized account with publicKey set. undefined when the caller lacks permissions to read the account record (e.g. a robo without an org role for the account's organisation). The keygen and keyshare backup still succeed in that case.