FROST Hubert TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Interface SignReceiveResult

    Result of the sign receive command.

    interface SignReceiveResult {
        sessionId: string;
        groupId: string;
        targetUr: string;
        coordinatorName: string;
        minSigners: number;
        participantNames: string[];
    }
    Index

    Properties

    sessionId: string
    groupId: string
    targetUr: string
    coordinatorName: string
    minSigners: number
    participantNames: string[]