Function authDescriptorById

  • Creates a query object for ft4.get_account_auth_descriptor_by_id-query

    Parameters

    • accountId: BufferId

      id of the account from which to get the auth descriptor

    • id: BufferId

      the id of the auth descriptor to get

    Returns QueryObject<RawAnyAuthDescriptor, {
        account_id: Buffer;
        id: Buffer;
    }>