@refinio/one.models
    Preparing search index...

    Type Alias TrustApiType

    type TrustApiType = {
        giveAffirmationCertificate: (data: SHA256Hash) => Promise<void>;
    }

    Implemented by

    Index

    Properties

    giveAffirmationCertificate: (data: SHA256Hash) => Promise<void>