Documentation
    Preparing search index...

    Interface PermissionEntity

    interface PermissionEntity {
        address: string;
        network: Network;
        scopes: PermissionScope[];
        threshold?: Threshold;
    }

    Hierarchy (View Summary)

    Index

    Properties

    address: string
    network: Network
    scopes: PermissionScope[]
    threshold?: Threshold