@refinio/one.ui
    Preparing search index...
    • Displays the sign key and trust information (chain of trust).

      If signKeyObjectHash is not specified, then this view will load it asynchronously.

      Parameters

      • props: {
            bgColor?: string;
            indentation: IndentationSettings;
            keyTrustInfo?: KeyTrustInfo;
            leuteModel: LeuteModel;
            onError: (err: any) => void;
            owner?: SHA256IdHash<Person>;
            signKey: HexString;
            signKeyObjectHash?: SHA256Hash<SignKey>;
        }

      Returns ReactElement