Type alias ReadApiAssetAuthority

ReadApiAssetAuthority: {
    address: string;
    scopes: ReadApiAuthorityScope[];
}

Type declaration

Generated using TypeDoc