Helius SDK - v2.2.2
    Preparing search index...

    Interface Authorities

    An authority and its scope on an asset.

    interface Authorities {
        address: string;
        scopes: string[];
    }
    Index

    Properties

    Properties

    address: string

    Authority wallet address.

    scopes: string[]

    Scopes this authority controls (e.g. full, metadata).