CCC Docs
    Preparing search index...

    Type representing an account selector with a URI and address type.

    type AccountSelector = {
        uri: string;
        addressType: string;
    }
    Index

    Properties

    Properties

    uri: string

    The URI of the account.

    addressType: string

    The address type of the account.