Interface PCDProveAndAddRequest<T>

interface PCDProveAndAddRequest<T> {
    args: ArgsOf<T>;
    folder?: string;
    options?: ProveOptions;
    pcdType: string;
    postMessage: boolean;
    returnPCD?: boolean;
    returnUrl: string;
    type: ProveAndAdd;
}

Type Parameters

Hierarchy (view full)

Properties

args: ArgsOf<T>
folder?: string
options?: ProveOptions
pcdType: string
postMessage: boolean
returnPCD?: boolean
returnUrl: string

Generated using TypeDoc