Interface AttestationCreateRequest

interface AttestationCreateRequest {
    private: Record<string, any>;
    proof: Record<string, any>;
    public: Record<string, any>;
}

Properties

Properties

private: Record<string, any>
proof: Record<string, any>
public: Record<string, any>