@relaycorp/veraid
    Preparing search index...

    Interface MockTrustChainOptions

    Options to generate mock trust chains.

    interface MockTrustChainOptions {
        shouldBeSignedByMember: boolean;
        startDate: Date;
    }
    Index

    Properties

    shouldBeSignedByMember: boolean
    startDate: Date