An authority associated with a digital asset.

Represents an on-chain authority address and its permission scopes.

1.0.0

interface DasAuthority {
    address: never;
    scopes: string[];
}

Properties

Properties

address: never
scopes: string[]