All chains
    Preparing search index...

    Namespace ViewFunctions

    View Functions

    Each item described here is a RuntimeDescriptor<Args, ReturnType>

    For example, Proxy.is_superset is of type

    is_superset: RuntimeDescriptor<[to_check: ProxyType, against: ProxyType], boolean>
    

    and can be called like this:

     const isSuperset = await api.view.Proxy.is_superset(Enum("Any"), Enum("NonTransfer"))
    console.log(isSuperset)
    })

    PAPI docs on view functions for more

    Namespaces

    AssetConversion
    MultiBlockElectionSigned
    Proxy
    VoterList