AccountSelector: {
    uri: string;
    addressType: string;
}

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

Type declaration

  • uri: string

    The URI of the account.

  • addressType: string

    The address type of the account.