Interface PrincipalMethodResult

interface PrincipalMethodResult {
    label?: string;
    title?: string;
    type: "principal";
    value: types.Principal;
}

Hierarchy (view full)

Properties

Properties

label?: string
title?: string
type: "principal"